Issue 12975

Maybe implement connection pooling in the MessagingService

12975
Reporter: lfrancke
Type: Improvement
Summary: Maybe implement connection pooling in the MessagingService
Priority: Minor
Resolution: WontFix
Status: Closed
Created: 2013-03-08 10:44:34.871
Updated: 2017-10-06 15:38:15.077
Resolved: 2017-10-06 15:38:15.063
        
Description: Currently the MessagingService only uses one single connection to RabbitMQ. While multiple threads can use this safely performance degrades at a certain point.

To work around this clients can create multiple MessagingService objects with new Connections.

We could implement connection pooling in the postal-service itself to make this easier.]]>