How to limit connections to JMS server ?
Is there any way to limit the amount of consumer connections to a JMS server in WLS1036?
My cust recently had a situation where a consumer client had over 1000 connections established to the Weblogic JMS Server and didn't close them properly, and it was preventing Weblogic from starting.
The connection factory this client was using had a ClientID assigned to it, but the ClientID Policy was unrestricted, allowing multiple connections. On the other hand, they also don't want to limit the connection to just 1 by setting the policy to "restricted" in order to support multi threaded consumers.
Apparently, there is no way they can set a configurable limit of connections on each connection factory. Is that correct ? if so, is there any alternative ?