Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Getting individual messages from Azure Service Bus queue through AMQP

Hi all,

 

I need to extract individual message from Azure Service Bus queue using AMQP and store them in separate files. How can this be done? Your support is appreciated. Thanks! 

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Thanks for the reply!

 

The component "tAzureStorageQueueInput" is for Azure storage queue and we are using Azure Service Bus Queue. I am having a route where it continuously scans the queue for messages. No problem in retrieving messages but... if there are more than 1 messages on a queue, AMQP downloads them all but it only creates file for the last message (file name contains timestamp). So not sure how it works, whether it first downloads all messages then then go next to create file. If this is the case then it'll always create one file i.e. for the last message. Not sure how to process messages one by one so that it'll create that many files. E.g. if it retrieves 2 messages from a queue, it should create 2 files.