sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 55 forks source link

set deliveryDelay options when send message #57

Closed IndraGunawan closed 5 years ago

IndraGunawan commented 5 years ago

i saw that deliveryDelay can be set at the DSN https://github.com/php-enqueue/messenger-adapter#configure-the-queues-and-exchanges.

is theres a way to set the deliveryDelay options on the fly when i send a message because itu deliveryDelay value will be different between messages?