BrokerMessage automatically disposes when trying to access it outside of...
I am trying to build a queue so that when I pull messages off the service bus, I can let them build up until I have a thousand before I send them to my database. I looked at ReceiveBatch but it only...
View ArticleService Bus 1.1 Always On Installation
Hi,The documentation on how to setup Service Bus with Always On Availability Groups is rather sparse.The documentation I have found explains the setup with very few lines:"Using the cmdlets, pass the...
View ArticleService Bus Timeout Exceptions
We have an application that runs on theMicrosoft Azure cloud platform. The communication between some components is made using Service Bus. Everything was working fine, until recently we started to get...
View ArticleResubmit deadletter message to subcription
HiWe have a scenario where a message fails multiple times for a particular subscriber and is sent to the deadletter queue. Particular deadletter messages we want to resubmit to the particular...
View ArticleQuestion regarding Microsoft.ServiceBus.Messaging.QueueClient
I'm using the QueueClient from the NuGet package Microsoft Azure Service Bus 2.5.2. When I go to the definition for that class I see the following:public abstract class QueueClient :...
View ArticleDelete messages from Event Hub
HI Team,Is there any way to Delete or clean all messages from Event Hub
View ArticleSB Management APIs
I just discovered that I can't communicate with the Microsoft Service Bus (Not Azure SB) on another machine without install certificates. (Right?) So I see there are management API to get topics, etc....
View ArticleAzure Event Hub TLS Handshake Error
Hi, did you changed certificate on Azure Event Hub? Our devices cannot connect to REST API due to the error with TLS handshake. This is critical situation for us! Matej
View ArticleHow to access Windows azure service bus queue in iOS
Hi,I am developing a iOS application.. In this, i need to access a Windows azure service queue...How could we do this? Can anyone give a solution with sample?
View ArticleRe-enqueueing a message on a servicebus subscription
Most messaging brokers I've used implement subscriptions as plain queues. So when something goes to deadletter, you can simply pull it off of the deadletter, and put it back on the subscription queue...
View ArticleNotSupportedException when using Event Hub
We are trying to evaluate the Event Hub service but having trouble using it. Weather we are trying to send to the Event Hub or read from the Event Hub we get the same...
View ArticleUnable to start Service Bus Gateway
Having a pretty terrible time here. Any help would be greatly appreciated. First of all I have tried completely uninstalling all Azure/Fabric/Service Bus type SDKs and installations. I have installed...
View ArticleException 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 ArticleSubscription set to auto-forward does not forward messages any more
I have many topics, each with a single subscription that is set to auto-forward messages to a queue. This has worked flawlessly for many months, but all of a sudden forwarding has stopped.When I...
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 ArticleAzure Service Bus HTTP REST API
Hi, I wanted to call senddata message using HTTP request, not with HTTPS(Described here https://msdn.microsoft.com/en-in/library/azure/hh780786.aspx)But able to do so, internally it is call https only,...
View ArticleEncoding not working through Servicebus relay
Hi Folks,I wanted to get information on one behavior I am seeing with the relay.ContextWe have a created a REST service and hosted it through the relay. Using fiddler I am sending in the request with...
View ArticleBatching suddenly stopped working
At some point yesterday, both my Message Queues stopped receiving messages. The error message I am getting is:Batching brokered messages with distinct SessionId, PartitionKey, or MessageId is not...
View ArticleHow to scale Windows Service Bus 1.1 For Windows Server to obtain high...
Dear all,I've installed windows service bus 1.1 on my server. I have six message containers and three nodes. On this bus, i creates many entities but one is the most important, it is the order queue...
View ArticleSERVICE BUS + IIS 8 + WCF
http://www.wadewegner.com/2010/08/autostart-wcf-services-to-expose-them-as-service-bus-endpoints/Not work, please help me.My systemsIIS 8.5App fabric 1.1
View Article