Azure Ebus specs
Please let me know below point of requirment when a county population intract with Azure ESB. following in order to get the pricingMe Massaging operations?- Brokered connections?-...
View Articletopic - subscribe one-to-many, fan out
I created a simple console app that creates a topic, allows you to send a message to that 1 topic; and also created the client to listen in and subscribe to that topic, the subscription name is...
View ArticleThroughput Units
Can we scale up and scale down the throughput units using SDK when the throughput units are more than the what the Azure portal will let you set? So, if I call support to increase the throughput units...
View ArticleWhat version of Apache QPID is supported for use with Service Bus ?
I've been looking at the example code for using apache qpid with service bus: https://azure.microsoft.com/en-gb/documentation/articles/service-bus-java-how-to-use-jms-api-amqp/If I download the jar...
View ArticleHow does event hub consumer group know which partition to read from?
While sending the data to Eventhub we can define the partition key with message and internally a hashing function will map the key to a specific partition ID. On the consumer side , the consumer group...
View ArticleAzure Service Bus Queue usage clarification
I am getting data from 50 different clients every minute 50*1440*31 = 2232000.I need the data to be processed and updated real-time.Each client data to be processed synchronously.All the components i...
View ArticleMissing certificates in Service Bus
I accidently removed the certificates and now I cannot remove the Service Bus, the error I get is;This computer is part of a farm. To uninstall, first leave the farm either using 'Leave from Farm'...
View ArticleFailed to create event hub. No details
I am attempting to create an Event Hub. When I do, the error "Failed to create Event Hub 'myeventhubname'." is displayed. Expanding the details reveals the message "Please try again. If the problem...
View ArticleAuto-scaling with event hub consumers
I've been researching event hubs and I'm trying to find a good way to auto scale out my event consumer worker roles. So far, I've only found documentation that suggests using CPU usage as a metric to...
View Article404 Error
From @chorpie via Twitter:Any idea why NotificationHubClient.CreateRegistrationIdAsync() would return a 404? I'm using C# and the provided connection string for DefaultFullSharedAccssSignature...
View ArticlePerformance Counters and Threshold for Windows Service Bus 1.1
Referring to link https://msdn.microsoft.com/en-us/library/jj192996.aspxI found the performance counters for Windows Service Bus 1.1 but surprisingly I am not able to find the Threshold for each...
View ArticleDoes Service Bus REST API supports verb tunneling?
Hi,I'm calling the Service Bus REST API to get data from a Topic Subscription from an IoT device that only supports GET and POST verbs.Tried to use the X-HTTP-Method to send a DELETE but it seems to...
View ArticleSet OperationTimeout when creating MessagingFactory from Connection String
There seems to be two ways to create a new MessagingFactory - Create() and CreateFromConnectionString(). I have been using the later, but now I need to adjust the OperationTimeout which you can only...
View ArticleSlow performance and trouble shooting
Hi,This morning we experienced a very slow connection towards the service bus while trying to troubleshoot dead letters. We are using the Service Bus explorer to trouble shoot deadletters. For about an...
View ArticleFilter queue messages based on deployment type
Hi,We use Azure Service Bus queue to send/receive messages between two different applications in our solution.We also need to have a development, stage and production deployments running.As you can...
View ArticleFuture of on premise version of service bus
Hello, Does anyone have any insight on whether the on premise version of the service bus will be supported in the foreseeable future? It seems that it hasn't been updated since 2013, even though a...
View ArticleServiceBus QueueClient crashes
HiI am trying to access my SB queue named ifslabscustomer_ifsapplicationsqueue using a WorkerRole in the cloud but getting the following exception:A first chance exception of type...
View ArticleProblem changing SQL connection strings for SB for Windows 1.1
I've followed the instructions here: https://msdn.microsoft.com/en-us/library/dn441408.aspx#BMK_SBConfig66 Most things seem to update, but the next to last statement "Update-SBHost" does not seem to...
View ArticleIs the retry policy set by default when using the service bus with the latest...
Is the retry policy set by default when using the service bus with the latest sdk?I assume you do not need to set the retry policy, unless you want to change the behaviour of the default...
View ArticleCan one event processor host consume data when others was blocked?
In our Project, we use two EventProcessorHost (different host name, same consumer group: hostA and hostB) to consume data from an EventHub, we send 100 messages(message 1 ~ message 100) to the hub,...
View Article