Microsoft.ServiceBus.Messaging.EventProcessorHost ver 2.0.5 problem
Hello,I just wasted hours with a FileNotFoundException (EventProcessorHost .dll or dependencies) in a very simple example Project, that uses EventProcessorHost in Version 2.0.5.I had no idea if the...
View ArticleWebJobs ServiceBusTrigger parameter function not found
Hello,public class Program { public static void Main() { var host = new JobHost(); host.RunAndBlock(); } public static void ProcessMessage([ServiceBusTrigger("Topic",...
View ArticleAzure IoT Hub - REST APIs
Hello,The only IoT Hub REST APIs doc I found is this one https://msdn.microsoft.com/library/mt548492.aspx. Are these the only available APIs? What about sending messages (in analogy with Event Hubs)...
View ArticleService Bus Messaging Protocol
HiI am unable to find in any documentation or blogs that whether "Service Bus Messaging Protocol" which is the default protocol for communicating with ServiceBus happens over SSL or not?I know it is a...
View Articleany idea why I'm getting strange sequence numbers from service bus...
FromMarc Obaldo@mobaldo via Twitter Hi @Azure, any idea why I'm getting strange sequence numbers from service bus subscriptions? #Azure #ServiceBusTwitter link:...
View ArticlePython AMQP authentication for topics
Hi!I have been trying to get AMQP work from Python (in ubuntu) to Azure bus service topics.I installed the following packages:https://pypi.python.org/pypi/qpid-python...
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 ArticleAzure Service Bus Topics & Subscription
Hello,we are evaluating Message Broker i.e., RabbitMQ & Azure Service Bus for one of our program. I see RabbitMQ has feature called Exchange to Exchange binding with filters being configured via...
View ArticleAzure IoT Hub - REST APIs
Hello,The only IoT Hub REST APIs doc I found is this one https://msdn.microsoft.com/library/mt548492.aspx. Are these the only available APIs? What about sending messages (in analogy with Event Hubs)...
View ArticleService Bus DB names
Is there a way to specify different names for databases SbGatewayDatabase and SbManagementDB at the time of installation and configuration of SB?Shilpa
View ArticleReceiving MaximumListenersPerEndpoint:25 or...
I am using a service bus relay and are receiving the following errorThere is only one application connecting to the path, and for some reason the number of listeners has climbed to 25, but there is not...
View ArticleService Bus vNext roadmap?
It has been over a year since Service Bus 1.1 was released for Windows. Is there a timeframe we can expect to see an update for this? Really looking forward to bringing some of the Azure-only features...
View ArticleService Bus namespace with ACS authentication problem
Hi everyone!I've created a Service Bus namespace with support for ACS authentication/authorization. Unfortunately I wasn't able to use the namespace using this method. Every time I try any kind of...
View ArticleProper use in notification hub
Hello everyone, I have a problem, I would be happy if someone knowledgeable to help me. I am a software developer in Xamarin - Android, I want to create notification messages. For this purpose I use...
View ArticleSession aware Subscriptions - receive messages using Node SDK
Using the receiveSubscriptionMessage in Node.js SDK, in a session enabled subscription, does it lock the session messages so it doesn't get picked up by other workers? Is there another way i'm missing?
View ArticleYou could edit Data in event hub Azure ?
I'm new in Azure I need to update the data in the event hub Microsoft Azurecan I do that?this my code to send data...
View ArticleOnMessage and lock expired message with multiple consumers
Hi, I'm venturing into this are and created a sample solution with 1 pulisher console app which adds to the queue, and 1 consumer which implements the OnMessage callback to recieve the items. When i...
View ArticleHow To Undo The Received Messages From Service Bus Explorer
Hi,Accidentally, I used the option "Receive Messages" instead of "Peek Messages" in Service Bus Explorer. I can not see those messages now.Is there any way to get those messages back ? Please guide.
View ArticleClient/Server Queue Architecture/Design?
I have a client/server application where the client submits long-running jobs. The way I'm designing this, the client would upload a blob to storage and then queue a message with the blob identifier....
View ArticleService Bus relay - WCF service hosted through a Windows Service
Hi AllI'm using a service bus relay to communicate with a WCF service hosted on-premise. The relay works absolutely fine when I use VS to host the WCF service through a console application and I'm able...
View Article