-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
At present, we make a new connection for every AMQP message we send. This is not ideal.
From the RabbitMQ documentation (emphasis theirs):
Before an application can use RabbitMQ, it has to open a connection to a RabbitMQ node. The connection then will be used to perform all subsequent operations. Connections are meant to be long-lived. Opening a connection for every operation (e.g. publishing a message) would be very inefficient and is highly discouraged.
This comes from AMQP 0-9-1-centric and .NET-centric documentation, but it still applies for us.
Metadata
Metadata
Assignees
Labels
No labels