Skip to content

Remote JMX for ActiveMQ in Docker #37

@fdominik

Description

@fdominik

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions