Skip to content

Latest commit

 

History

History

message-queue-rocketmq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

RocketMQ

  • Topic
  • Tag
  • GroupName

Download

Apache RocketMQ

RocketMQ Console

Preview

RocketMQ Console

FAQ

  1. org.apache.rocketmq.remoting.exception.RemotingConnectException:connect to failed.

add brokerIP1 to conf/broker.conf:

brokerClusterName = DefaultCluster
brokerName = broker-a
brokerId = 0
deleteWhen = 04
fileReservedTime = 48
brokerRole = ASYNC_MASTER
flushDiskType = ASYNC_FLUSH
brokerIP1 = `IP address of public network`

if not work, try to modify application.properties of rocketmq-console:

# rocketmq.config.namesrvAddr=localhost:9876
rocketmq.config.namesrvAddr=192.168.0.102:9876
  1. org.apache.rocketmq.client.exception.MQClientException:no route info of this topic: xxx.

restart broker and use command:

$ nohup sh bin/mqbroker -n localhost:9876 autoCreateTopicEnable=true &