Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.13.1
-
Production
-
Unknown
Description
Consumer RabbitMQ Component
To minimize number of connections (TCP/IP) in production servers and have more consumer threads, we need a list of channels per connection instead just one.
Like:
Collection<Channel> channels;
Attachments
Issue Links
- is duplicated by
-
CAMEL-7556 camel-rabbitmq: Multiple concurrent consumer threads
- Resolved