How can Azure Service Bus topic messages be purged via sdk
It seems that this is not possible? Also once a subscription is created it is still active although no clients are connected to it, so is there a way to see which subscriptions are live?
View ArticleIs Service Bus down in West region, or why can't I connect to an existing...
Everything was working fine earlier today, but suddenly our clients have reported issues. I don't see any Azure status outages reported, but when I try to view my Service Bus Topics from the portal,...
View ArticleHow to create Shared Access Policy on Relay's Hybrid Connection
I have a need to create a Hybrid Connection (HBC) to interface with 2 VMs and an App Service. The VMs are SSRS servers. The App Serivce will call the HBC which will handle the routing to a VM to pull...
View ArticleManaged Identity Can No Longer Authenticate to Service Bus
Background:I'm using a Managed Identity to connect to Azure Service Bus. I Have access roles configured for the identity and everything was connecting and working. Yesterday afternoon this suddenly...
View ArticleTrigger Web Job on message received in service bus queue
Hello All,I want to create the continue web job which will take the message from the service bus queue and will proceed with the message. How I can achieve it? Please help.If web job running on one...
View ArticleEvent Hubs - Deserializing vulnerabilities
Hi,Are there any best practices for securing against potential vulnerabilities with data sent into an Event Hub queue?Originating data format is XML.
View ArticlePeek and Complete a message from Different Receiver Instances
ScenarioWhen business transactions are performed, we're supposed to make that data available to end clients.Current DesignOur web app publishes messages to the Service Bus, so the transaction are added...
View ArticleShould Delete Locks be respected from Service Bus Explorer
I have created Delete locks on all our resources in the Azure Portal, however we can delete a queue via the Service Bus Explorer Application, if we try and delete the queue via the portal the lock is...
View ArticlePut token failed. status-code: 404, status-description: The messaging entity...
I have a python Azure Function running in a container in AKS. The function received a message from a queue, and puts a message in another queue back. This is referring to the inbound queue:fail:...
View ArticleService bus topic doesn't receive any message
I can Successfully send Message to Service Bus Topic from a web Api application with out any exceptionsbut can't see the count increasing in portal and also my subscription doesn't receive this...
View ArticleWhat´s the best way to connect a siemens PLC to IoT hub?
From @UlissesOPaiva via Twitter"@AzureSupport What´s the best way to connect a siemens PLC to IoT hub? Have I implement AMQP on PLC or I can use OPC...
View ArticleService Bus - detect messages not being consumed.
Hello, We have a software component that puts messages on a service bus queue. We have another component that consumes those messages. If the consumer component fails, the messages stay on the queue...
View ArticleTracking packet in servicebus relay through WCF trace Ids
We are witnessing an issue in one of our customer environment (configured under proxy) where in few data packets is not reaching caller environment using service bus relay. In the WCF trace logs we see...
View ArticleService Bus Explorer - Minimum access permissions
HiNot sure this is the correct forum for this, but I was wondering if you guys are also using the Azure Service Bus explorer to explore and troubleshoot issues in the Service Bus.I would like to grant...
View ArticleHow to create event grid domain topic subscription using REST API
I have created event grid topic inside event grid domain. Now I want to create event subscription for that topic using rest api. I have read docs through this link...
View ArticleIs SubscriptionClient.RegisterMessageHandler() Using 'Brokered Connections'...
I'm trying to get very specific with estimating pricing using Azure Service Bus, so I need to know if my solution will be consuming 'Brokered Connections', which can incur cost in the Standard Tier....
View Articleconcurrent Message processing from Service bus Scubscription usng amqp-Errors...
when trying to connect to Service bys subscription using amqp..I get an eror when consuminge messages concurrently.Serial Processing works fine.When I try to enable te Service bus logs to...
View ArticleAzure Service Bus topic, subscription scheduled messages browsing doesn't work
I use scheduled messages in azure service bus with topic and subscriptions. Messages sent using Microsoft.Azure.ServiceBus.TopicClient.SendAsync() SessionId is set. Scheduling implemented setting...
View ArticleSoftware developer
I followed this document (see the link below) to create a service bus. I downloaded the sample code BasicSendReceiveQuickStart and when I ran it I got this exception "Put token failed. status-code:...
View ArticleHow to manually push messages to DeadLetter queue using .net core
Hello Techie!I have a requirement where during any exception or validation failures, i need to manually push messages to DeadLetter queue. How to achieve this using .net core? I have been trying this...
View Article