Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

I have a listener that processes a message from a queue and then sends it to my response queue. It seems to not through any errors, but the second message seem to silently fail because it never goes ...
Vin Mushwana's user avatar
Best practices
1 vote
3 replies
65 views

I have a question about sharing contracts between services using a message broker (more specifically, Azure Service Bus). I searched for it in various articles and asked a chatbot, but I didn't get a ...
pietro's user avatar
  • 221
0 votes
1 answer
36 views

I’ve set up an Azure Container Apps Job that is triggered by an Azure Service Bus queue. The job runs successfully each time a message is pushed to the queue, however the message is not removed from ...
the programmer's user avatar
2 votes
0 answers
101 views

We recently decided to move from MassTransit to Wolverine for sending messages using Azure Service Bus. However, we’ve run into some issues with our multi-tenant setup. Our setup looks as follows: ...
WillemCoding's user avatar
0 votes
1 answer
173 views

We’re trying to connect an Azure Function App (Isolated process) to an Azure Service Bus Queue using a Managed Identity, but we’re constantly hitting a error when function start. Setup Function App (....
Shlok Jadeja's user avatar
-1 votes
1 answer
53 views

I have a topic with many subscribers (A, B, C). One of this (ex. B) failed to process a message and now, message is in dead letter for that subscriber. Fixed the problem, i need to reprocess this ...
erikscandola's user avatar
  • 2,956
0 votes
0 answers
54 views

I have a Spring Boot 3.4.6 application with a JmsListener annotated method which receive messages from a Azure Service Bus topic. Randomly, the connection is lost between the application and Azure ...
Franck Anso's user avatar
  • 1,468
0 votes
0 answers
142 views

I have a service bus queue and a function app which takes message form the queue. I use postman to send messages into the queue. Function app is written in Python with the following retry policy @app....
Ali's user avatar
  • 1,285
0 votes
0 answers
67 views

Azure Service Bus Created: Friday, August 30, 2024 Pricing tier: Premium Zone Redundancy: Enabled The topic has been working for multiple months at this point and today (13 May 2025, around 11:30 ...
tridy's user avatar
  • 1,324
0 votes
1 answer
127 views

I'm developing an Azure Service Bus trigger function with MassTransit, and I'm getting the following error messages when the bus is injected with about 10K messages in a short time (~5 mins). The ...
Rodrigo Bengoechea's user avatar
0 votes
1 answer
113 views

I have an application in .NET and I use Mass Transit. In Azure I am running Azure Service Bus. The following situation is happening to me. It happens that I get an exception in the consumer, for ...
Petr Klekner's user avatar
0 votes
1 answer
53 views

I have an application where I want to process 3 messages per session using Azure Service Bus and I have used service_bus_queue_trigger in my function_app.py file to process the file. I have done some ...
user30000263's user avatar
1 vote
1 answer
578 views

I’m trying to connect to the Azure Service Bus emulator running in a Docker container. The container is up and running successfully, and the logs indicate everything is fine. I’ve verified that I can ...
Sam Carleton's user avatar
  • 1,420
0 votes
2 answers
168 views

My Function App is using Azure Durable Functions triggered by Service Bus to process scheduled messages. Sometimes, these messages aren't being received by my Function App but the messages disappear ...
ksatione's user avatar
0 votes
1 answer
73 views

I have an On-Premise Data Gateway that will send data to an on-prem SQL DB via Logic App, received from the Service Bus. I've got a Logic App that is currently triggering on When a message is received ...
mrc85's user avatar
  • 99
4 votes
1 answer
700 views

I have the service bus emulator running in a docker container. I'm able to send messages to this service bus successfully using code, but I'm unable to get function app service bus triggers to work. ...
Branden Barber's user avatar
0 votes
1 answer
119 views

Description: I am working on an Azure Service Bus implementation where I can successfully publish messages to a topic, but my consumer is unable to find the topic and throws a MessagingEntityNotFound ...
Dilanka M's user avatar
  • 394
0 votes
0 answers
86 views

When trying to monitor the active connections limit (5000), we tried looking into the ActiveConnections metric on the azure portal. But it doesn't seem to make any sense at all. If we set it to ...
Glenn Dierckx's user avatar
0 votes
0 answers
123 views

I'm using MassTransit version 8.3.6 with Azure Service Bus, and I'm trying to utilize the delayed re-delivery feature in MassTransit. However, as soon as I enqueue the message, I encounter the ...
Quak_2023's user avatar
  • 615
0 votes
1 answer
89 views

I am using MassTransit with Azure Service Bus in a Function App where I have a producer API sending messages via RequestClient<T>, and a consumer running in the Function App processing those ...
user3075478's user avatar
0 votes
1 answer
569 views

I have setup Azure Service bus to use RBAC and assigned myself a role of "Azure Service Bus Data Owner". I am able to send a message to a queue with: ServiceBusClient client = new ...
tridy's user avatar
  • 1,324
1 vote
1 answer
138 views

I am working on an Azure Function that uses a ServiceBusTrigger and queries Azure Table Storage. In order to process multiple messages as quickly as possible we're using the MaxConcurrentCalls setting ...
Mike WP's user avatar
  • 177
1 vote
1 answer
466 views

Here I am receiving the following error on a call to ReceiveMessagesAsync using .NET 8.0: Exception: Azure.Messaging.ServiceBus.ServiceBusException: Received an unexpected EOF or 0 bytes from the ...
user8128167's user avatar
  • 7,924
0 votes
0 answers
61 views

I have an issue that is happening in my Azure Function and Service Bus usage with Mass Transit implementation. I have attached the repository where the issue is shown. Before running it, you need to ...
pietro's user avatar
  • 221
1 vote
1 answer
1k views

I have the Azure Servicebus emulator running locally and now I want to connect to it from a durable function inside a different container, using a ServiceBus trigger. But I get the following error: ...
Reinder Wit's user avatar
  • 6,655

1
2 3 4 5
78