I have trying for few days to try to sort this issue we currently facing but not much luck, hopefully someone here can give few ideas.
Issue:
I am not able to create more than 11 connections to the MQ Queue , thats only 10 MDBs are created regardless of the maxSessions settings.
In standalone.xml, I have mdb strict pool max pool size is set to 50, and in my MDB config in maxSessions set to 50.
But I only end up getting 10 MDB instances.
When I change the above settings to say 5 max-pool and 5 maxSessions, I end up with only 5 MDB.
So I am not sure why when the values is say 50 in the max pool size and 50 in the max sessions, why do I only get 10 MDBs?
I am using Jboss 7.2.1 ( EAP 6.1).
Any suggestions?
I have same problem with ActiveMQ stand alone server. I try to run my test on EAP 6.2, EAP 6.1 and on jboss 7.3 ( that comes with jboss developer)
What is the MQ server that is used by you?