s

servicemix-jms

JMS Binding Component
Files download
File Operation
servicemix-jms-2009.01.jar download
servicemix-jms-2009.01.pom download
servicemix-jms-2009.01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>servicemix-jms</artifactId>
  <version>2009.01</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:servicemix-jms:2009.01'
Gradle Kotlin
implementation("org.apache.servicemix:servicemix-jms:2009.01")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "servicemix-jms" % "2009.01"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='servicemix-jms', version='2009.01')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="servicemix-jms" rev="2009.01" />
Leiningen
[org.apache.servicemix/servicemix-jms "2009.01"]
Apache Buildr
'org.apache.servicemix:servicemix-jms:jar:2009.01'
Dependencies
<parent>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>components-pom</artifactId>
  <version>3</version>
</parent>

compile

|-- org.apache.servicemix:servicemix-shared:2009.01

|-- org.jencks:jencks:2.1

|-- commons-logging:commons-logging

|-- org.springframework:spring-jms

|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec

provided

|-- org.apache.servicemix:servicemix-common:2009.01

|-- org.apache.servicemix.specs:org.apache.servicemix.specs.jbi-api-1.0

|-- org.apache.geronimo.modules:geronimo-connector:2.0.1

|-- org.apache.geronimo.modules:geronimo-transaction:2.0.1

|-- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.5

|-- org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:1.5

|-- org.apache.geronimo.javamail:geronimo-javamail_1.4_provider:1.5

|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1

|-- org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:2.0.0

|-- org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec:1.1

|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1

|-- mx4j:mx4j:3.0.1

|-- org.apache.geronimo.modules:geronimo-activation:2.0.1

|-- org.apache.activemq:activemq-core:5.2.0

|-- org.apache.activemq:activemq-pool:5.2.0

|-- org.springframework:spring-context

|-- org.springframework:spring-beans

|-- org.springframework:spring-core

|-- org.springframework:spring-aop

test

|-- org.apache.servicemix:servicemix-core:3.3

|-- org.apache.servicemix:servicemix-components:3.3

|-- commons-pool:commons-pool:1.4

|-- org.apache.activemq:activemq-ra:5.2.0

|-- org.springframework:spring-context-support

|-- org.jencks:jencks-amqpool:2.1