python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set application properties in a ServiceBusMessage?
How can we add custom properties or application properties with the latest SDK azure-messaging-servicebus?
It seems something doable in the previous package com.microsoft.azure:azure-servicebu like th...
Gaston G
Votes: 0
Answers: 1
Containerized springboot application not able to pick up new message from service bus queue
We have a springboot application running in Azure Web App (using container docker)
The application is using "azure-spring-cloud-stream-binder-servicebus-queue" to connect to Azure Service Bu...
WenHao
Votes: 0
Answers: 0
How can I retrieve the queue name for a service bus queue from my remote Azure App Configuration using the Java SDK?
The function app I'm working on works perfectly when setting my config using a local.settings.json file. I have set up a new App Configuration in Azure to manage the properties remotely but I have be...
esotericbob
Votes: 0
Answers: 1
Azure Functions V4 // ServiceBusTrigger and binding properties like Message or MessageReceiver
I am working on an Azure Function (in-process model, V 4.1) with a ServiceBusTrigger for a queue. The function works fine and gets triggered. The function looks like this:
public async Task Run([S...
Thread Pitt
Votes: 0
Answers: 2