-
Bug
-
Resolution: Done
-
Major
-
fuse-7.2
-
None
-
Sprint 2019-45, Sprint 2019-46, Sprint 2019-47
-
7.3. Using JBoss A-MQ 6.3 Client in Fuse on Apache Karaf
The Fuse distribution contains the quickstarts/camel/camel-jms example, which you can build and install as an OSGi bundle.
This bundle contains a Blueprint XML definition of a Camel route that sends messages to an JBoss A-MQ 6.3 JMS queue.
The procedure for creating a connection factory for JBoss A-MQ 6.3 broker is as follows.
The doc clearly talks about an AMQ 6 broker and the blueprint configuration in the docs refers to AMQ 6 client library in class name org.apache.activemq.ActiveMQConnectionFactory
The demo that is referenced in this doc however clearly uses an Artemis broker, so is for AMQ 7.
Please consider to rewrite the paragraph to introduce
- example to integrate with AMQ 6.3 broker
- example to integrate with AMQ 7.2 broker