a

activemq-pool

ActiveMQ Pooled ConnectionFactory
Files download
File Operation
activemq-pool-5.16.1.jar download
activemq-pool-5.16.1.pom download
activemq-pool-5.16.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.activemq</groupId>
  <artifactId>activemq-pool</artifactId>
  <version>5.16.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.activemq:activemq-pool:5.16.1'
Gradle Kotlin
implementation("org.apache.activemq:activemq-pool:5.16.1")
Scala SBT
libraryDependencies += "org.apache.activemq" % "activemq-pool" % "5.16.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.activemq', module='activemq-pool', version='5.16.1')
)
Apache Ivy
<dependency org="org.apache.activemq" name="activemq-pool" rev="5.16.1" />
Leiningen
[org.apache.activemq/activemq-pool "5.16.1"]
Apache Buildr
'org.apache.activemq:activemq-pool:jar:5.16.1'