azure-spring-boot-samples icon indicating copy to clipboard operation
azure-spring-boot-samples copied to clipboard

[Query] Consumer with Listener for Storage queues

Open PunithkumarJagadees opened this issue 3 years ago • 2 comments

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 avatar Feb 23 '22 15:02 PunithkumarJagadees

@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.

backwind1233 avatar Mar 02 '22 02:03 backwind1233

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.

saragluna avatar Apr 29 '22 06:04 saragluna

Close this issue since there is no response for long

yiliuTo avatar Nov 02 '22 01:11 yiliuTo