Releases: t3n/JobQueue.RabbitMQ
Releases · t3n/JobQueue.RabbitMQ
2.3.1: Merge pull request #19 from nlx-lars/bugfix/timeout-should-return-null
BUGFIX: Return null on timeout
Configure Heartbeat
It's now possible to default the "Hearbeat". See https://www.rabbitmq.com/heartbeats.html for more details.
Thanks @nlx-lars for this contribution
Cleanup and prepare for Flow 6.x
Merge pull request #8 from t3n/updates Update packages, add pipeline and dependabot
Allow configuration of rabbit queue name
This release adds a new option to configure the queue name.
Thanks to @nlx-lars for this contribution!
Add Support for DLX
This release supports DLX. Read more about it here:
https://www.rabbitmq.com/dlx.html
This release also might be breaking for you as it is now possible to queue a message with an empty routing key. Before there was a fallback to the queue name.
Kudos to @nlx-lars for the implementation!
Bugifx
1.0.3 Disable hearbeat checks
Support new php-amqplib version
1.0.2 Adjust default parameter for streamconnection
1.0.1
CountReady should return the correct message count
Initial release
1.0.0 Adjust Readme