Can Azure ServiceBusProcessor PeekLock stop the peeking client being sent more messages
the system I’m developing has multiple clients sending requests to 3 queues with multiple servers servicing one or more of these using a ServiceBusProcessor (not a ServiceBusReceiver) in PeekLock mode, AutoComplete false, prefetch and max concurrent 1.
Azure ServiceBus PeekLock stopping the peeking client being sent more messages
the system I’m developing has multiple clients sending requests to 3 queues with multiple servers servicing one or more of these using a ServiceBusProcessor (not a ServiceBusReceiver) in PeekLock mode, AutoComplete false, prefetch and max concurrent 1.
Getting exception Shared access keyt cant be empty with CreateManagedIdentityTokenProvider
Getting the below transient error when use CreateManagedIdentityTokenProvider
TokenProvider tokenProvider = TokenProvider.CreateManagedIdentityTokenProvider();
client = new QueueClient(this.config.ServiceBusEndpoint, queueName, tokenProvider, TransportType.Amqp, ReceiveMode.PeekLock);