Service Bus SDK for UWP & ASP .Net Core applications
Can anybody tell me when the Service Bus SDK will be available to UWP applications and ASP .Net Core applications?
View ArticleMessages directly go into Deadletter queue without processing
I have encountered a strange error where messages directly get into dead letter queue without even processing. The QueueClient.Send() method directly inserts queue messages into dead letter queue. Is...
View ArticleQueueClient Send throw “Could not connect to...
I am using Microsoft.ServiceBus.dll (version 2.1) in order to work on Service Bus for Windows Server 1.1.We also want this library to be able to talk to Azure Service bus. It only works on the computer...
View ArticleAzure Service Bus timeout exception with NancyFX
Hi. I'm having an immediate timeout issue when subscribing to a service bus queue. I've posted the details on Stackoverflow. Unfortunately, I can't post links here, as my account needs verifying. So...
View ArticleAzure Service Bus Queue Missing Messages
I have an Azure Service Bus queue that is not receiving all messages sent to it. I have 2 test console apps (C#) one to send messages, the other to receive that show this. None of these missing...
View ArticleWorker role using event hubs gives 'No connection handler was found for...
I have a worker role that uses an EventProcessorHost to ingest data from an EventHub. I frequently receive error messages of the following...
View ArticleHow to handle the Exception when RegisterEventProcessorAsync
In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost).When we want to register EventProcessor to...
View ArticleEvent Hubs via Java 7 in Storm
Hey all! First post...We are using Java 7 in Storm and the azure-eventhubs in Maven is only java 8.We are currently...
View ArticleSomething wrong with the Iothub demo
when i run the iothub demo from the azure website ,it always occures the exceptio,just like that:Exception:Microsoft.ServiceBus.Messaging.MessagingCommunicationException was unhandled...
View ArticleJava Azure Event Hubs 0.8.1 Problem
Hi,I have been using the following article to get started with event hubshttps://azure.microsoft.com/en-us/documentation/articles/event-hubs-java-ephcs-getstarted/I followed the instructions for c# and...
View ArticleError Code: 400--The namespace name is previously used in another project and...
I am getting this error while creating Service Bus Namesapce using "New-AzureSBNamespace".Error Code: 400--The namespace name is previously used in another project and has been deleted less than one...
View ArticleExpired token on relay
Hello,I am having an issue on a single server using service bus relays. I have updated to the latest client library (WindowsAzure.ServiceBus v3.3.2) It appears to be related to the server time on the...
View Article"new-azuresbnamespace" -Name does it allow which special characters?
I am using power shell to create new Service Bus Namespace. Can the Name String accept special characters like Underscore?Thanks!
View ArticleService Bus for Windows Server 1.1 high-availability : need a load-balancer ?
Hi,I need to create a Service Bus for Windows Server 1.1 farm (with 3 servers according the requirements).I understand that, thanks to Windows Fabric, the Service Bus Gateway is able to load-balance...
View ArticleTopics And MessageFactory
Sometimes I see the MessageFactory object used with Topics; however, usually I do not. The MessageFactory seems to be more congruent with queues. Is there an advantage to using a MessageFactory with...
View ArticleMessage time to live setting for Queue/Topics
Hello All,Whenever I create Queue/Topic using powershell Script, "Message TTL" value just gets sets to default rather that as per script. Soafter all queue/topic are created then I have to manually go...
View Articleevent hub availablity
How does the publisher know the event hub is available? How can the publisher know all messages have been successfully received by event hub?Does event hub send back acknowledgement?
View ArticleMigrating from Standard to Premium Service Bus
Hello,We have our framework created using MS Azure Standard Service Bus "WITHOUT" Partition. We have used Transaction in our code and as we have not used partition, we are not using any Partition or...
View ArticleSubscription filter on property with "-" in key not working
Hi there,This is my first foray into Azure Service Bus.I've created a topic, and submitted several messages to it. The messages all have a property with the key "x-feed-type" added, and so i've...
View ArticleDetect that brokered message has been already sent during retries on...
Acceptable practice seems to be to retry sending Brokered message to Azure ServiceBus topic on transient errors. Sometimes during the retry the brokered message's body would already be consume (by the...
View Article