You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/05 21:50:37 UTC

[GitHub] [camel] Kinae opened a new pull request #5179: CAMEL-16310 Allow to configure type of MessageListenerContainer in camel-spring-rabbitmq

Kinae opened a new pull request #5179:
URL: https://github.com/apache/camel/pull/5179


   Allow to use a different container than the default DirectMessageListenerContainer 
   It will allow us to configure more properties (number of consumers, max consumers, ...)
   
   https://docs.spring.io/spring-amqp/reference/html/#choose-container
   
   
   https://issues.apache.org/jira/browse/CAMEL-16310


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus commented on pull request #5179: CAMEL-16310 Allow to configure type of MessageListenerContainer in camel-spring-rabbitmq

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #5179:
URL: https://github.com/apache/camel/pull/5179#issuecomment-791885385


   You may want to configure this globally on the component so you dont have to set this per endpoint. So I suggest to add the option to component too, and set on endpoint, and then endpoint can override. Other components have this kind.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] Kinae commented on pull request #5179: CAMEL-16310 Allow to configure type of MessageListenerContainer in camel-spring-rabbitmq

Posted by GitBox <gi...@apache.org>.
Kinae commented on pull request #5179:
URL: https://github.com/apache/camel/pull/5179#issuecomment-792628776


   Hi Claus, 
   Thank you for the feedback, modifications are done to allow component configuration. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus merged pull request #5179: CAMEL-16310 Allow to configure type of MessageListenerContainer in camel-spring-rabbitmq

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #5179:
URL: https://github.com/apache/camel/pull/5179


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org