graze / queue

:postbox: Flexible abstraction for working with queues in PHP.
MIT License
49 stars 10 forks source link

add more logging to the failed acknowledge/enqueue exceptions #47

Closed h-bragg closed 6 years ago

h-bragg commented 6 years ago

Currently when a message fails to be acknowledged we just throw away the reason behind it.

This adds that data into the $debug field in the FailedAcknowledge/Enqueue exceptions.