rabbitmq-java-client icon indicating copy to clipboard operation
rabbitmq-java-client copied to clipboard

Add a "builder" (chained setters) API to the ConnectionFactory class

Open doukhahmed opened this issue 1 year ago • 2 comments

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

doukhahmed avatar Oct 20 '23 14:10 doukhahmed