Port associated with broker process
Issue
We see a port in listen mode with broker process but it is not defined in any of broker configuration like acceptor, connector, bootstrap or artemis profile etc.
We would like to understand what is the use of this port? Refer the capture below.
tcp 0 0 0.0.0.0:8161 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> HTTP port from bootstrap
tcp 0 0 0.0.0.0:11201 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> JMX/RMI port from artemis profile
tcp 0 0 0.0.0.0:39976 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> ??? what is this port used for?
tcp 0 0 0.0.0.0:5672 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> AMQP port from acceptors
tcp 0 0 0.0.0.0:51626 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> TCP port from acceptors
tcp 0 0 0.0.0.0:1201 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> JMX/RMI port from artemis profile
tcp 0 0 0.0.0.0:41626 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> TCP port from acceptors
tcp 0 0 0.0.0.0:61626 0.0.0.0:* LISTEN 19457/java off (0.00/0/0) --> TCP port from acceptors
Broker configuration only defines some acceptor ports, HTTP and JMX/RMI port strictly.
Environment
Red Hat AMQ
7.8.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.