How to mentioned PartitionKey == ConsumerGroup binding in EventHub, Azure.
Hi there,I want to integrate my application through Event Hub with multiple type of devices like Mobile app, different type of Embedded system etc. All different type of senders sending data in their...
View ArticleThe request has timed out after 00:00:00 milliseconds.
Hello,I am having weird exception when I try to send a message to a topic and there's nothing on the internet I could "google with Bing" about it.Here's the error messageThe request has timed out after...
View ArticleWhat is the future of Windows Service Bus
Now that AppFabric support is being stopped, what is the future of the on-premises Windows Service Bus? Is there any plan to continue developing or maintain it?
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 ArticleAzure EventHub Connector
Is there the EventHub Connector in App Services?Leonid Ganeline [BizTalk MVP]
View ArticleEvent Hubs EventProcessingHost and partitioning over worker roles
Hi,I have a question after reading the programming guide here:https://msdn.microsoft.com/en-us/library/azure/dn789972.aspxMy understanding is that if I'm using multiple worker roles on the same event...
View ArticleBilling for Event Hubs
I had always thought that the cost of an Event Hub was associated to each individual event hub. Looking at the costs of scaling however, it am starting to think that the billing of event hubs is more...
View ArticleHow to recover brokered messages that have 0 subscription
When brokered message send to the topic by setting the filter properties, those message routed to correct subscription client based on the filter rule. When there are messages in the system that will...
View ArticleRead message from Event Hub based on time stamp
Can you please share some code snippet to read message from Event Hub.For example:if we pass Data and Time stamp as input like (5/15/2015 1.00 pm), then our console app should parse and read only those...
View ArticleHost REST service on Azure with Service Bus
Hello,I am new to Azure world and I am planning to move all of my legacy web services to host on Azure. I did some POC on Azure Service Bus and I want to host REST services on Azure behind Azure...
View ArticleIssue: EventHub - Single ConsumerGroup read same data in same partition...
Hi There,I create one worker role that deploy as EventHub receiver and using one custom ConsumerGroup.I am sending two following message to Event hub. During sending message I did not mention in...
View ArticleError using Azure Service Bus Subscription OnMessageAsync event
We are using Azure Service Bus in our project and while reading messages from service bus topic/subscription. We are using ‘subscriptionClient.OnMessageAsync’ event in conjunction with...
View ArticleMaximum messages an event hub can hold for a period of default duration 24 hours
what is the Maximum messages or Size of data an event hub can hold for a period of default duration 24 hours?
View ArticleHow can i make sure the message is send to Servcie Bus
Hi AllAs the queueclient.Send(message) no return valueHow can i make sure the message is send to Servcie BusThanks
View ArticleShared signature to publish events
I'm using shared signatures to Post events with HTTP to the event hub.For instance I post...
View ArticleProgramatic capacity scaling with Powershell /...
Using the Nuget Library I can create a new Service-Bus-NamespacesbClient.Namespaces.CreateNamespace("my-own-demo", new ServiceBusNamespaceCreateParameters { Region = region, NamespaceType =...
View ArticleEDI
I would like to use the Service Bus messaging as EDI between 2 or more companies. Is it feasible ?
View ArticleCan I increase the number of Event Hub messages delivered in each...
I am using Event Hubs to process data that is flowing into my system. I have implemented an IEventProcessor and the messages are delivered to my ProcessEventsAsync method. I am typically seeing these...
View ArticleService Bus 1.1 - 401 Unauthorized with credentials in connection string
I have a standalone Windows Server 2012 R2 instance (which happens to be in a VM hosted in Azure) where I have installed Service Bus 1.1, with the intent to have it managed via an Azure Pack setup....
View ArticleBrokeredMessage.CompleteAsync always gives ObjectDisposedException
message.CompleteAsync().ContinueWith(tr => { if (tr.Exception != null) {...
View Article