Exception using Azure Service Bus Topics/Queues on Linux with Mono
Hi,I'm trying to get Service Bus Topics and/or Queues working on Linux with the open source Mono framework. I created 2 test console apps (sender/receiver) which work perfectly on my Windows machine....
View ArticleThe right way for the EventProcessorHost to consume messsages from EventHub?
In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost, sowe use the Guid as the HostName, is it...
View ArticleIs there a recommanded way to handle...
In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost(host name is RoleInstance name), we send...
View ArticleEvents HUB and Python
Hello,Does Events HUB works with Python?I saw in documentation only example for .NET, Java and C.
View ArticleNew Queue Size
When I create a new service bus queue, it offers me up to 5 GB in size:Yet, it always seems to create the queue as 16GB. Is this a bug or is there a setting which is forcing it to be 16GB?My old queue...
View ArticleIs there any way to solve the issue: receive events delay?
In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost(host name is RoleInstance name).We send 100...
View ArticleHow can I get batch messages from the EventHub?
For sending events to the EventHub, we can use the batch operation,client.SendBatchAsync(eventDataList).Wait();Each second we send 5 messages to the EventHub, we can get the batch messages from the...
View ArticleCan we Connect directly the Azure Event Hub With Azure Notification Hub?
I have sent message to Azure Event Hub through C# Application.After i send the message to Event Hub ,it will be given as input to the Azure Stream analytics and Process some Events and sent back to...
View ArticleReceiving events from event hub was blocked.
In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost(host name is RoleInstance name).For sending...
View ArticleNotifying Device When a New Message is Delivered to a Service Bus Topic...
I am developing a solution that involves a embedded device and Azure Service Bus Topics.The small embedded device is capable of communicating directly to Azure's Service Bus REST APIs over SSL/TLS.I...
View ArticleCan we use a scheduler to automatically adjust event hub throughput units/
Hi there,I want to use event hub as our solutions. We have millions of event publishers and consumers. The problem is, we do have peek time which is from 8:00 a.m. - 17:00p.m. At night we may only...
View ArticleCan two EventProcessorHost consume one Partition from EventHub?
In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost(host name is RoleInstance name, like...
View ArticleHow to handle the Exception when RegisterEventProcessorAsync
In our Cloud Service project, we have 2 instances for work role (deploy to Azure), the work role is consume events from the EventHub using EventProcessorHost).When we want to register EventProcessor to...
View ArticleCan one event processor host consume data when others was blocked?
In our Project, we use two EventProcessorHost (different host name, same consumer group: hostA and hostB) to consume data from an EventHub, we send 100 messages(message 1 ~ message 100) to the hub,...
View ArticleService bus queueclient receive returns null, if the message size is more...
Hi, I was able send message to service bus queue with message size more than 64kb. but i can't receive it, it returns null. Do you have any idea what i am missing?ThanksKsen
View ArticleHow to design a call back service ?
Hi,Could you help me understand whether this is possible or whether I am on the right track with what I am trying to achieve?Client (C# Winform) ---- Send a Message to Service Bus [SB] Please Keep in...
View ArticleScheduledEnqueueTimeUtc not working anymore with topic client?
Hi, we recently noticed that setting ScheduledEnqueueTimeUtc does not appear to have an effect on messages that are sent via the .net topic client. To rule out our own code we threw together a quick...
View ArticleEvent Processor Host Reliability Model
What is the reliability model for the event processor host? If my app crashes or shuts down in the middle of the event process loop will my location marker still be moved to the next one? I realize...
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 ArticleCapturing service bus traffic with fiddler
Hi, I'm using Node js to connect to Service Bus Topics and I'm having problems to get the Topic information programmatically. I'm trying to use fiddler to debug the problem. In order to see the node js...
View Article