1,073 questions
Best practices
0
votes
0
replies
101
views
.NET Messaging CDC - Monitoring
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 ...
2
votes
1
answer
92
views
Partial success scenarios in Azure Service Bus
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 ...
0
votes
0
answers
78
views
Unable to add a message to service bus queue from .NET endpoint
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> ...
5
votes
1
answer
302
views
ServiceBus testcontainer not starting
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 ...
0
votes
2
answers
75
views
How to seek/rewind Azure ServiceBus topic subscription
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 ...
0
votes
1
answer
134
views
How to reuse the same connection for azure service bus sampler in jmeter
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,
...
1
vote
1
answer
161
views
Complete messages from another thread when using ServiceBusSessionProcesser
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 ...
0
votes
0
answers
75
views
Azure Service Bus MassTransit Consumers Intermittently Not Receiving Messages
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 ...
0
votes
1
answer
137
views
Can someone explain how this attribute self.keep_alive works and being applied in ServiceBusSender?
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 ...
1
vote
1
answer
706
views
ServiceBus, Managed ID, Azure Functions and App Configuration not working together
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 ...
1
vote
1
answer
316
views
Azure Service Bus consumers rebalancing similar to Kafka consumer group rebalancing
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 ...
0
votes
1
answer
523
views
Azure Function App .Net 8 version not able to bind the ServiceBusTrigger connection string value from appsettings.json
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": &...
0
votes
1
answer
135
views
Azure Service Bus failover
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 ...
0
votes
0
answers
130
views
SignalR via MassTransit not able to create a topic on azure service bus
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 ...
0
votes
1
answer
291
views
Logic app stand error while completeing msg from topic subscription: VNetPrivatePortsNotConfigured
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 ...