diff --git a/gpslab/domain-event-bundle/2.2/config/packages/gpslab_domain_event.yaml b/gpslab/domain-event-bundle/2.2/config/packages/gpslab_domain_event.yaml index 9af0e149..5969502a 100644 --- a/gpslab/domain-event-bundle/2.2/config/packages/gpslab_domain_event.yaml +++ b/gpslab/domain-event-bundle/2.2/config/packages/gpslab_domain_event.yaml @@ -1,15 +1,3 @@ gpslab_domain_event: - # Event bus service - # Support 'listener_located', 'queue' or a custom service - bus: 'listener_located' - - # Event queue service - # Support 'pull_memory', 'subscribe_executing' or a custom service - queue: 'pull_memory' - - # Event listener locator - # Support 'symfony', 'container', 'direct_binding' or custom service - locator: 'symfony' - # Publish domain events post a Doctrine flush event publish_on_flush: true