You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Switch from enqueue to [php-amqplib](https://github.com/php-amqplib/php-amqplib)
8
+
- Fix #235
9
+
- Add support for multiple hosts
10
+
- Added `exchange:declare` artisan command
11
+
- Added `queue:bind` artisan command
12
+
- Added `queue:declare` artisan command
13
+
- Added `queue:purge` artisan command
14
+
- Bulk push messages using `batch_basic_publish`
15
+
- No more “sleeps”. Exception will be thrown on lost connection or if any other exception occurs and process manager should be configured properly to manage such situations.
0 commit comments