Class JmsPoolUtil

java.lang.Object
org.frankframework.jms.JmsPoolUtil

public class JmsPoolUtil extends Object
  • Constructor Details

    • JmsPoolUtil

      public JmsPoolUtil()
  • Method Details

    • getConnectionPoolInfo

      @Nullable public static String getConnectionPoolInfo(@Nullable jakarta.jms.ConnectionFactory qcf)
      Returns pool info or NULL when it's not able to do so.
    • getManagedConnectionFactory

      @Nullable public 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.