Class PublisherConfirmContext


  • public class PublisherConfirmContext
    extends java.lang.Object
    Information an outbound message being confirmed.
    Since:
    1.13.0
    See Also:
    ConfirmListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.jms.Message getMessage()
      The message being confirmed.
      boolean isAck()
      Whether the message is confirmed or nack-ed (considered lost).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMessage

        public jakarta.jms.Message getMessage()
        The message being confirmed.
        Returns:
        the confirmed message
      • isAck

        public boolean isAck()
        Whether the message is confirmed or nack-ed (considered lost).
        Returns:
        true if confirmed, false if nack-ed