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

Questions tagged [azureservicebus]

Microsoft Azure Service Bus provides a hosted, secure, and widely available infrastructure for widespread communication, large-scale event distribution, naming, and service publishing. Endpoints can be located behind network address translation (NAT) boundaries, or bound to frequently-changing, dynamically-assigned IP addresses, or both. Service Bus comes with a 99.9% uptime SLA.

azureservicebus
1 vote
0 answers
24 views

Azure Service Bus seems to use HTTP long polling instead of AMQP

In our application, we use MassTransit and Azure Service Bus. Configuration code looks like this: x.UsingAzureServiceBus((context, cfg) => { var connectionString = builder.Configuration....
Michael Korbakov's user avatar
0 votes
1 answer
18 views

How to create a container app scale rule based on a service bus message queue length

I have a azure container app that I want to scale based on a Azure service bus queue. The app is already configured to process the queue and every instance processes two messages at a time. With ...
Jürgen Steinblock's user avatar
0 votes
1 answer
11 views

Azure Service Bus processor IsProcessing:False with not error message

I have this code using Microsoft.Extensions.Logging; using Azure.Messaging.ServiceBus; using Azure.Core.Diagnostics; using System.Diagnostics.Tracing; using Microsoft.Extensions.Azure; using worker....
Carlos Garcia's user avatar
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 votes
0 answers
95 views

How to Connect Azure Service Bus Queue from Databricks [closed]

I have json files in my Azure datalake gen 2 . JSON DATA looks like : [{ "tno":123, "t_value":"gg432", "t_date":"2024-09-30" }] I need to ...
AzSurya Teja's user avatar
0 votes
1 answer
61 views

Scripts for Dead Letter Queue Notification

I want to get notification when emails moved to Dead Letter Queue from Queue in Azure Service Bus. How to do it with Function App or Shell Script or Power shell? Example: So lets say right now i have ...
Dur's user avatar
  • 3
1 vote
0 answers
93 views

Azure Container Apps job with ServiceBus and managed identity authentication

I am defining an Azure Container Apps job. The job will consume messages from a Service Bus topic subscription. The rule will authenticate using a user assigned identity. The service is defined as ...
fra's user avatar
  • 3,668
0 votes
1 answer
79 views

React Native - Android Studio - @azure/service-bus - fastestsmallesttextencoderdecoder: TypeError: Cannot read property 'prototype' of undefined

I'm creating an android app and I have a first issue: https://github.com/Azure/azure-sdk-for-js/issues/30342 where they suggested me to install a polyfill described here: https://github.com/hapijs/joi/...
Giuseppe Lo Re's user avatar
0 votes
1 answer
31 views

Azure Service Bus - Differentiating between Messages on the same Topic

I'm relatively new to Azure Service Bus (and message queueing in general), and have run into technical detail that seemed like a simple question but without a solution clearly available online. The C# ...
marcuthh's user avatar
  • 596
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
2 answers
47 views

MassTransit - MessageLockExpiredException - Longer executing message fails on completion

I have a MassTransit Consumer that should on average complete its messages in 15-20 minutes. I am using Azure.ServiceBus.Core transport. The message will successfully operate through all configured ...
gkizior's user avatar
  • 28
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
40 views

How can you set the MessageId of a service bus message using the Azure Functions output binding and IAsyncCollector?

I'm currently publishing a message to an Azure service bus using output binding and IAsyncCollector like so. [FunctionName(nameof(ReceiveTransaction))] [OpenApiOperation(nameof(ReceiveTransaction), &...
Bhav's user avatar
  • 2,149
0 votes
1 answer
41 views

Processing of a Azure Service Bus Queue, to empty it in one go

I have a Azure Service Bus queue, which possibly wrongly I am using to store ID's for views of a particular item. Each time a view is received, I send a message to the queue for processing later. When ...
nat's user avatar
  • 2,187

15 30 50 per page
1
2 3 4 5
252