If a SEND frame (and perhaps others) is sent with a receipt header, ActiveMQ will set a matching receipt-id header in any ERROR frames generated as a result of the frame. Depending upon how common this behavior is amongst STOMP brokers, this could be used as part of a more specialized error handling:
If a SEND frame (and perhaps others) is sent with a
receipt
header, ActiveMQ will set a matchingreceipt-id
header in any ERROR frames generated as a result of the frame. Depending upon how common this behavior is amongst STOMP brokers, this could be used as part of a more specialized error handling:I'm not too keen on that syntax exactly, but it conveys the idea.