Home > Back-end >  Deployed on the cloud server rocketmq, producer cannot send messages
Deployed on the cloud server rocketmq, producer cannot send messages

Time:01-07

As title, brokerIP namesrvAddr these have explicitly configured server IP networks outside the,
Rocketmq - the console also can see cluster normal state:


Consumer also can connect to the cluster:


But send message with producer always fails, an error is as follows:
 org. Apache. Rocketmq. Remoting. Exception. RemotingConnectException: connect to [SlaveIP: 9876, MasterIP: 9876] failed 

But the strange thing is that here shows from node IP first, and then is the master node IP, but when I configuration producer which is in turn both
Excuse me, is there any problem of the February?

CodePudding user response:

You can see ping server first and then see if your broker deployed into the cluster, the cluster in configuration method

CodePudding user response:

Two computer server and run the producer can ping each other, these ports is 9876109 11 of
The broker deployed into the cluster is to point to? I was deployed as a Lord from pattern
  • Related