After reading several articles on jms connection pooling I got confused.
Could one please explain if queue connection factory configured in the cluster scope with maximum 10 connections (default) will allow 10 concurrent connections per cluster or per cluster member ?
So, in case of 4 cluster members there can be total of 10 or 40 connections opened ?
Max connections are per server instance (you’ll have a total of 40 connections in your case). Actually all resource definitions work this way. The scope in which a resource is defined only governs which server instances can reach this definition.
Quoting from infocenter ;