Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 746 Bytes

driver-symfony-configuration.md

File metadata and controls

29 lines (26 loc) · 746 Bytes

Driver Symfony Configuration

wakeonweb_message_bus_publisher:
    driver:
        in_memory:
            targets:
                x:
                    service:
                        id: App\Acme\GatewayX
                y:
                    http:
                        endpoint: https://.....
                    normalizer: json
                z:
                    amqp:
                        queue: xxx
                        message_name: MessageBusExternalMessage
                    normalizer: array
            routing:
                x:
                    - App\Event\UserCreatedEvent
                y:
                    - App\Event\UserCreatedEvent

Back to home