Skip to main content
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
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
0 answers
78 views

I'm trying to send a message to my service bus queue from a .NET API endpoint, but it kind of throws connection reset error after call. Here's what I have done so far: public async Task<string> ...
Harish K's user avatar
  • 119
5 votes
1 answer
302 views

Trying to create an integrationtest with a 'TestContainer.ServiceBus', however I'm not able to start the container, it just timesout, without not information about the reason. [Fact] public async Task ...
smolesen's user avatar
  • 1,405
0 votes
2 answers
75 views

We are consuming messages from Azure ServiceBus topic subscription. We don't own or manage the topic, we are just consumers. We would like to access previously consumed messages. I did not found a way ...
blacksun's user avatar
0 votes
1 answer
134 views

I am using an Azure Service Bus Sampler in jmeter and using plugin jmeter-plugins-azure-servicebus-0.3.4.jar. I am using jmeter version 5.6.3. Below is the snapshot for the jmeter sampler I am using, ...
KeshavKumar's user avatar
1 vote
1 answer
161 views

I'm trying to use the Azure ServiceBusSessionProcessor (Azure.Messaging.ServiceBus) to processes tracking-related messages from an application. Due to different reasons (not to bore you with the ...
Mike's user avatar
  • 165
0 votes
0 answers
75 views

I have a MassTransit + Azure ServiceBus App that's intermittently not Receiving Messages - they hang out in the active messages queue. It's not a throttling thing, only sending a few messages at a ...
Haywood Phillips's user avatar
0 votes
1 answer
137 views

I am trying to make ServiceBusSender connection last more than 5 minutes without pinging the Sender. Basically I am trying to make my ServiceBusSender connection last longer. Right now I am applying ...
Ivan's user avatar
  • 1
1 vote
1 answer
706 views

So I have a solution which is using App Configuration and Managed Identity. A function app is linked to ServiceBus as a trigger, to use managed identity it needs a configuration parameter called ...
paulinventome's user avatar
1 vote
1 answer
316 views

I have previous experience with Kafka and I am relatively new to Azure Service Bus. Taking into account similarities between Kafka partitions and Azure Service Bus sessions, I am wondering if it's ...
Mladen Krstić's user avatar
0 votes
1 answer
523 views

I have my servicebustrigger connection string in the appsettings.json file. function app 8 version can't able to bind the value. Here is appsettings.json file approach 1: `{ "keyVault": &...
Meeran S's user avatar
0 votes
1 answer
135 views

Must be a simple question, but I didn't really find the answer. I'm going to create few asp.net hosted services where I want to start threads that will send and receive messages from azure service bus ...
Unnamed's user avatar
  • 292
0 votes
0 answers
130 views

We are running into a bit of a strange error on one of our environments. I am going to try and give as much context as I possibly can. We are using signalR with MassTransit as the backplane and we ...
Crownpack07's user avatar
0 votes
1 answer
291 views

I've received session messages from the Service Bus topic subscription using SB trigger: When a message is received in a topic subscription (peek-lock). Which doesn't delete the messages after ...
Deepak Shaw's user avatar

15 30 50 per page
1
2 3 4 5
72