Closed
Description
Description
When adding #51092, I made the false assumption that existing stamps were kept when using RedispatchMessage
. They are not. I'm thinking they should be.
I'm unsure how to keep the stamps within the current architecture. Any ideas?
Example
$bus->dispatch(new RedispatchMessage(new MyMessage()), [new ThisStampIsLost()]);