Class CredentialInjectionQueueConnectionFactoryWrapper

  • All Implemented Interfaces:
    javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory

    public class CredentialInjectionQueueConnectionFactoryWrapper
    extends CredentialInjectionConnectionFactoryWrapper
    implements javax.jms.QueueConnectionFactory
    • Constructor Detail

      • CredentialInjectionQueueConnectionFactoryWrapper

        public CredentialInjectionQueueConnectionFactoryWrapper​(javax.jms.QueueConnectionFactory delegate,
                                                                String username,
                                                                String password)
    • Method Detail

      • createQueueConnection

        public javax.jms.QueueConnection createQueueConnection()
                                                        throws javax.jms.JMSException
        Specified by:
        createQueueConnection in interface javax.jms.QueueConnectionFactory
        Throws:
        javax.jms.JMSException
      • createQueueConnection

        public javax.jms.QueueConnection createQueueConnection​(String u,
                                                               String p)
                                                        throws javax.jms.JMSException
        Specified by:
        createQueueConnection in interface javax.jms.QueueConnectionFactory
        Throws:
        javax.jms.JMSException