SimpleBus integration with Queue Interop via Enqueue library.
Check out this sample application how to implement async domain events.
- 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.
Topics:
Install dependencies and run tests:
$ make