Help Center/
Distributed Message Service for RabbitMQ/
User Guide (Kuala Lumpur Region)/
FAQs/
Instances/
Does Specification Modification Affect Services?
Updated on 2025-09-03 GMT+08:00
Does Specification Modification Affect Services?
Yes. See Table 1.
Modified Object |
Impact |
---|---|
Brokers |
|
Storage space |
|
Broker flavor |
|
The following example shows how to configure message retry on a Java client.
ConnectionFactory connectionFactory = new ConnectionFactory(); //Set a service address. connectionFactory.setHost("localhost"); //Set a port. connectionFactory.setPort(5672); //Auto retry: connectionFactory.setAutomaticRecoveryEnabled(true); connectionFactory.setNetworkRecoveryInterval(5); connectionFactory.setTopologyRecoveryEnabled(true);
Parent topic: Instances
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot