sroze/messenger-enqueue-transport

Use all TransportConfiguration stamps instead of only the last one

Opened this issue · 0 comments

https://github.com/sroze/messenger-adapter/blob/89516be3de37961217c8e665e535a28f521df2c6/QueueInteropTransport.php#L208

if we do a $envelope->all(TransportConfiguration::class) and iterate over the results we can gather all of those stamps.

This would make it possible to incrementally add configuration options using multiple Middlewares, instead of only having one.