How to create custom dead letter queues pertaining to a respective Topic.
We have pub-sub implementation by using Azure Service Bus.Please share the best practices and approaches to handle Dead Letter Queue messages.Kindly also emphasize as to how create customized dead...
View ArticleQueueClient.Peek returns future/scheduled message instead of next active message
I have a Service Bus Queue with two messages in it:One enqueued 10 minutes ago with a ScheduledEnqueueTimeUtc set to 30 minutes in the futureOne enqueued 5 minutes ago (for immediate processing)When I...
View ArticleGetting ServiceBus Namespace description
Hello,I have a requirement to create service bus namespace using management API. I usedhttps://msdn.microsoft.com/en-us/library/azure/jj856303.aspxAnd was able to do this. But for using this namespace...
View Articlewindows service bus Error - The api-version in the query string is not...
Hello,We are getting the following error when we are using the windows service bus for implementing pub-sub model.The remote server returned an error: (400) Bad Request. The api-version in the query...
View ArticleCommunication between ios app and java server in private netwrok.
Hello,How can I communicate with a java server hosted in private network with a mobile app using azure mobile services.
View ArticleGraceful shutdown when using RegisterSessionHandler /...
I have some QueueClient / SubscriptionClients which are using the RegisterSessionHandler / RegisterSessionHandlerFactory methods to handle the session handling. I'm struggling to see how I can close...
View ArticlePlease provide code for using webHttpRelayBinding ?
Hi,I want to know how webHttpRelayBinding is used ?Is it used to connect REST/HTTP client to Azure REST/HTTP Service via Azure Service Bus relay?Does Azure Service Bus acts like an intermediary relay...
View ArticleFormulate messages to be sent over for Windows Service Bus
Hello,Our (WCF) service would be receiving objects from source end which would be then creating respective topic and subscription on the Windows Service Bus.Kindly let us know what would be the ideal...
View ArticleFrom the IoT Hub to the Database
I have an experimental IoT Hub running with an device placing events on the the event hub.I've implemented a StoreEventProcessor class to consume the messages, filter the informations and place the...
View ArticleAzure IoT SDK
Hello,me and other friends are developing a new device that will transmit the data with M2M technology. We want to use the Azure IOT SDK for handle the communication. I have seen this page...
View ArticleIoT Hub gives Rejected feedback after calling CompleteAsync()
I'm writing some example code to run on a Raspberry Pi (under Mono running on Raspbian) and communicate with an IoT Hub. I'm using DeviceExplorer to monitor the hub and send messages. I'm using HTTPS...
View ArticleService bus hogging up threads after IIS pool recycles
I have recently upgraded my service bus library to version v3.0.1 and noticed a strange behavior.What I did was I performed load test against my web app (which will raise new event to the bus...
View ArticleJava EventhubsProducer ServerBusyException handling
Hi,I'm using the next Java Producer for sending messages to an Azure Event Hub:Google: "Get Started with Event Hubs in Java | Microsoft Azure" (by Elio Damaggio).I'm using an Eventhub with 10...
View ArticleAppDomain unloaded exception while running test with service bus version 2.6.5
We have multiple projects that are making use of the Azure service bus library. We are currently using v2.6.5 at the moment and we've been getting several warnings for unit tests that calls to the code...
View ArticleService Bus Queue Dashboard Graphing Mismatch
Hello Teams! Azure customer @WesReynolds15 brought to our attention a Service Bus monitoring graph that shows a mismatch. Can you review the graph and provide some insights on this possible issue?...
View ArticleChange on 24th Jan?
I have two systems which use the azure service bus for messages (West Europe). They use the same instance, but different queues.On the 24th at about 5:35am, the messages stopped processing. They are...
View ArticleWhy Microsoft released the same dll/namespace name i.e....
Microsoft.ServiceBus.dll -- Vesion 1.0 -- for Windows/Enterprize Service BusMicrosoft.ServiceBus.dll -- Vesion 3.0 -- for Azure Service BusWhy Microsoft released with the same name DLL/NameSpace name...
View ArticleHow to set expiry to SAS token
Hello,Could anyone show me how to set an expiry parameter into SAS token for EventHub ?Some articles say "expiry" should be included in token for security perspective, but I cannot find related...
View ArticleWindows Service Bus Message Lost
Hello,We are working on a scenario wherein if we are creating a topic and publishing a message.However we are creating a subscription for that Topic later while we are fetching the message. When we are...
View ArticleWindows Service Bus Message Lost -Concluded
Hello, We are working on a scenario wherein if we are creating a topic and publishing a message. However we are creating a subscription for that Topic later while we are fetching the message. When we...
View Article