Having two different topics within same windows server service bus namespace...
I have two endpoints defined pointing to two different service bus topics. With same transportClientEndpointBehavior and on same service. <endpointBehaviors> <behavior...
View ArticleEvent Hub Device Authorization
I am using SAS token authentication along with device-ID (or publisher-Id) in my event Hub publisher code. But i see that it is possible to send an event to any partition ID by using...
View ArticleMultiple Filters on Topics
I have two rules on a subscription. If the message meets one of the 2 rules does it get delivered? Is it an ‘and’ set or Rules or and ‘or’ set of Rules. I was under the assumption it would be ‘and’....
View ArticleDoes a service bus topic require a subscription?
I was trying to get the message count from a topic when I realized there is no MessageCount() method like there is in a subscription. So, does a Topic require a Subscription to work correctly? I...
View ArticleSubscriptionClient OnMessage
I would like to monitor my subscriptions for message count. I love that I can just create an event OnMessage and when a message comes in, I get notified. The problem is that the message is removed from...
View ArticleEvents are not deleted from EventHub
Hello,I'm using an Event Hub.I've set the Message Retention to 1 day, however I still have events from more than a week ago.How do I delete old events from my event hub?Thanks,Janiv,Janiv Ratson....
View ArticleMessage Retention Day not working
HiI have set the message retention day to 1 for my eventhubs but I am anyway seeing messages older than 1 one day in my event hub when I retrieve them.Regards
View ArticlePublish/subscribe in a request/response manner with WCF?
Is it possible to make WCF service work in request/response manner using WCF duplex channels?Or is there any kind of automatic correlation between the messages when using WCF?I want to be able to...
View ArticleMessagingCommunicationException
I am getting the following error message while polling for a message in the run method of a worker process.Microsoft.ServiceBus.Messaging.MessagingCommunicationException was unhandled...
View ArticleWCF service unable to listen to Service Bus Subscription endpoint
Hi,I have a WCF Service as follows:public class Service1 : IService1 { public void GetMessage(SBMessage value) { File.Create(@"E:\scratch\test100.txt"); } } //...
View ArticleEvent Hub "publisher" endpoint and token : is it only valid for HTTP REST APIs ?
Hello,as explained here http://msdn.microsoft.com/en-us/library/azure/dn789974.aspx I can create a SAS rule to allow devices to send only to an event hub.Now I can use this rule and the related...
View ArticleAzure Java SDK for Event Hubs
Hello everyone The 0.7.0 Azure SDK incl ServiceBus for Java doesn't include Event Hubs. Can I get an ETA from MS please? In the mean time, does anyone have a working alternative Java example...
View Article2 buses talking...
We are building an internal environment that will utilize the Windows Service Bus. We also will be building an external environment that will utilize the Windows Azure Service Bus. Some messages that...
View ArticleError: The remote server returned an error: (409) Conflict
I'm doing a simple receiver with EventProcessorHost and getting this error.It happens when I debug receiver.The ProcessEventsAsync() has a loop by events. Seems the loop processes the first event then...
View ArticleAttempting to Send data to Event Hub - No connection could be made because...
Found this simple piece of code that *should* send an event to my Event hub. The connection string is good and no matter what I've tried it comes back to the exception getting thrown on...
View ArticleIs EnqueuedTimeUtc on BrokeredMessage changed when auto-forwarding messages?
I'm currently doing some tests on Service Bus for Windows Server, and I'm using theEnqueuedTimeUtc property of the BrokeredMessage class for some performance tests (to calculate whether how much of the...
View ArticleService Bus 1.1 for Windows Server and AMQP connetion problems
I am having an issue making AMQP connection to Service Bus on my local Network. Service Bus 1.1 has been implemented on a development box Windows Server 2012 using SQL Express. The Windows Firewall is...
View ArticleUsing proton-c to send message on the server bus fails randomly with...
Hi,I am trying to use proton-c wrapper with C++ code to connect to a local server bus server. I was able to send several message.However, the call `pn_messenger_send` fails randomly with error code...
View ArticleWhat to do when there is lot of packets pending for processing in queue
Hi,In our application, we have service bus queue, one of the Web APIs (REST) picks the data from devices and puts into the Queue. The worker role picks the packets and process it.To improve the speed...
View ArticleSend Command From Website to Device Behind Firewall
I have an embedded device which needs to have an event triggered (sensor) by pressing a button on a website. This device will most often be behind a firewall on a local network.I have been told that...
View Article