Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.72 KB

File metadata and controls

32 lines (21 loc) · 1.72 KB

SimpleBus + Queue Interop + Enqueue

Build Status Coverage Status Scrutinizer Code Quality

SimpleBus integration with Queue Interop via Enqueue library.

Check out this sample application how to implement async domain events.

Features

  • Send asynchronous SimpleBus commands or events with queue-interop.
  • Consume SimpleBus messages with Enqueue consumption layer.
  • LongRunning library integration to avoid memory leaks.
  • Integration with Symfony Framework with almost zero configuration.
  • Map SimpleBus messages to specific queues or send everything into single location.
  • Serialize with standard Symfony tools i.e. jms/serializer is not required.

Documentation

Topics:

Contribute

Install dependencies and run tests:

$ make