I'm writing a simple agent application that will be used for monitoring JBoss server conditions and configuration. The agent application will call some MBean methods to query information on some JBoss components (queues for example).
Currently I'm undecided between two possible ways on using this agent application: either using the JMX RMI adaptor (http://www.jboss.org/wiki/Wiki.jsp?page=UsingTheRMIAdaptor), or invoking a servlet that will call the agent's method and return some data over HTTP. I'm also concerned with the performance on the network usage as well as security (preventing unwanted applications to use the agent) of using RMI or HTTP. What's the recommended implementation? RMI or HTTP? Another option is to write my own socket protocol implementation (using NIO), but I'm refraining to do this due to time constraint. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853827#3853827 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853827 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
