Re: Camel - PooledConnectionFactory or not

2011-09-12 Thread oseymen
Thanks for your reply Jason! That link you provided recommends the use of PooledConnectionFactory if I am publishing messages - which is OK for B2 endpoint in my above example and recommends using MessageListenerContainer for consuming messages which is for B1 endpoint. This also correlates to an

Re: Camel - PooledConnectionFactory or not

2011-09-12 Thread Jason Whaley
> > > My questions are: > 1. Where can I control the number of producers pooled in > PooledConnectionFactory? Does it create and pool one producer per session > (maximumActive setting above)? You can't really enforce the maximum number producers you actually have created, since a session can p