简体   繁体   中英

Is it possible to build a system to continuously listen for message using azure bus services?

I am trying to create a logger module using NodeJs and Azure bus services, which should be capable of listening for messages from the queue and process it based on business logic.

I tried it using Topics and subscription under standard tier in azure bus services, but couldn't make it listen continuously.

I suppose the Azure Function meets your needs. Azure Functions supports trigger and output bindings for Service Bus queues and topics.

You could use the Service Bus trigger to listen for and respond to messages from a Service Bus queue or topic.

Further more information you could refer to this doc: Azure Service Bus bindings for Azure Functions .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM