rabbitmq-java-client
rabbitmq-java-client copied to clipboard
Add a "builder" (chained setters) API to the ConnectionFactory class
Is your feature request related to a problem? Please describe.
Add a builder() method to the ConnectionFactory class in the RabbitMQ client library to make it easier to create instances of the ConnectionFactory class with custom configurations.
Describe the solution you'd like
The RabbitMQ client library does not provide a builder() method for the ConnectionFactory class, which can make it difficult to create instances of the ConnectionFactory class with custom configurations. This feature request is to add a builder() method to the ConnectionFactory class that provides a more concise and readable way to configure the ConnectionFactory instance with custom settings.
Describe alternatives you've considered
No response
Additional context
No response