[jboss-user] [Management, JMX/JBoss] - Re: JBoss SNMP for sending Get requests

dimitris@jboss.org do-not-reply at jboss.com
Tue Oct 9 05:34:19 EDT 2007


joesnmp does not have any special integration with the jboss thread pools. When in "agent" mode, if configured to use a thread pool by setting the agent NumberOfThreads attribute, it creates it's own thread pool to serve incoming get/set requests.

AFAIK, when joesnmp is used to do outgoing get/set requests, it creates one or two threads for processing them, again, nothing to do with jboss threads.

Maybe it is better for you to abstract all joesnmp functionality within an mbean called by your EJBs. This doesn't improve integration of threads with jboss thread pools, but it at least will give you more control over managing snmp "sessions".

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

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



More information about the jboss-user mailing list