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
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