I am trying to use camel-activemq dependency and setting up a service that is listening to activemq queue. When i try to set the connection in the camel route exclusively, the endpoint i am using is :
"activemq:mailq?username=admin&password=password&trustAllPackages=true&concurrentConsumers=10&exchangePattern=InOnly&maxConcurrentConsumers=20&brokerURL=tcp://mail-broker-queue-pod:61616"
My problem is that the activemq dependency is defualting to the failover "localhost:61616" because it does not recoginze the brokerURL parameter.
I am trying to connect to a queue that is deployed on an openshift server. Has anyone else seen this problem?
Thanks