« Return to Thread: Outbound session pooling - number of sessions per connection

Re: Outbound session pooling - number of sessions per connection

by tom.bujok :: Rate this Message:

Reply to Author | View in Thread

Ok, this is my mistake, I read the documentation so many times, that I missed this:

<!-- The number of connections to the broker to use simultaneously. -->
<property name="maxConnections" value="8" />

<!-- The maximum number of active sessions for a given connection -->
<property name="maximumActive" value="250" />

 « Return to Thread: Outbound session pooling - number of sessions per connection