0
votes

We currently use activemq for JMS within Camel. Now our requirements have mandated us to create a completely separate application (separate jvm instance) that also uses ActiveMQ Standalone to broker messages with external clients.

I want to know if we can use this separate standalone for the camel jms endpoints Or if it is possible to use the embedded activemq in camel for our new separate application.

1

1 Answers

0
votes

You can use a single ActiveMQ instance. Just make sure you have no destination name collisions [unless they will share] and that your instance creates networked listeners using tcp:// or one of the other networked protocols, i.e. you would not want to use vm://.