Skip to main content
0 votes
1 answer
90 views

I'm using .NET Aspire with an ASP.NET api server, Azure service bus and Azure functions (isolated worker model), all running locally. However, the problem is that I can't seem to connect to service ...
Thet Wai's user avatar
5 votes
1 answer
146 views

We are trying to upgrade from NServiceBus 8 to NServiceBus 10, and along with it comes the new topology for the Azure Service Bus transport. We are running into some issues with how to migrate from ...
JAD's user avatar
  • 2,236
0 votes
0 answers
69 views

I've running over an issue with Service Bus queues and Azure functions lately. It got super hard to debug and at this point I've been completely stuck. Just to give you some context: I have a queue in ...
Gaston Jacinto's user avatar
0 votes
1 answer
120 views

I have an Azure Function App version 4 using .NET 8. It is an isolated worker function app if that helps. It is referencing these packages: <PackageReference Include="Azure.Messaging....
Shinigamae's user avatar
0 votes
1 answer
77 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
0 votes
0 replies
101 views

I have a question about messaging in our system. We have three services: Order, Cart, and Monitoring. We usually work with communication in such a way that each project has its own contracts, and ...
pietro's user avatar
  • 231
Best practices
1 vote
3 replies
117 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
  • 231
2 votes
1 answer
92 views

In my application, each Azure Service Bus message contains multiple smaller “sub-messages,” which are processed individually. Some may succeed while others fail. Normally, message handling follows the ...
Shai Sudri's user avatar
0 votes
1 answer
65 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
0 votes
0 answers
54 views

I am trying to implement ServiceBusSenderAsyncClient with AmqpRetryOptions. However, I am unable to test it or create a mock scenario to test it. I tried mocking ServiceBusSenderAsyncClient, but the ...
arthus's user avatar
  • 33
2 votes
1 answer
166 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
0 answers
52 views

I've got a project that's about 4 years old that uses ServiceBusRuleManager and it recently stopped working without issues. I've created a whole new test following the guide at https://github.com/...
cdmdotnet's user avatar
  • 1,752
1 vote
1 answer
424 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 vote
0 answers
125 views

I get this error when I implement a Service Bus trigger and try to build/run it locally 1> C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common....
Loc Dai Le's user avatar
  • 1,737
-2 votes
1 answer
80 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
  • 3,054

15 30 50 per page
1
2 3 4 5
259