Skip to content

Releases: tahseen9/rabbit-queue

Ready to use.

08 Dec 07:55
Compare
Choose a tag to compare

Production Ready.

Enabled dependency injection of T9RMQProducerInterface and T9RMQConsumerInterface.

Facade : RabbitQueue is available with methods:
Following Methods

  • method - static producer(): T9RMQProducerInterface
  • method - static consumer(): T9RMQConsumerInterface
  • method - static dispatch(array $message, string $queue_name): void
  • method - static listen(Closure $closure, string $queue_name): void