Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
348 views

I am trying to send a message to a service bus in azure. But I get following error: ServiceBusError: Handler failed: DefaultAzureCredential failed to retrieve a token from the included credentials. ...
Thomas Segato's user avatar
-1 votes
1 answer
432 views

I want to send a message to a servicebus from Visual Studio Code, in a simple python script. I want to access the service bus using a managed identity (in this case my own user). From visual studio it ...
Thomas Segato's user avatar
0 votes
1 answer
87 views

I have a working Python script receiving messages from Azure Servicebus and saves them to a T-SQL table. The messages comes in a JSON string. However sometimes I'll get the error - 'utf-8' codec can't ...
OJ Slott's user avatar
-1 votes
1 answer
311 views

I have been trying to Spring Messaging Azure Service Bus (as described here) with a managed identity. However, I get a bunch of error messages from ChainedTokenCredential, including "Azure ...
Matei Macoveiciuc's user avatar
0 votes
2 answers
155 views

I've a Azure function in Python 3.11 and Linux hosting. It is throwing an error when trigger is service bus queue message, which is having IoTHub device connection state message with schema like this ...
Nayan Goswami's user avatar
0 votes
2 answers
529 views

I have a python service which uses azure service bus topic for sending and receiving messages. I am using azure-servicebus==7.12.2. Max timeout I can set on azure portal is 5 minute, but the ...
user1150896's user avatar
1 vote
1 answer
178 views

How are you ? Hope you are doing good . I have faced some technical challenges in Azure service bus and Qpid client . I am sending JMS message from Jakarta jms and I am using qpid jms client as ...
Hari's user avatar
  • 45
0 votes
1 answer
785 views

I am sending messages to a Azure Service Bus topic using REST API - https://learn.microsoft.com/en-us/rest/api/servicebus/send-message-to-queue. The messages are getting dead lettered with the reason &...
AVijay's user avatar
  • 3
0 votes
0 answers
146 views

I have been trying to understand an error that MassTransit has been throwing without success. I created a SAGA using Azure Service Bus. When I Start my project everything is initialized fine. But as ...
cgadjoro's user avatar
  • 127
0 votes
2 answers
2k views

I'm looking to setup auto scale rules in my Azure container apps, based on messages in an Azure Service Bus Topic by subscriptions. I do see the documentation on how to setup autoscale based on ...
Kevin M Ziegler's user avatar
0 votes
1 answer
338 views

I have an azure logic app standard application. This has two workflows; RunBre and StubSatellite. The desired interaction flow is illustrated in the following diagram: The RunBre workflow generates a ...
Rob Bowman's user avatar
  • 8,889
0 votes
1 answer
193 views

I am using .NET Isolated Functions I need to send multiple messages to a queue So I am using the code below [Function("process-duplicates")] public async Task<DispatchedMessages> ...
Paul's user avatar
  • 3,373
0 votes
1 answer
82 views

I am executing a series of SQL Inserts from a MassTransit Handler. I create a Transaction Scope, so all Inserts pass or fail. Works with zero issues when RabbitMQ is the Bus. On switching to Azure ...
Shirish Gadre's user avatar
0 votes
1 answer
156 views

The scenario we want to protect us from is when deploying several services (microservices application) and a new messages (MessageA) are part of the release. The service that publish the MessageA are ...
Magnus Backeus's user avatar
0 votes
1 answer
109 views

I am using .NET Isolated Functions I need to send multiple messages to a queue So I am using the code below [Function("process-duplicates")] public async Task<DispatchedMessages> ...
Paul's user avatar
  • 3,373
0 votes
1 answer
760 views

I need to connect to Azure Service bus from Databricks (pyspark) in order to send json messages to existing queue using a service principle or via AAD as auth. I have tried the below code : from azure....
Rocking Surya's user avatar
0 votes
1 answer
186 views

I'm trying to understand what the CancellationToken is used for and if I need to use it? If I have this code below, I can cancel it by calling CancelScheduledMessageAsync so what is a ...
chuckd's user avatar
  • 14.8k
1 vote
1 answer
3k views

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
518 views

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 vote
1 answer
747 views

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
  • 4,068
0 votes
1 answer
342 views

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
  • 606
1 vote
2 answers
379 views

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
1 answer
132 views

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,143
0 votes
1 answer
237 views

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,197
0 votes
0 answers
52 views

upon validation failed like any message field is empty or null directly send to dead letter queue of Azure service bus at first instance (without its maximum Retry.) I tried SurviceBusSenderClient and ...
Anita's user avatar
  • 1

1 2
3
4 5
78