Class FFMQQueueConnectionFactory

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

    public final class FFMQQueueConnectionFactory
    extends FFMQConnectionFactory
    implements javax.jms.QueueConnectionFactory

    Implementation of a JMS QueueConnectionFactory

    See Also:
    Serialized Form
    • Constructor Detail

      • FFMQQueueConnectionFactory

        public FFMQQueueConnectionFactory()
        Constructor
      • FFMQQueueConnectionFactory

        public FFMQQueueConnectionFactory​(Hashtable<String,​Object> environment)
        Constructor
    • 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 userName,
                                                               String password)
                                                        throws javax.jms.JMSException
        Specified by:
        createQueueConnection in interface javax.jms.QueueConnectionFactory
        Throws:
        javax.jms.JMSException