activemq/activemq-cf
Matt Pavlovich 2cc17a2fa0 [AMQ-8279] Compiler warning cleanups
- Remove unsused imports (exept for generated classes)
 - Convert to T.valueOf on boxed primitives from new T()
2021-05-25 09:34:35 -05:00
..
src/main/java/org/apache/activemq/osgi/cf [AMQ-8279] Compiler warning cleanups 2021-05-25 09:34:35 -05:00
README.md [AMQ-6380] Bundle to create pooled ConnectionFactories from configs in OSGi 2016-08-01 13:56:04 -04:00
org.apache.activemq.cfg https://issues.apache.org/jira/browse/AMQ-6380 2016-08-02 08:12:57 -04:00
pom.xml [AMQ-7442] Support JDK11 full build and code style (#647) 2021-05-25 06:55:39 +02:00

README.md

Activemq-cf

Allows to create a Pooled ActiveMQ ConnectionFactory from a config.

Install

Install the activemq-client and scr features and this bundle. Then put the example config org.apache.karaf.activemq.cfg in etc.

service:list ConnectionFactory

This should show the ConnectionFactory as a service.