Re: JMX issue when using Camel in ServiceMix

2011-11-22 Thread eliotc
Hi Craig, Thanks for your reply! The root cause of my problem is that I forgot to put in JMX username and password :-( Cheers, Eliot -- View this message in context: http://camel.465427.n5.nabble.com/JMX-issue-when-using-Camel-in-ServiceMix-tp5009646p5015411.html Sent from the Camel - Users m

Re: JMX issue when using Camel in ServiceMix

2011-11-22 Thread Craig Taylor
On Mon, Nov 21, 2011 at 6:26 PM, eliotc wrote: > > */service:jmx:rmi:///jndi/rmi://futsydapd03:1099/jmxrmi/* > > The only thing I CAN do is connect to org.apache.karaf.main.Main when I ran > ServiceMix locally (Windows), however, it does not seem to be that useful: > > http://camel.465427.n5.nabbl

Re: JMX issue when using Camel in ServiceMix

2011-11-21 Thread eliotc
Hi JB, Thanks for your prompt reply! I don't have to create a dedicated registry for camel as long as I can still see camel routes through ServiceMix/Karaf MBeanService/registry. However, I am not able to verify this because the default ServiceMix JMX connector URI does not work neither: */servi

Re: JMX issue when using Camel in ServiceMix

2011-11-20 Thread Jean-Baptiste Onofré
Hi Eliot, Is it requirement for you to create a dedicated registry for Camel ? You may use the ServiceMix/Karaf MBeanService/registry (on 1099 port number by default). Regards JB On 11/21/2011 08:04 AM, eliotc wrote: Hi, I tried the camel-osgi example from the examples directory under Servi