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
Copy file name to clipboardExpand all lines: docs/laravel/queues.md
+28
Original file line number
Diff line number
Diff line change
@@ -48,4 +48,32 @@ Consume messages:
48
48
$ php artisan queue:work interop
49
49
```
50
50
51
+
## Amqp interop
52
+
53
+
While interop connector can send\consume messages from any queue interop compatible transports.
54
+
But it does not support some AMQP specific features, such as queue declaration and delays.
55
+
To cover those cases the package provides a AmqpQueue. It can work with any amqp interop [compatible trnasport](https://github.com/queue-interop/queue-interop#compatible-projects-1), for example `enqueue/amqp-bunny`.
0 commit comments