[QUERY] Spring - How to set the receive mode to "RECEIVEANDDELETE" in spring cloud stream service bus binder #17421
Labels
azure-spring
All azure-spring related issues
azure-spring-servicebus
Spring service bus related issues.
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Query/Question
microsoft/spring-cloud-azure#511
I see from the log that the default value of the receiver is PeekLock.
c.m.azure.servicebus.MessageReceiver : Creating MessageReceiver to entity 'xxx-topic/subscriptions/xxx-subscription', ReceiveMode 'PEEKLOCK'
how to set the receiver to "ReceiveMode.RECEIVEANDDELETE" ?
The text was updated successfully, but these errors were encountered: