Skip to content
#

abstractions

Here are 30 public repositories matching this topic...

jdtaylor91
jdtaylor91 commented Feb 18, 2019

Problem

Incorrect usage of RabbitMQ connections can lead to socket exhaustion.

The library doesn't treat RabbitMQ connections as singletons. Every instance of RabbitMQQueueClient created by an application will create a new connection to RabbitMQ.

The recommended approach for RabbitMQ is to share a single connection.

Suggestion

The RabbitMQQueueClient instance should interna

Improve this page

Add a description, image, and links to the abstractions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the abstractions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.