netglue / laminas-messenger

PSR-11 factories for integrating Symfony Messenger with Laminas/Mezzio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception Reporting for Failed Messages

gsteel opened this issue · comments

IIRC, re-tried messages lack the original exception trace - work toward fixing this has been added upstream and quite a while ago I think.

There's a listener added in 5.2 so it may be a simple case of registering that listener, conditionally or otherwise.