"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу

Tuesday 22 December 2020

RabbitMQ Trigger for Azure Functions

RabbitMQ is a popular message broker (https://www.rabbitmq.com/). Azure functions support RabbitMQ triggers and bindings. In other words, azure function can listen to a RabbitMQ message queue and also possible to push a message to the RabbitMQ message queue.

 

Microsoft Documentation and sample C#

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-trigger?tabs=csharp


 

 

 

 

No comments:

Post a Comment