A single connection factory provides ONE SINGLE connection to a RabbitMQ message broker via TCP.
It is recommended by the RabbitMQ documentation (v2.7) to use one single connection within a client and to use one channel for every client thread.
@author christian.bick
|
|
|
|
|
|
|
|