Package org.frankframework.jms
Class JmsPoolUtil
java.lang.Object
org.frankframework.jms.JmsPoolUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getConnectionPoolInfo
(jakarta.jms.ConnectionFactory qcf) Returns pool info or NULL when it's not able to do so.static Object
getManagedConnectionFactory
(jakarta.jms.ConnectionFactory qcf) Retrieve the 'original' ConnectionFactory, used by the console (to get the Tibco QCF) in order to display queue message count.
-
Constructor Details
-
JmsPoolUtil
public JmsPoolUtil()
-
-
Method Details
-
getConnectionPoolInfo
Returns pool info or NULL when it's not able to do so. -
getManagedConnectionFactory
Retrieve the 'original' ConnectionFactory, used by the console (to get the Tibco QCF) in order to display queue message count.
-