A message received by the STOMP broker.
Usually you don’t insantiate message objects yourself, but receive them using a carrot.messaging.Consumer.
Parameters: |
---|
The message body.
The message delivery tag, uniquely identifying this message.
The message backend used. A subclass of carrot.backends.base.BaseBackend.
The frame received by the STOMP client. This is considered a private variable and should never be used in production code.
Acknowledge this message as being processed., This will remove the message from the queue.
Raises MessageStateError: | |
---|---|
If the message has already been acknowledged/requeued/rejected. |