Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 530 Bytes

subscribe.md

File metadata and controls

17 lines (12 loc) · 530 Bytes

Subscribe queue

Subscribe queue is designed for asynchronous work. The handler is called only when the message is published in the queue.

This allows you to reduce the load without interrogating once again as in the case of Pull queue.

You can use any implementations of callable type as a queue subscriber.

You can use one of the existing queues: