Class PasPollingConsumer

    • Constructor Detail

      • PasPollingConsumer

        public PasPollingConsumer()
    • Method Detail

      • createConsumer

        protected javax.jms.MessageConsumer createConsumer()
                                                    throws javax.jms.JMSException
        Specified by:
        createConsumer in class JmsPollingConsumerImpl
        Throws:
        javax.jms.JMSException
      • getSubscriptionId

        public java.lang.String getSubscriptionId()

        Returns the subscription ID to use.

        Returns:
        subscriptionId the subscription ID to use
      • setSubscriptionId

        public void setSubscriptionId​(java.lang.String s)

        Sets the subscription ID to use. This, in combination with the clientId should uniquely identify this subscription in the context of the broker.

        Parameters:
        s - the subscription ID to use
        See Also:
        JmsPollingConsumerImpl
      • getTopic

        public java.lang.String getTopic()
        The JMS Topic
      • setTopic

        public void setTopic​(java.lang.String topic)
        The JMS Topic