Re: How to disable MBeans creation

2015-03-10 Thread Martin Lichtin
Ok, makes sense, thanks. https://issues.apache.org/jira/browse/AMQ-5656 - Original Message - > From: Gary Tully > To: "users@activemq.apache.org" ; Martin Lichtin > > Cc: > Sent: Tuesday, March 10, 2015 2:42 PM > Subject: Re: How to disable MBeans creat

Re: How to disable MBeans creation

2015-03-10 Thread Gary Tully
that does not exist at the moment, but it has come up before and it would be a nice enhancement. JMX becomes a bottleneck in a dynamic broker and disabling jmx altogether is not a viable option. I know in karaf 2.4/3.0 there is role based access control via an mbean server filter - maybe that provi

How to disable MBeans creation

2015-03-10 Thread Martin Lichtin
Wanted to ask if there's a way to disable MBeans creation for sessions/producers/consumers in ActiveMQ? In certain setups (such as when using JTA/XA), not everything can be pooled, and new producers/sessions are frequently created. This causes a constant stream of new MBeans as well. James men