Skip to content

Ready to use.

Latest
Compare
Choose a tag to compare
@tahseen9 tahseen9 released this 08 Dec 07:55
· 2 commits to main since this release

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