Guaranteed Message Delivery
The FUSE Message Broker supports once and only once message delivery.
As messaging is asynchronous, this contract can be broken when a client has consumed a message but fails before it can send an acknowledge. As the message broker does not know if the client and processed the message completely it redelivers it, with the redelivery flag set. This is in accordance with the JMS specification.
Labels
(None)
