Interface MessageSentCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void sent​(javax.jms.Session session, javax.jms.Message message, javax.jms.Destination destination)
      Callback when the message has been sent.
    • Method Detail

      • sent

        void sent​(javax.jms.Session session,
                  javax.jms.Message message,
                  javax.jms.Destination destination)
        Callback when the message has been sent.
        Parameters:
        session - the session
        message - the message
        destination - the destination