Event Hub Email Webhook - email tracking
Hi,I am basically looking to directly use Event Hub for web-hooks in Email Providers like sendgrid or Mandrill so as to collect events like email -open, click, bounced etc...I do not want to make a...
View ArticleIs there a way to Delete or Update Events in an EventHub?
Is there a way to Delete or Update Events in an EventHub ?
View ArticleIs there a recommend way for the event failed been processed?
For instance, we have an Event Hub which including 100 events (EventData instances, event1…..event100), and we use EventProcessorHost to consume data (below code),publicasyncTask...
View Articleazure paired namespaces and wcf
Is it possible to use the feature of paired namespaces for topics, queue's for high availability in combination with wcf ?All the samples I see use this feature with the servicebus API. In this way it...
View ArticleWindows Fabric warning messages in Event log
We have a 3 nodes installation of Service Bus for Windows 1.1 and everything seems working. However, we are getting tons of warning messages in the event log (Application and Services...
View ArticleWhat will do when got an unhandled exception from ProcessEventsAsync() method?
Currently we use the EventProcessorHost to consume data, and we want to test what will do if we got exception in the ProcessEventsAsync() method(below code), we didn’t handle the exception, will the...
View ArticleHow to registe ExceptionReceived by EventProcessorHost?
Currently, we use the EventProcessorHost to consume data, we want to catch the internal exception from the EventHub, so we use the ExceptionReceived event, below is the code:var host = new...
View ArticleEventHubProcessor and Setting an Offset
Hi!So, I've been playing around with EventHub's, and they seem very cool! A question I have is; when I use to create event consumers by using the EventHubProcessor, how do I define a start-up offset....
View ArticleAzure AppFabric - is it a concept or a module in Azure services
I am alittle bit confused about the concept of Azure AppFabric. I was reading and trying to educate myself on this topic, I found some videos and tutorials all of them were done in 2011. Searching MS...
View ArticleClient and Service are not upgrading
Hi, I understand from documentation adn samples that when using a hybrid mode connection and the client and the service exposed on Service bus start communicating, once that they discover that they are...
View ArticleThe value could not be added to the collection as the collection already...
Hi, Can you please let me know if I have a mistake in the following configuration for an svc hosted in an ASP/IIS. Whenever I browse the service, I get an error (you can notice in the attached...
View ArticleAzure Service Bus & Xamarin
Hi,What are my options to send/receive messages to/from Service Bus (queues) from within a Xamarin (IOS/Android) application? Is there an SDK I can use or is the only option via REST calls?Thanks.
View ArticleSERVICE BUS + WCF + WEB REQUEST
String xmlString = @" <soapenv:Envelope xmlns:soapenv=""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:nob=""http://www.nobre.com.br/"">...
View ArticleThe LDAP server is unavailable??
I have installed a two node (load balanced) Workflow Manager Farm in Azure, which of course uses Service 1.0 under the hood. Everything appears to be running fine (my message traffic is being...
View ArticleUnderlying IOException in Azure Service Bus Topics
We're actively using Azure Service Bus topics in our application. Recently we started to get strange IOExceptions for some of our topics: Microsoft.ServiceBus.Messaging.MessagingException The...
View ArticleCustomAction EnableUAC error while installing Windows Azure Pack: Service Bus...
I am trying to install the Service Bus 1.1 on my Windows 8 box (basic edition).When I try to install the package with the WPI I get the following error:MSI (s) (94:1C) [13:18:38:520]: Executing op:...
View ArticleDaily transient errors received through the message pump with built-in retry...
I've been monitoring the exceptions received through the message pump for transient errors and I get daily MessagingCommunicationExceptions. This article (can't post the link...)(Updated: September 16,...
View ArticleHow to change Service Bus connection string? is it compatible with SQL...
How to change Service Bus connection string? is it compatible with SQL Mirroring?
View ArticleGetting service bus connectionstring at run time
Using a management certificate I have found a way to enumerate all the Service bus namespaces associated with a subscription id. What I am looking to do next is to gather some information about each...
View ArticleService bus namespace enumeration
Is there a way to enumerate all the service bus namespaces like the management portal does (via rest api)? I can check if a namespace is available, can create and delete namespaces etc but have not...
View Article