squigg / azure-queue-laravel

PHP Laravel Queue Driver package for Microsoft Azure Storage Queues
41 stars 24 forks source link

How to receive messages from service bus? #17

Closed jonatansantana closed 2 years ago

jonatansantana commented 3 years ago

How do I receive messages sent to Azure Service Bus? Is it through jobs, events or listeners? And, how to send message topic using Job?

squigg commented 2 years ago

This package only supports the queues as part of the Azure Storage account. To send using Azure Service Bus you would need to use the Azure PHP SDK (which is being retired). https://github.com/Azure/azure-sdk-for-php