bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

chore: add custom headers AMQP #115

Closed du-disk closed 1 year ago

du-disk commented 1 year ago

in this case you can add custom headers in AMQP, one case in point if you want to use x-delay with exchange x-delay-message

du-disk commented 1 year ago

hello @bschmitt , can you review this PR 😄, I need it for a project I'm working on right now, Thanks

bschmitt commented 1 year ago

Thanks!