mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
Update AsyncProducer.java
This commit is contained in:
@@ -31,7 +31,6 @@ public class AsyncProducer {
|
||||
String[] args) throws MQClientException, InterruptedException, UnsupportedEncodingException {
|
||||
|
||||
DefaultMQProducer producer = new DefaultMQProducer("Jodie_Daily_test");
|
||||
producer.setNamesrvAddr("139.196.101.149:9876");
|
||||
producer.start();
|
||||
producer.setRetryTimesWhenSendAsyncFailed(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user