Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.21 KB

File metadata and controls

29 lines (25 loc) · 2.21 KB

Emque Consuming CHANGELOG

1.0.0.beta4

BREAKING CHANGE - New Queue Names

Applications updating to this version will have new queue names in RabbitMQ. After starting up, messages will need to be manually moved from the old queue to the new one.

Failed Message Routing

Messages that are not acknowledged due to a consumer error will now be routed into a service_name.error queue. These can then be inspected and be discarded, purged, or manually moved back to the primary queue for re-processing.