Skip to content

Tags: smskin/laravel-queue-rabbitmq

Tags

v10.1.4

Toggle v10.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
code clean-up (vyuldashev#317)

* Better place to tell rabbitMQ Job has failed.

* cleanup

* cleanup style (not showing-up in local style test)

v10.1.3

Toggle v10.1.3's commit message
fix 100% CPU usage and `stop-when-empty` flag of `rabbitmq:consume` c…

…ommand

v10.1.2

Toggle v10.1.2's commit message
Update changelog for 10.1.2

v10.1.1

Toggle v10.1.1's commit message
10.1.1 release notes

v10.1.0

Toggle v10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`rabbitmq:consume` command (vyuldashev#289)

add `rabbitmq:consume` command which uses `basic_consume` instead of `basic_get` which outperforms `queue:work` by ~2x

v10.0.2

Toggle v10.0.2's commit message

v10.0.1

Toggle v10.0.1's commit message
Add missing container instance and connectionName to RabbitMQJob

v10.0.0

Toggle v10.0.0's commit message
update CHANGELOG.md

v9.1.2

Toggle v9.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vyuldashev#272 from nenadvasic/fix/method-return-type

Fix return type of getJobId() method

v9.1.1

Toggle v9.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vyuldashev#245 from hex7c0/hex7c0-patch-1

queue: remove delivery_tag  and consumer_tag properties