Re: VM Queues Disconnected after Karaf Bundle Update

2013-02-12 Thread SteveC
Raul, Thanks for you work. The turnaround time from raising the query, confirming the issue and preparing a fix is impressive ;-) Regards Steve -- View this message in context: http://camel.465427.n5.nabble.com/VM-Queues-Disconnected-after-Karaf-Bundle-Update-tp5727205p5727461.html Sent fro

Re: VM Queues Disconnected after Karaf Bundle Update

2013-02-11 Thread SteveC
I tried adding the VM component as a separate OSGI service e.g. And then used a reference to the service in my 2 separate camel routes e.g. And change the from/to uri to be e.g. This worked ok when initially installed but displayed the same VM queue disconnected behaviour when I did a bund

Re: VM Queues Disconnected after Karaf Bundle Update

2013-02-10 Thread SteveC
Thanks for your reply Achim. I will try the approach you suggest - first I will need to learn how to expose a vm component as an OSGi service of course - I'll let you know how I get on. Regards Steve -- View this message in context: http://camel.465427.n5.nabble.com/VM-Queues-Disconnected-aft

VM Queues Disconnected after Karaf Bundle Update

2013-02-08 Thread SteveC
I have 2 camel routes, each deployed in separate bundles to Fuse ESB (7.0.0.fuse-061). Route 1 accepts text via HTTP and send it to a vm queue, e.g. Route 2 accepts input from the vm queue, e.g.. , and logs a msg. Each route is deployed in a Karaf feature and they function correctly on initial