You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ramon Rosa da Silva (JIRA)" <ji...@apache.org> on 2014/07/01 17:46:25 UTC

[jira] [Created] (CAMEL-7564) RabbitMQ Component: Consumer with many channels per connection.

Ramon Rosa da Silva created CAMEL-7564:
------------------------------------------

             Summary: RabbitMQ Component: Consumer with many channels per connection.
                 Key: CAMEL-7564
                 URL: https://issues.apache.org/jira/browse/CAMEL-7564
             Project: Camel
          Issue Type: Improvement
          Components: camel-rabbitmq
    Affects Versions: 2.13.1
         Environment: Production
            Reporter: Ramon Rosa da Silva
             Fix For: 2.14.0


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;



--
This message was sent by Atlassian JIRA
(v6.2#6252)