594 questions with Azure Service Bus tags

Sort by: Updated
0 answers

@ServiceBusQueueTrigger (SpringBoot/Java) executes function when message sent to queue, but function sees message as null.

I'm using Java/SpringBoot and am able to send String data (it happens to be a String of JSON) to a ServiceBusQueue. The sending SpringBoot application can read it back just fine, and I can even "peek" at the message through portal.azure.com and…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
116 questions
asked 2020-10-07T19:57:10.39+00:00
Damon Stamper 1 Reputation point
commented 2020-10-22T13:59:49.777+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer

Azure Function with Service Bus Topic trigger to read messages

0 I have multiple message in my Service Bus Topic and I would like to process this message one by one and on a Service Bus Trigger, it should get all the messages which has not been processed. and since I am doing testing and debugging, I would not…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
asked 2020-10-15T14:32:37.173+00:00
Ankit Kumar 91 Reputation points
commented 2020-10-16T11:07:15.677+00:00
MayankBargali-MSFT 70,011 Reputation points
1 answer

Is there any connector in Logic Apps to connect Telegram or Whatsup

Hi Folks, I need to send some text to a whatsup or Telegram group when data is saved in our website. Can we do the same using Service bus. Thank you

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,994 questions
asked 2020-10-14T06:11:01.357+00:00
Neeraj 1 Reputation point
commented 2020-10-15T09:21:30.157+00:00
MayankBargali-MSFT 70,011 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Service Bus - Message storage for analytics

Hi, I'm planning to create an application that uses Azure Service Bus Topics to transport information among diverse microservices. I want to store a copy of the data that is distributed by ASB Topics so at some point I can either go back and check the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-10-13T04:45:57.887+00:00
Dave Moore 96 Reputation points
accepted 2020-10-14T16:59:05.267+00:00
Dave Moore 96 Reputation points
0 answers

Azure Service bus message is being retried forever

From my app which operates on the message received form the Azure SB, when an error occurs the message is getting redelivered. But the number of time the message is being redelivered seems to be foreer. For ex, the below is one of the message that got…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-10-11T12:34:47.303+00:00
Kannan Ramamoorthy 1 Reputation point
commented 2020-10-13T10:52:23.153+00:00
MayankBargali-MSFT 70,011 Reputation points
1 answer One of the answers was accepted by the question author.

Route Service Bus queue messages to Event Hub using Logic App

Hi Team, Could someone suggest , how to route Service Bus Queue messages to Event Hub using Logic App.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
600 questions
asked 2020-10-08T17:05:05.517+00:00
Yennam, ShowryPremsagar 41 Reputation points
accepted 2020-10-09T06:49:06.903+00:00
Yennam, ShowryPremsagar 41 Reputation points
2 answers

Message TTL and other properties not displayed in the Queue/Topic/Service Bus Properties page

I would expect to find the configuration page for Message TTL, Lock Duration, Duplicate detection history parameters in the Properties page of my Azure Service Bus/Queue/Topic, but instead, I got the page displaying Name, Resource Type, Location etc, as…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-10-01T15:01:01.673+00:00
JackCy Wong 1 Reputation point
answered 2020-10-06T15:08:24.1+00:00
JackCy Wong 1 Reputation point
0 answers

Azure Service bus message deserealization in Logic apps

Hi I am calling child logic app from parent and passing Sessionid from parent to child. Child Logic app will listen from Queue with the SessionId it received from the Parent Logic app it is working fine, But when i am trying to convert the Payload…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,994 questions
asked 2020-09-24T18:15:43.823+00:00
Amar-Azure-Practice 661 Reputation points
commented 2020-10-06T05:28:28.827+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to connect Service bus queue to Azure Data Factory as source

I have a service bus configured where i get messages in my subscription, I would like to move the data from the messages in the service bus queue to table storage using Azure Data factory, I would like to know if it is possible to do it.i couldn't find…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,180 questions
asked 2020-09-29T11:32:30.463+00:00
ankit kumar 101 Reputation points
accepted 2020-10-05T12:51:26.26+00:00
ankit kumar 101 Reputation points
1 answer

Azure function with service bus trigger 2.x

Hi I have written an Azure function (2.0). I am trying to consume a queue message (brokered message) like below. FunctionName("ConsumeQueueMessage")] public static async Task…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
asked 2020-09-26T09:44:51.32+00:00
answered 2020-09-29T05:55:40.38+00:00
Mike Urnun 9,786 Reputation points Microsoft Employee
1 answer

