[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2 Management Interfaces

mazz@jboss.com do-not-reply at jboss.com
Wed Feb 20 10:10:09 EST 2008


anonymous wrote : There won't be a jboss instance to run it in!

I may have misunderstood you here.  So, I want to be clear - your plugins run in the RHQ Agent.  The RHQ Agent is NOT a JBoss instance, its a standalone, separate J2SE VM.

If your remoting stuff is running in some standalone VM itself, the plugin would just need to remotely connect to your VM (remember, the agent VM is running on the same box as the products its managing (i.e. your remoting VM is on the same box as the agent VM) so it can connect over 127.0.0.1, in case there are networking issues that you want to avoid).  Using the JMX plugin, you can connect to remote JMX MBeanServer's because it uses the EMS library which can connect to any number of remote MBeanServer implementations (the standard JRE5 platform mbeanserver can be remoted, for example, using the "normal remote JMX way" - the EMS library handles this for us.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130778#4130778

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130778



More information about the jboss-dev-forums mailing list