简体   繁体   English

Apache ActiveMQ:什么是TCP端口64119用于?

[英]Apache ActiveMQ: What is TCP Port 64119 Used For?

I am running Apache ActiveMQ 5.5 on CentOS 5.5. 我在CentOS 5.5上运行Apache ActiveMQ 5.5。

I have searched the ActiveMQ website, source code, configuration files, and I cannot find any reference to this port. 我搜索了ActiveMQ网站,源代码,配置文件,我找不到任何对此端口的引用。 Yet, when I start the broker, this is one of three TCP ports listened to by the JVM. 然而,当我启动代理时,这是JVM监听的三个TCP端口之一。

Does anyone know what port 64119 is used for by Apache ActiveMQ? 有谁知道Apache ActiveMQ使用的是什么端口64119?

I have tried with ActiveMQ 5.4.2 on Ubuntu. 我在Ubuntu上尝试过ActiveMQ 5.4.2。 It listens on: 它倾听:

  • 61616 - broker protocol 61616 - 经纪人协议
  • 8161 - web admin 8161 - 网络管理员
  • 39271 - JMX remote port 39271 - JMX远程端口

Server is not listening on any other ports. 服务器没有侦听任何其他端口。

EDIT: I checked with 5.5.0 and also restarted the broker (both 5.4.2 and 5.5.0) several times. 编辑:我检查5.5.0并重新启动代理(5.4.2和5.5.0)几次。 JMX port is always different, looks like it's being randomized. JMX端口总是不同的,看起来像是随机的。 I bet your 64119 changes over time as well. 我打赌你的64119也会随着时间的推移而改变。

To make it clear, connect to ActiveMQ broker with jvisualvm , you should see an open connection from jvisualvm to ActiveMQ process on this port (I can see it with lsof ). 为了清楚说明,使用jvisualvm连接到ActiveMQ代理,你应该看到从这个端口上的jvisualvm到ActiveMQ进程的开放连接(我可以用lsof看到它)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM