How to distinguish the events for many roles?
For instance: We have 2 workroles to consume data from an EventHub, all the roles will get same data? do we have a way to distinguish the data for the roles: like if the data was readed by role1, the...
View ArticleHow long it takes for ServiceBus EventHub release?
Currently, the Event Hub still in preview and some features not supported yet, sohow long it takes for Event Hub Release?
View ArticleService Bus template not available in Visual Studio
Hi, I have a fresh new setup of Azure SDK and azure Biztalk services(latest versions). I understand that following this we should have a service bus template project inside Visual studio which is not...
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 ArticleRelay HTTP Headers
I have an issue while exposing a WCF-webHttp Service using the Microsoft Azure Service Bus Relay.My problem is that I will be calling this Service from another domain (azurewebsites.net). Because of...
View ArticleWill the instances for a work role which consume messages from an EventHub...
Currently, we have a work role which contains 2 instances for Publish to azure, will the 2 instances get the same data from the event hub when run it in azure VM? if not, it isdistinguished by the...
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 ArticleUnable to delete Microsoft Azure Service Bus Namespace
I have two junk Service Bus Namespaces that are cluttering up my screen that I created on my Free Trial account and are now in a Disabled state. Now that I have a paid account I cannot delete them,...
View Article.NET On-Premises/Cloud Hybrid Application Using Service Bus Relay not working
Hello,I'm trying to create a POC to use the Azure Service Bus relay to share data between an Azure application and a web service hosted elsewhere. I am referring to this link and followed the exact...
View ArticlePeekLock higher throughput than ReceiveAndDelete?
The documentation of PeekLock and ReceiveAndDelete indicate that ReceiveAndDelete should have higher throughput because it does the receiving and deleting in 1 call instead of locking and deleting in 2...
View ArticleHow can I receive messages using ordered batched method in Win 8.1 (WinRT...
I'm using WindowsAzure.Messaging.Managed in my Windows Store App, and I can receive only one message per second.e.g. Topic topic = new Topic(TopicName, connectionString); Subscription sub = new...
View ArticleSB namespace never reaches an activated state
Hi!Only billing supportSB Namespace stuck in Activating for two days now. Somebody able to assist? ThanksFrank
View ArticleSent test Push Notification through REST
I am getting the error:404No service is hosted at the specified address. TrackingId:dfc9aea1-e229-4eb7-b393-c8cd6bce258d_G19,TimeStamp:11/3/2014 8:39:21 PMSo I decided try and figure out why I am...
View ArticleSample application error
Hi,I am getting the following error below when I try to send data to the event hub, any help will be appreciated. I am trying to send this data from behind the company's firewall.SENDING:...
View ArticleEvent Hub- howto maximize throughput?
Hi All,We're building a solution where we're pushing events to an event hub for later processing by stream analytics. We've configured the event hub to use 32 partitions to maximize theoretical...
View ArticleAzure EventHub - How to remove the event?
Like allways, I would appreciate your help, as I am currently stuck!!! We have a new project and we will be using the Azure EventHub. I have created demo app, where we can add events to the Event Hub...
View ArticleHow to send EventData with PartitionKey using the EventHub RestAPI?
I am looking into the EventHub Rest API from http://msdn.microsoft.com/en-us/library/dn790664.aspxSo How to send EventData with PartitionKey using the EventHub Rest API?
View ArticleWhat will do during cosuming data got an exception?
As we known, we can use the EventProcessorHost to consume data, so during the time to consuming data, if got an exception what will do, is the current data lost or store it to somewhere, then consume...
View ArticleCan SAS used for specified partition for an EventHub?
As we known, we can use SAS for an EventHub client which sending events, is there any way to use SAS for the specified partition.for instance, we have 10 partitions for an EventHub, can we make 10 SAS...
View ArticleHow to access specific connections of Serice Bus Relay from Worker Role Host
Hello, I am working on building new azure cloud service that allows about 50 sites in the US to connect form on-premise service application. I chose Service Bus Relay because of outbound connection...
View Article