Class QueueSenderImpl

    • Constructor Detail

      • QueueSenderImpl

        public QueueSenderImpl​(SessionImpl mySession,
                               jakarta.jms.Queue queue,
                               int producerId,
                               RequestRegistry requestRegistry,
                               java.lang.String myHostname)
    • Method Detail

      • getQueue

        public jakarta.jms.Queue getQueue()
                                   throws jakarta.jms.JMSException
        Specified by:
        getQueue in interface jakarta.jms.QueueSender
        Throws:
        jakarta.jms.JMSException
      • send

        public void send​(jakarta.jms.Queue queue,
                         jakarta.jms.Message message)
                  throws jakarta.jms.JMSException
        Specified by:
        send in interface jakarta.jms.QueueSender
        Throws:
        jakarta.jms.JMSException
      • send

        public void send​(jakarta.jms.Queue queue,
                         jakarta.jms.Message message,
                         int deliveryMode,
                         int priority,
                         long timeToLive)
                  throws jakarta.jms.JMSException
        Specified by:
        send in interface jakarta.jms.QueueSender
        Throws:
        jakarta.jms.JMSException