Class CreateConsumerQuery

    • Constructor Detail

      • CreateConsumerQuery

        public CreateConsumerQuery()
    • Method Detail

      • getConsumerId

        public IntegerID getConsumerId()
        Returns:
        the consumerId
      • setConsumerId

        public void setConsumerId​(IntegerID consumerId)
        Parameters:
        consumerId - the consumerId to set
      • getDestination

        public javax.jms.Destination getDestination()
        Returns:
        the destination
      • setDestination

        public void setDestination​(javax.jms.Destination destination)
        Parameters:
        destination - the destination to set
      • getMessageSelector

        public String getMessageSelector()
        Returns:
        the messageSelector
      • setMessageSelector

        public void setMessageSelector​(String messageSelector)
        Parameters:
        messageSelector - the messageSelector to set
      • isNoLocal

        public boolean isNoLocal()
        Returns:
        the noLocal
      • setNoLocal

        public void setNoLocal​(boolean noLocal)
        Parameters:
        noLocal - the noLocal to set