Re: Enabling JMX on specific port when running junit test with CamelTestSupport

2015-04-28 Thread Claus Ibsen
There are two ports afaik.

You can set registry and connector ports. And then create connect = true also.
Then you can control the 2 port numbers.

See this class for JVM names

org.apache.camel.management.JmxSystemPropertyKeys



On Sun, Apr 26, 2015 at 11:33 AM, gilboy josephoto...@gmail.com wrote:
 Hi

 My Junit test class extends: CamelTestSupport.

 I have overridden method *useJmx()* in my Junit test class to return true.

 When my junit test is running I can start up a JConsole session and examine
 routes etc. However, the JMX port on JConsole is different everytime I try
 to connect. I have been trying to set a specific port so I can always
 connect on the same port.

 However, I have not been able to do so. I have tried setting properties
 like: *org.apache.camel.jmx.rmiConnector.connectorPort=1* but its still
 appears to have a different port everytime I run the test

 Thanks in advance
 Joe



 --
 View this message in context: 
 http://camel.465427.n5.nabble.com/Enabling-JMX-on-specific-port-when-running-junit-test-with-CamelTestSupport-tp5766343.html
 Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/


Enabling JMX on specific port when running junit test with CamelTestSupport

2015-04-26 Thread gilboy
Hi 

My Junit test class extends: CamelTestSupport.

I have overridden method *useJmx()* in my Junit test class to return true.

When my junit test is running I can start up a JConsole session and examine
routes etc. However, the JMX port on JConsole is different everytime I try
to connect. I have been trying to set a specific port so I can always
connect on the same port. 

However, I have not been able to do so. I have tried setting properties
like: *org.apache.camel.jmx.rmiConnector.connectorPort=1* but its still
appears to have a different port everytime I run the test

Thanks in advance
Joe



--
View this message in context: 
http://camel.465427.n5.nabble.com/Enabling-JMX-on-specific-port-when-running-junit-test-with-CamelTestSupport-tp5766343.html
Sent from the Camel - Users mailing list archive at Nabble.com.