How to use peeklock/delete pattern to handle messages in event hub?
Hi,I have a consumer group with multiple consumers. If one consumer failed to process the message (by some internal reasons. not poison), I want it just leave that message and let other consumers have...
View ArticleWhich Windows Service to list as dependency?
I have a Windows Service that uses Service Bus, and would like to add the appropriate service bus service as a dependency so that it starts after service bus is ready to receive connections. Which of...
View ArticleHow to set the Throughout Unit for Azure Service bus?
From the guideline " The Throughput Units value that is set on a Service Bus namespace determines the actual throughput allowed". so how to set the Throughout Unit for Azure Service bus?
View ArticleTest connectivity of service bus to my on premise servers
Hi there,I am getting the following error from my on premise servers while connecting to azure service bus. I would like to know is there a tool or way available to check network connectivity between...
View ArticleEvenhub send access through JavaScript
Hi,I have a requirement to send messages to Eventhub from Javascript client. Is there any pointer or sample which does this?
View ArticleTimeOut while creating subscription in Service bus namespace
Hi TeamI have been using Azure topic and subscription in my application, i do see on regular basis timeout error from Azure. This is snippet of code which i uses. THis typically happens when there is...
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 ArticleAzure ServiceBus not accessible on portal
When I log in to azure portal, the category link on the left which shows Service bus has an exclamation mark with pink background which on hover shows "The portal can not load the management data for...
View ArticleConsuming Service Bus Relay in Windows Store App
Hello,I've setup a WCF endpoint on Azure Service Bus with basicHttpRelayBinding. I understand Windows store apps can consume this WCF endpoint.I am having a hard time finding instructions on how to...
View ArticleCreating A Service Bus SAS Token and Consuming Relay in WinRT
I have a Service Bus Relay (WCF SOAP) I want to consume in my Windows Store App. I have written the code to create a token as well as the client which is below.The problem is that I get an...
View ArticleService Bus 1.1 Always On Installation
Hi,The documentation on how to setup Service Bus with Always On Availability Groups is rather sparse.The documentation I have found explains the setup with very few lines:"Using the cmdlets, pass the...
View ArticleService bus Namespace certificate expire
HiA year ago we created a service bus namespace to run ACS which we use as a federation broker between our on-premise ADFS and Yahoo.Azure generated a self-signed certificate that ACS use for token...
View ArticleService Bus 2.6.6 Paired Namespace Enable Syphon
How to make work Paired Namespace receiver side to move messages from backlog queue to the primary queue. It seems to work with senders but with the receivers setting EnableSyphon = true does not seems...
View ArticleThe endpoint was not found. Name not registered:...
Hello team,I am using console based application for client which is accessing the another console based WCF service application via Service Bus Relay messaging. In my application, I am using...
View ArticleHow to repeatedly receive the same EventData from event hub?
Hi, I have several worker roles which receives dataEvent from a specific EventHub. When it received event data, it forwards these events to some infrastructure services to process them. Problem is...
View ArticleService Bus and Portable Class Library
Hi all,I was wondering if there already is a PCL regarding Azure operations like service bus topic/subscriptions, eventhub and so on. I need it for my Windows 10 IoT Core demo. Want to write an...
View ArticleUnit testing MessageReceiver
Why is the Service Bus code (specifically, ServiceBus.v1_1 package) have classes and interfaces that cannot be overridden for unit testing? A big blocker for me is not being able to create a fake...
View ArticleThe request to the service bus was blocked and didn't return in next 3 minutes.
Hi,We have a web page which consumes messages from a service bus queue by the Rest APIs via Ajax. We have met this issue several times: the request is sent to service bus URL, after more than 3...
View ArticleWhat is best solution to process messages from Service Bus Queue, Azure?
Hi there,I create TCP service to receive data from electronic device but as there can 2500-3000 devices at a time can interact with my TCP service so I want to put those messages in queue for further...
View Articleonly one instance per role (at a time) is receiving messages from the same...
I have 2 worker roles: one sending messages to a topic and another role subscribing to all messages for the topic and I was expecting all instances of the subscriber role to receive all the messages...
View Article