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.