Azure Service Bus: Issue creating SAS policy when ForwardTo is set.
Hi,I'm using manage.windowsazure.com to set a shared access policy with send permission on a queue with the ForwardTo property set to the name of a topic.The Azure management UI returns the error...
View ArticleDelete Specific Message
I'm developing a system which will involve a lot of data synchronisation broken down into small tasks. I am adding each small task as a job/message on the Azure Service Bus queue. I have X number of...
View ArticleConnecting SB to VPN
Hello, Can the SB be included or be connected to my VPN set up in the cloud?. I have all my VMs in VPN and now I want to include by SB part of my VPN. What are my Option.
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 ArticleAzure Service Bus: Unexplainable ForwardTo failure
This occurrence has happened multiple times to me whilst setting up queues and configuring the ForwardTo property.The queue fails to forward the message to a topic and the message gets dead...
View ArticleClient very slow to create multiple SubscriptionClients
My application creates some subscriptions (~30) on Service Bus for the same number of topics. It is a client application and I'm creating unique names for subscriptions to ensure that each application...
View Articleazure paired namespaces and wcf
Is it possible to use the feature of paired namespaces for topics, queue's for high availability in combination with wcf ?All the samples I see use this feature with the servicebus API. In this way it...
View Article'System.TimeoutException' occurred in Microsoft.ServiceBus.dll
Hi all,I have just started understanding how azure service bus works so I went through the...
View ArticleHow to implement Azure Service Bus
Hi all,I am newbie to Azure Application development. I am just curious to know how to create a service bus in Azure. I have created a service bus namespace in azure management portal. But I am unable...
View ArticleEventProcessorHost, IEventProcessorFactory and IEventProcessor crash...
Hi!Should there be extra precautions taken against crashing of EventProcessorHost,IEventProcessor and IEventProcessor? Can I just resume processing eventsas usual as soon as a new EventProcessorHost...
View ArticleIssuerName not available in Azure Service Bus Namespace.
Hi all,I have created a service bus namespace using azure management portal I have got Key for this but I am not ableto find the IssuerName value.How can I get it.I am clueless. Can you guys help me...
View ArticleComplementary or incompatible: ServiceBus , OData/OAuth
Are OData/OAuth and ServiceBus complementary or mutually exclusive, and why? I don't find any combined usage off hand, so I am assuming there is a reason for this. If not reasonably used together, why...
View ArticlePush Notification Service - how to send raw data?
Hi,how do I send JSON data (or any other raw data) in push notification?Literally, hundreds of examples show how to send visual messages (eg. toast, tile) while I need to send *raw data*.Example: links...
View ArticleNetTcpRelayBinding - The handshake failed due to an unexpected packet format
We have a WCF service that's self-hosted by a Windows Service inside our corporate network, which resides behind a HTTP web proxy (MacAfee Web Gateway).The WCF service is called by a web application...
View ArticleEventHub: Connection string for ServiceBus or for EventHub Policy?
I confused. There is RootManageSharedAccessKeyfor the ServiceBus itself:the Endpoint=sb://analyticssample.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;...There can be also the...
View ArticleEventHub: How to set up HTTP or AMQP protocol?
I'm trying the BasicEventHubSample sample project to start with EventHub.I was able to create EventHub programmatically but the "send message" part does not work. The error text gives me nothing. I'm...
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 ArticleEventHub: What is the purpose of the partitions?
I read documentation again and again but the purpose of the partitions is still unclear.What is the purpose of it???Leonid Ganeline [BizTalk MVP]
View ArticleSending AMQP messages with body above above ~49021 bytes.
Hi,We're having problems sending AMQP messages to on-premise service bus using the .net library (and other customers report having problems with the qpid library). The same message works fine when we...
View ArticleSERVICE BUS + WCF + WEB REQUEST
String xmlString = @" <soapenv:Envelope xmlns:soapenv=""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:nob=""http://www.nobre.com.br/"">...
View Article