Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Can I use JMX on an embedded broker without TCP/IP?

$
0
0
I have a system that uses activemq 5.8 as an embedded message queue (using
KahaDB). I'd like to expose some basic management functions via JMX but I
don't want to open a tcp/ip port. Can I craft a JMX URL similar to how I
create a connection factory (ActiveMQConnectionFactory cf = new
ActiveMQConnectionFactory("vm://localhost/local");) so that I don't have
any open ports?

Thanks
Marc

Viewing all articles
Browse latest Browse all 5648

Trending Articles