EventHub, end of the partition
Is it possible to get the end of the partition?My case is:I manage the offset manually. I want to skip the last events in my partition and start from after the last current event.I know the only way to...
View ArticleEventHub: How to set up the offset when using EventProcessorHost ?
I'm using the EventProcessorHost for receiving messages.I want to initialize the EventProcessorHost and start receiving the last messages. I didn't find a method to set up an offset. So now I have to...
View ArticleTesting EventHub with EventProcessorHost
I know it is not directly related to the EventHub but to the testing of asynchronous processes, but I'm sure you also solved this problem.I want to test the EventHub solution with both, senders and...
View ArticleWhich Nuget Package for Azure Service Bus can I use for Windows Store apps?
Hi,I want to use the Azure Service Bus Topics. I have an app that needs to subscribe to the Service bus Topic. The Nuget-Package for Azure Service Bus is not applicable for Windows Store Apps (I get an...
View ArticleRenew BrokeredMessage Lock Duration
Hi,I need some help renewing brokeredmessage lock duration for service bus queue. Can you provide me a sample code snippet which will renew the lock duration for a brokeredmessage when message is about...
View ArticleSouthcentral Service Bus Completely Down
Azure Service Bus is completely down in south central and microsoft is not really acknowledging it accurately on their health status page at http://azure.microsoft.com/en-us/status/ or fixing it - when...
View ArticleC# - Find the number of service bus namespaces programatically
How can we retrieve the number of provisioned service bus namespaces from a subscription programmatically. Are there any published libraries (NUGET packages) from Microsoft to get this...
View ArticleEvent Hub SAS 401:Invalid authorization token audience
Hi,I found an example online of using SAS to send to an Event Hub via JavaScript on a device.I got this script to successfully post events, and then it stopped working. Chrome Developer Tools Network...
View ArticleScheduledEnqueueTimeUTC is not working
Hi,I want to use the ScheduledEnqueueTimeUTC property of the BrokeredMessage to send the message to a service bus queue because I want this message to appear only in a particular delay (1 hour later).I...
View ArticleMicrosoft.ServiceBus.Messaging.QueueClient ReceiveBatchAsync?
This method would seem to be useful for reading multiple message from a queue but I've yet to get more than one.var messages = await client.ReceiveBatchAsync(50); await...
View ArticleDashboard scales for Incoming and Outgoing
Is it possible to make scales for Incoming and Outgoing messages the same?Now it looks unnatural. See the picture: outgoing messages seems less than incoming (which is, of course, is not the case)....
View ArticleHow to filter the Event Data from the EventHub when consuming data?
We know the EventHub has the filter function. I'm designing a new solution for a customer and it looks like EventHubs are great for sending and receiving our near-realtime data. Downside is when...
View ArticleHow to use different EventProcessorHost consume data?
Now in our project, we have a Cloud Service WorkRole, in the work role we create an EventProcessorHost in the Run method to consume data, publicoverridevoid Run() { _host =...
View ArticleBreaking Changes in Azure Service Bus Management API
According to documentation the maximum length of a Queue or Topic path is 260 characters.We have a integration test assuring this. This has always been working. However this now suddenly...
View ArticleAzure event hubs and multiple consumer groups
Hi - I need help on using Azure event hubs in the following scenario. I think consumer groups might be the right option for this scenario, but I was not able to find a concrete example online. Here is...
View ArticleServiceBus SDK does not respect content type.
public class ClassTests { [Fact] public void test() { var inputString = "{}"; var inputBytes = Encoding.UTF8.GetBytes(inputString); var payloadJsonStream = new MemoryStream(inputBytes); var...
View ArticleHow to pass a dependency to a class that implements IEventProcessor(Event Hub)
public class EventProcessor : IEventProcessor { private readonly IEventService _eventService; private readonly ILogger _logger; private readonly Lazy<RetryPolicy> _retryPolicy; private readonly...
View ArticleUsing our current SSL Certificate
Hi,I am using Service Bus for Windows Server 1.1. I have a couple of applications using queues and topics etc, one is a server side app, the other is meant to run on the client.Currently, SB is using...
View ArticleUsing our current SSL Certificate
Hi,I am using Service Bus for Windows Server 1.1. I have a couple of applications using queues and topics etc, one is a server side app, the other is meant to run on the client.Currently, SB is using...
View ArticleService Bus Auditing
Hi there,We are using Windows Server Service Bus 1.1 to distribute some sensitive information and would like to implement some sort of auditing around the bus. As far as we understand, Service bus does...
View Article