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

damax-solutions/enqueue-simple-bus-queue-interop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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