close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
116 views

I have setup the rocketmq Dashboard and I was exploring it. What exactly is the NameServerAddressList?. It is somehow defaulted to 127.0.0.1:9876. Also, The dashboard looks empty, How do I monitor ...
Shalom Alexander's user avatar
0 votes
1 answer
123 views

rocketmq: 4.9.6 rocketmq-java-sdk: 4.9.6 jdk: 1.8 Using DefaultLitePullConsumer, there are more than 10,000 messages in the queue that have not been consumed. In the case of setPullBatchSize(500), the ...
lingting's user avatar
1 vote
1 answer
951 views

When I follow the Quick Start. The server has been tested on port 8081, and gRPC has been used, and the service is up and running, but when I use Java's SDK to send/consume messages, the following ...
EasonHu's user avatar
  • 11
-1 votes
1 answer
65 views

I tend to believe 3PC ,but offical document says 2PC . offical document link: https://rocketmq.apache.org/docs/featureBehavior/04transactionmessage/ enter image description here the reason why is ...
Nathan Snow's user avatar
0 votes
2 answers
107 views

I used 2 different consumers to consume data from the same topic. I expected the 2 consumers to return the same result. But I found that there were messages which was caught by the first consumer but ...
Yang Liu's user avatar
0 votes
2 answers
694 views

My rocketMQ producer can send messages to the queue, but the consumer cannot consume messages in a timely manner. Sometimes it will be delayed for about 10 seconds, and most of the time it will not ...
JessieJ's user avatar
0 votes
0 answers
56 views

I encountered a problem!!! step 1. RocketMq server run in the windows server. step 2. browser open https://ip:9876 appear safety warning, http://ip:9876 is ok I'm just want close https, how can I do ...
user2404686's user avatar
-2 votes
1 answer
110 views

I have a question about the method of RocektMQ ConsumeMessageOrderlyService.sendMessageBack, The method comment:max reconsume times exceeded then send to dead letter queue。 But the message was ...
ComeOnWang's user avatar
0 votes
1 answer
186 views

when i try to send a async message by rocketMQ,exception : org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [192.168.2.115:9876] failed pom: <dependency> ...
ggyuzhouwudi's user avatar
1 vote
1 answer
114 views

I am trying to do some test with RocketMQ, and I use C# with Newlife.RocketMQ. I started RocketMQ on my pc and I see the command window open and printing messages -- so that is ok. So I wrote a simple ...
AIMIN PAN's user avatar
  • 1,665
0 votes
1 answer
85 views

How to judge whether a topic is orderly or unordered? Can I view it from the RocketMQ-Console? I did not find the relevant documentation.
flower's user avatar
  • 2,240
0 votes
1 answer
27 views

the method executeOnTimeup of ScheduleMessageService caculate the deliverTimestamp ,if the cqUnit.isTagsCodeValid() return true the tagsCode is tag hasCode,why can use this to caculate the time CqUnit ...
zhangzhitong's user avatar
0 votes
2 answers
96 views

There are two Rocket MQ clients, both of which belong to the same consumption group. How to set the message load balance consumption? It seems that one client has more consumption messages and the ...
flower's user avatar
  • 2,240
-1 votes
1 answer
313 views

After send message to the RocketMQ 4.8, I found the consumer only consumed part of the queue. This is the RocketMQ consumer code looks like: public void appConsumer(Long appId, List<String> ...
Dolphin's user avatar
  • 41.2k
0 votes
1 answer
108 views

I tried to send batch messages to topic with this method below: public SendResult send(Collection<Message> msgs, MessageQueue messageQueue) throws MQClientException, RemotingException, ...
John_Lin's user avatar

15 30 50 per page
1
2 3 4 5 6