Skip to content

Releases: t3n/JobQueue.RabbitMQ

2.3.1: Merge pull request #19 from nlx-lars/bugfix/timeout-should-return-null

10 Jun 05:27
3630415
Compare
Choose a tag to compare

Configure Heartbeat

20 Apr 09:59
aa51589
Compare
Choose a tag to compare

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

30 Jan 09:22
6ed1e1b
Compare
Choose a tag to compare
Merge pull request #8 from t3n/updates

Update packages, add pipeline and dependabot

Allow configuration of rabbit queue name

27 Dec 07:56
5f4421a
Compare
Choose a tag to compare

This release adds a new option to configure the queue name.

Thanks to @nlx-lars for this contribution!

Add Support for DLX

19 Jul 10:14
74503b0
Compare
Choose a tag to compare

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

26 Mar 10:55
2d013a5
Compare
Choose a tag to compare
1.0.3

Disable hearbeat checks

Support new php-amqplib version

25 Mar 14:16
ce2e343
Compare
Choose a tag to compare
1.0.2

Adjust default parameter for streamconnection

1.0.1

30 Jan 11:00
1532c02
Compare
Choose a tag to compare
CountReady should return the correct message count

Initial release

25 Jan 09:03
d9b1ef5
Compare
Choose a tag to compare
1.0.0

Adjust Readme