You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "Rao, Sameer V" <SR...@amfam.com> on 2009/07/21 23:41:34 UTC

CXF WorkQueueManager : How to see the mbean on Jboss

CXF Asynch processing creates a ThreadPool and registers itself as
MBean. How/Under which object name does that appear in JBossAS4.3
container?

Re: CXF WorkQueueManager : How to see the mbean on Jboss

Posted by Eoghan Glynn <eo...@gmail.com>.
Note that in order for any CXF MBean to actually be exposed, you'll
have to enable the IntrumentationManager (which is disabled by
default).

See [1] for details.

Cheers,
Eoghan

[1] http://cwiki.apache.org/CXF20DOC/jmx-management.html


2009/7/21 Rao, Sameer V <SR...@amfam.com>:
> CXF Asynch processing creates a ThreadPool and registers itself as
> MBean. How/Under which object name does that appear in JBossAS4.3
> container?
>