From 8412bc10c47b644cf47bd2c87cd1d0c06f46dd90 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 30 Sep 2019 10:56:15 +0300 Subject: [PATCH] remove not required configurations --- .../2.2/config/packages/gpslab_domain_event.yaml | 12 ------------ 1 file changed, 12 deletions(-) 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