Camel Master component - which endpoint is active?
Issue
- User is using the master component to consume messages from
Oracle AQwith aCamelroute. - This allows user to deque messages in order on a single jvm at a time.
- How do I tell from the Karaf console which of the
Camelroutes is active? e.g. which is the current master. - The output of
zk:getor cluster list to show which is active.Cluster-listdoes not show master components at all, andzk:getreturns the same values each time
JBossFuse:user@host1> zk:get /fabric/registry/camel/master/market-esb_bridge/00000000022
{"id":"market-esb_bridge","container":"container1","consumer":null,"started":false}
JBossFuse:user@host2> zk:get /fabric/registry/camel/master/market-esb_bridge/00000000023
{"id":"market-esb_bridge","container":"container2","consumer":null,"started":false}
Environment
- Red Hat JBoss Fuse
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.