Skip to content

Instantly share code, notes, and snippets.

@dgafka
Created August 15, 2021 13:16
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/0a79c48f4dcb5d1e9eb95e562202b993 to your computer and use it in GitHub Desktop.
Save dgafka/0a79c48f4dcb5d1e9eb95e562202b993 to your computer and use it in GitHub Desktop.
asynchronous-handling-php-02
<?php
class Configuration
{
#[ServiceContext]
public function enableRabbitMQ()
{
return AmqpBackedMessageChannelBuilder::create("asynchronous_messages");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment