-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Description
BUG REPORT
- Please describe the issue you observed:
- What did you do (The steps to reproduce)?
public static void main(String[] args) throws MQClientException, InterruptedException {
DefaultMQProducer producer = new DefaultMQProducer("ProducerGroupName");
producer.setNamesrvAddr("localhost:9876");
producer.start();
producer.shutdown();
}
-
What did you expect to see?
the producer will exit. -
What did you see instead?
the producer dont exit forever.
-
Please tell us about your environment:
-
Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
Metadata
Metadata
Assignees
Labels
No labels