This content has been marked as final.
Show 2 replies
-
1. Re: Programtically start the remoting-jmx connector in jboss7
dlofthouse Sep 25, 2013 5:53 AM (in response to chandransuraj)Have a look at the test cases in the Remoting JMX project: -
https://github.com/jbossas/remoting-jmx
By default Remoting will assume all inbound connections will have SSL enabled, the test cases show how this is switched to plain text connections.
-
2. Re: Programtically start the remoting-jmx connector in jboss7
chandransuraj Sep 25, 2013 2:04 PM (in response to dlofthouse)Thanks Darran. I looked at the JMXRemotingServer.java and it has most things I needed. Just to add that I had to replace ServerMessageInterceptorFactory with ServerMessageEventHandlerFactory since my version of jboss(eap6.1) didnt have the former class.