StompSession.acknowledge

An overloaded version of {@link #acknowledge(string, )} with full {@link StompHeaders} instead of just a {@code messageId}. @param headers the headers for the ACK or NACK message frame @param consumed whether the message was consumed or not @return a Receiptable for tracking receipts @since 5.0.5

  1. Receiptable acknowledge(string messageId, bool consumed)
  2. Receiptable acknowledge(StompHeaders headers, bool consumed)
    interface StompSession

Meta