azure-spring-boot-samples
azure-spring-boot-samples copied to clipboard
[Query] Consumer with Listener for Storage queues
Query/Question I'm looking to implement a consumer with a listener for storage queue. I referred to this branch ( https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/storage ) and did not find any implementation for listener. Could you please help to find any implementation?
Why is this not a Bug or a feature Request? A clear explanation of why is this not a bug or a feature request?
Setup (please complete the following information if applicable):
- OS: [e.g. iOS]
- IDE: [e.g. IntelliJ]
- Library/Libraries: [e.g. com.azure:azure-core:1.16.0 (groupId:artifactId:version)]
Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [ ] Query Added
- [ ] Setup information Added
@PunithkumarJagadees thank you for your feedback, I am not sure whether it meets your needs, we use spring integration to receive messages, you can refer to this link.
Hi @PunithkumarJagadees do you mean message-driven listeners, like the listeners we provide for Event Hubs and Service Bus? Now the storage queue starter doesn't provide such a mechanism for users to register a consumer listener. That's why we don't have such a sample for it.
Close this issue since there is no response for long