On Wed, May 26, 2010 at 6:36 AM, jejmaster <[email protected]> wrote: > > Hi, > > I would like to inquire regarding changing the JMS broker url on run time. > Basically, I would like to manage the broker url in the database and for > every change, it will automatically point to that jms broker url which camel > is polling to. > > Any suggestions? >
You want a Camel JMS Client to dynamic change to a different remote broker URL? You can do this by stopping the consumer. Change the broker URL and start the consumer again. > Thanks. > -- > View this message in context: > http://old.nabble.com/Change-JMS-Consumer-broker-address-dynamically-tp28676362p28676362.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
