Class ActiveMQXASslConnectionFactory

    • Constructor Detail

      • ActiveMQXASslConnectionFactory

        public ActiveMQXASslConnectionFactory()
      • ActiveMQXASslConnectionFactory

        public ActiveMQXASslConnectionFactory​(String brokerURL)
      • ActiveMQXASslConnectionFactory

        public ActiveMQXASslConnectionFactory​(URI brokerURL)
    • Method Detail

      • createXAConnection

        public javax.jms.XAConnection createXAConnection()
                                                  throws javax.jms.JMSException
        Specified by:
        createXAConnection in interface javax.jms.XAConnectionFactory
        Throws:
        javax.jms.JMSException
      • createXAConnection

        public javax.jms.XAConnection createXAConnection​(String userName,
                                                         String password)
                                                  throws javax.jms.JMSException
        Specified by:
        createXAConnection in interface javax.jms.XAConnectionFactory
        Throws:
        javax.jms.JMSException
      • createXAQueueConnection

        public javax.jms.XAQueueConnection createXAQueueConnection()
                                                            throws javax.jms.JMSException
        Specified by:
        createXAQueueConnection in interface javax.jms.XAQueueConnectionFactory
        Throws:
        javax.jms.JMSException
      • createXAQueueConnection

        public javax.jms.XAQueueConnection createXAQueueConnection​(String userName,
                                                                   String password)
                                                            throws javax.jms.JMSException
        Specified by:
        createXAQueueConnection in interface javax.jms.XAQueueConnectionFactory
        Throws:
        javax.jms.JMSException
      • createXATopicConnection

        public javax.jms.XATopicConnection createXATopicConnection()
                                                            throws javax.jms.JMSException
        Specified by:
        createXATopicConnection in interface javax.jms.XATopicConnectionFactory
        Throws:
        javax.jms.JMSException
      • createXATopicConnection

        public javax.jms.XATopicConnection createXATopicConnection​(String userName,
                                                                   String password)
                                                            throws javax.jms.JMSException
        Specified by:
        createXATopicConnection in interface javax.jms.XATopicConnectionFactory
        Throws:
        javax.jms.JMSException
      • createXAContext

        public javax.jms.XAJMSContext createXAContext()
        Specified by:
        createXAContext in interface javax.jms.XAConnectionFactory
      • createXAContext

        public javax.jms.XAJMSContext createXAContext​(String userName,
                                                      String password)
        Specified by:
        createXAContext in interface javax.jms.XAConnectionFactory
      • getXaAckMode

        public int getXaAckMode()
      • setXaAckMode

        public void setXaAckMode​(int xaAckMode)