unable to receive message from Service bus queue (Session Enabled) in Logic apps

Hi I have service bus Queue name('Claims') and session enabled on it, From Azure function we are inserting messages to the Queue('Claims') with session Id. We have logic app application listening on the Queue with below configuration Logic…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,994 questions
asked 2020-09-23T15:24:38.32+00:00
Amar-Azure-Practice 661 Reputation points
commented 2020-09-28T04:48:32.637+00:00
MayankBargali-MSFT 70,011 Reputation points
1 answer One of the answers was accepted by the question author.

Issue with Azure Service Bus

I am getting a 400 error when trying to send an XML to Queue from Postman. I also tried sending it from the Service Bus Explorer and it works fine. Below is the response I am getting from Service bus endpoint My request looks like this - …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-09-23T14:11:28.543+00:00
Dinesh Gudi 21 Reputation points
accepted 2020-09-23T14:40:14.253+00:00
Dinesh Gudi 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Service Bus topics - message completion

Hi, Iam new at service bus, and have a requirement to have some subscribers for the same message in azure, so for me service bus with topics seems to be the way to go. But I was wondering, what if at one of the subscribers goes wrong? How do I Know…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-09-20T20:16:26.69+00:00
David Ribeiro 82 Reputation points
commented 2020-09-21T10:42:41.887+00:00
MayankBargali-MSFT 70,011 Reputation points
1 answer

Service Bus feature request: can we define the priority of the threads created by subscription client

So we understand for each SubscriptionClient with MaxConcurrentCalls = n, it will create n threads to process messages. My question is is there any way we can define the priority of the threads the client creates. By priority, I'm referring to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-09-18T18:08:12.127+00:00
JingJing Gu 1 Reputation point
answered 2020-09-21T05:59:22.463+00:00
MayankBargali-MSFT 70,011 Reputation points
1 answer

How to configure SQL filter in Azure subscription when we need to pass messages in the same subscription with a custom property and without a custom property?

I am searching for a solution where we need to pass messages to a subscription where we want to add a filter which lets all the messages to be passed accept for a particular condition with a custom property. That is, it excepts all messages which doesn't…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-09-16T03:52:53.14+00:00
Hemalatha Yavarna 1 Reputation point
commented 2020-09-18T03:46:47.61+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How do I forward messages from service bus queue to event grid?

I'm trying to achieve this architecture https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/enterprise-integration/queues-events but I haven't found a way to forward messages from the service bus queue to the event grid topic…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,994 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
353 questions
asked 2020-09-10T06:20:49.923+00:00
Raul Guerrero Deschamps 21 Reputation points
accepted 2020-09-10T13:38:53.987+00:00
Raul Guerrero Deschamps 21 Reputation points
1 answer

Migrating activemq from JMS topic to azure data factory

as part of migration process, currently we are using JMS topic for notification. Now we need to migrate it to azure data factory. Can we directly migrate to azure data factory using some protocols or we need to configure azure service bus. If service…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-09-02T17:32:54.99+00:00
Swetha M06 1 Reputation point
commented 2020-09-08T16:16:28.95+00:00
ChaitanyaNaykodi-MSFT 24,666 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

What is the limit posting messages to Azure Service Bus.

Hi, There is a limit on the message size posted in the Azure Service Bus queue. But would like to know is there a limit in posting number of messages to the queue?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-09-03T10:45:36.347+00:00
Inspirisys Admin 21 Reputation points
accepted 2020-09-03T11:53:12.993+00:00
Inspirisys Admin 21 Reputation points
1 answer

Unable to send messages to bus queue

I have a service bus queue. Sometimes the message send does not work via portal - it takes too long and does not complete eventually, other times when it does work the message does not appear in the queue. This worked fine - on the same queue - when…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-08-07T15:07:50.657+00:00
Srini 1 Reputation point
commented 2020-08-12T14:18:43.013+00:00
MayankBargali-MSFT 70,011 Reputation points
1 answer One of the answers was accepted by the question author.

NodeJS and Azure Service Bus Best Practices

Hi, Do the recommendations outlined here also apply to the NodeJS client? I'm developing a long running NodeJS worker service

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2020-08-07T09:13:04.13+00:00
Razvan Goga 41 Reputation points
commented 2020-08-12T04:50:34.88+00:00
MayankBargali-MSFT 70,011 Reputation points