-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Hi,
I am trying to setup JMX monitoring of my ActiveMQ Docker container. I set-up the environment variables in my docker-compose file:
ACTIVEMQ_JMX_user1_role=read
ACTIVEMQ_JMX_user1_password=password
However I can't still connect. It looks like DockerFile doesn't expose the default JMX port 1099 and thus it can't be connected. I mapped the 1099 port in docker-compose, but when i try telnet 1099, connection is refused. However I can telnet e.g. to port 61616 .
Am I missing something, like JMX is running on different port in this image?
Metadata
Metadata
Assignees
Labels
No labels