Skip to content

Instantly share code, notes, and snippets.

@dgafka
Created January 16, 2022 16:30
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/6009d5bd5b9515905f975e8d6e29a1c7 to your computer and use it in GitHub Desktop.
Save dgafka/6009d5bd5b9515905f975e8d6e29a1c7 to your computer and use it in GitHub Desktop.
microservices-integration-in-php-01.php
<?php
class MessagingConfiguration
{
#[ServiceContext]
public function configure()
{
return AmqpDistributedBusConfiguration::createConsumer();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment