Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-servicebus-queues]

Windows Azure Service Bus Queue, questions regarding relay, topics and queues

azure-servicebus-queues
0 votes
1 answer
31 views

How to configure Azure Function App to process Service Bus messages in parallel?

I have created an Azure Function App and created a function from a docker image in the Azure Container Registry. The function is triggered by a new message being placed on an Azure Service Bus queue. ...
demajh's user avatar
  • 1
1 vote
1 answer
100 views

Azure Service Bus 'SendBatchAsync' Method Timing Out in Legacy Web API

Question: I am working on a legacy web API project hosted on Azure App Services. We are using the legacy WindowsAzure.ServiceBus 7.0.1 NuGet package for performing operations on Azure Service Bus. The ...
Pulkit Sharma's user avatar
1 vote
2 answers
70 views

Deploy filtered metrics on Azure dashboard with Bicep

I'm trying to deploy a dashboard that displays a couple of metrics for a Service Bus Queue in the Azure Portal using Bicep. Creating the tiles itself works fine, but I'm struggling with displaying the ...
StuartvdLee's user avatar
0 votes
1 answer
65 views

Azure Service Bus Queue Groups

I would like to get the same functionality as I believe queue groups in Nats provides, but I have to use Azure (Service Bus?) My first question is: is this possible? If so, any pointers greatly ...
Darren's user avatar
  • 1,133
0 votes
1 answer
71 views

Receiving a message using Azure.Messaging.ServiceBus that was sent with Microsoft.ServiceBus.Messaging (ServiceBus.v1_1)

We send servicebus messages with an old library via Microsoft.ServiceBus.Messaging which is available in the nuget-package 'ServiceBus.v1_1' and want to receive and parse the message with the newest ...
Simon's user avatar
  • 4,553
0 votes
1 answer
65 views

Azure Service Bus - ServiceBusProcessorClient-Java- Trytimeout and processing concurrent sessions

I am using ServiceBusProcessorClient and AmqpRetryOptions to connect my Azure Service Bus. Facing two issues. Consumer waits for 30 seconds to process the next message from ASB. Is this due to ...
Martin Joseph 's user avatar
0 votes
1 answer
63 views

Renew Lock Before It Get Expire For Long Running Process

I have this Service Bus trigger where I am trying to renew the lock before it expires. As per my knowledge, the maximum time-to-live for a message is 5 min. But my task is taking 20 min to complete it....
manas sahu's user avatar
0 votes
1 answer
73 views

Azure Service Bus - Message from Sender being enqueued twice

I'm relatively new to Azure Service Bus, and message queues in general. While familiarising myself, I've run into something that I initially thought was something clunky I had done, but am becoming ...
marcuthh's user avatar
  • 596
0 votes
1 answer
57 views

ServiceBusRetryOptions not working with SessionProcessor

I have created a service which starts and creates a connection to given Azure Service Bus Topic. I am using Azure.Messaging.ServiceBus Sdk with .NET 7 and I am trying to implement retry policy but it ...
usernotdefined's user avatar
0 votes
2 answers
127 views

Azure service bus trigger function app stops monitoring its queue

The problem we are experiencing is a service bus queue trigger function app, on a rare occasion (99.999% uptime), stops performing its job. The monitor aspect of the function app just stops working. ...
Chris Biles's user avatar
0 votes
0 answers
39 views

Receive certain number of messages from Azure Service Bus queue via URL-request

does anybody know how to get a certain number of messages from a queue in Azure service bus via url without removing it? https://mynamespace.servicebus.windows.net/myqueue/messages?PeekMessages=true&...
ppp's user avatar
  • 21
0 votes
0 answers
61 views

Need to controll calling 3rd party API calling per minute (throttling) in .net core

I am consuming 3rd party API in my service. My service is been called by azure service bus trigger function. The problem is 3rd party API restricting 45 requests per minute(they are doing throttling ...
Tech_Explorer's user avatar
0 votes
1 answer
114 views

How to do throttling for Azure Function through code

We have lots of Azure Functions for Service Bus within a single Azure Functions instance/project. The problem is that some Azure Service Bus has very high load and thus cause a resource starvation. Is ...
imgen's user avatar
  • 2,953
1 vote
1 answer
92 views

can we set ConversationID for service bus trigger Azure v4 function c#? in ITelemetryInitializer

I m using Azure Function V4 Isolated Mode in c#. Its service bus Trigger function. In message body I m already passing ConversationID. I already added Telemetry. services.AddSingleton<...
Maulik Dave's user avatar
0 votes
3 answers
196 views

Azure service bus - processing multiple messages in parallel (MaxConcurrentCallsPerSession)

I'm trying to process multiple messages, from a queue with sessions enabled, in parallel. I've tried setting MaxConcurrentCallsPerSession to 5 for example but I am still receiving 1 message at a time. ...
Andreas Giordimaina's user avatar

15 30 50 per page
1
2 3 4 5
71