a

activemq-pool

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