Skip to content

Instantly share code, notes, and snippets.

@dgafka
Created May 12, 2022 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgafka/8dc444fea8914762b7d3bc50ab5b7258 to your computer and use it in GitHub Desktop.
Save dgafka/8dc444fea8914762b7d3bc50ab5b7258 to your computer and use it in GitHub Desktop.
asynchronous-messaging-03.php
<?php
# config/packages/messenger.yaml
framework:
messenger:
transports:
async_channel: "%env(MESSENGER_TRANSPORT_DSN)%"
routing:
'PlaceOrder': async_channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment