问题
My Apache ActiveMQ Artemis 2.10.1 server is running on Linux. When I am connecting to server with activemq-client-5.14.5.jar
using the URL failover:(tcp://x.x.x.1:61616,tcp://x.x.x.2:61616)?randomize=false;priorityBackup=true
from Linux messages are being consumed and posted without any error and consumer count updated on console. But when I try to connect to same servers from Windows Server 2016 with same URL, I get warning on the server side:
AMQ212037: Connection failure to /x.x.x.3:51126 has been detected: AMQ229014: Did not receive data from /x.x.x.3:51126 within the 30,000ms connection TTL. The connection will now be closed. [code=CONNECTION_TIMEDOUT]
There are no errors on client and consumer count does not increase on web console. What could be wrong in this case?
来源:https://stackoverflow.com/questions/59745396/apache-activemq-artemis-issue-connecting-windows-client-to-linux-server