-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Repro:
- Consumer method raises an exception
- Error routes through handle_error and notifies configured handlers
- Message remains in the Unacked state
- When service is stopped, message returns to the ready queue
Expected:
Consumer exception would be handled and notified, then the message would be acknowledged.
Findings:
Appears to be an issue with the break here:
which prevents emque-consuming from reaching the RabbitMQ ack here:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels