Azure- Issue "ACS communication over HTTPS to get WRAP token
Getting below errors when trying get WRAP token by "ACS communication over HTTPS. ==== Sample that we tried==== // This method calls the Azure Access Control Service (ACS) to obtain a WRAP token...
View ArticleService Bus stuck in "Starting" state after vs2012 update 2 installed.
Hi,During the installation of vs2012.2. Service bus service crashed and whenever I try to start the service it is stuck in the "Starting" state.I enabled the Debug & Analytic events and found this...
View ArticleServicebus 1.1 for Windows Server - Set-SBNamespace ManageUsers error
Hi,when I try to configure ManageUsers on a servicebus 1.1 Namespace I catch the following Error[The argument PrimaryKey cannot exceed 256 characters]I've two different Namespace and, the same command...
View ArticleService Bus Error on RelayBinding
I am having WCF with Endpoint for relay Binding, I am getting below error when service is activated in my dev server. OS is Windows Server 2012The token provider was unable to provide a security token...
View ArticleService Bus 1.1 won't work on other ports
Hello,After a HUGE effort to configure Service Bus 1.1, I've finally managed to configure it to work on some non-default ports (the configuration failed when using the default ports because the message...
View ArticleServiceBus REST API Sample for Topics
Could you, please, recommend a good sample for a subj.Seems I am generating the ACS Access Token OK. As I can understand, I have to explicitly generate this token from ACS REST API (in .NET API this...
View ArticleFailure to connect to Service Bus using Service Bus Explorer from a client
I'm trying to connect to my service bus using Service Bus Explorer.I'm getting this error message.Exception: The token provider was unable to provide a security token while accessing {url} Token...
View ArticleIs it possible to have a single MessageReceiver to receive messages from...
Is it possible to achieve is the same behaviour that I get when using multiple instances of BlockingCollection(T) with the BlockingCollection(T) .TakeFromAny(BlockingCollection(T)[]) static method with...
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 ArticleIn a message's lifecycle, how to test all combinations of valid events, and...
Hello, Is there a tool or method which will show the untested flow combinations in a message processing architecture?Let's think we wanted to replace a workflow with a reactive approach with messaging...
View ArticleHow does batching in Service Bus handle errors
Hi,I have some questions regarding batching in Service Bus.Assume that I have turned on batched storage access to optimize for speed.What happens if I call send/complete 10 times during this batch and...
View ArticleUsing AMQP 1.0 with the Service Bus .NET API
Hello,we would like to use the use AMQP 1.0 with the Service Bus .NET API as described in the Howto:http://www.windowsazure.com/en-us/documentation/articles/service-bus-dotnet-advanced-message-queuingI...
View ArticleService Bus 1.1 for Windows Server farm high availability performance issue...
Hi,We have set-up a Service Bus 1.1 for Windows Server farm with 3 hosts and 6 message containers. In theory this should be a highly available set-up capable of withstanding the loss of one host. In...
View ArticleService Bus for Windows Server - The API Version is not Supported
Hi, We're working with Service Bus 1.1 for Window Server installed on our LAN. Our machines are Windows Server 2008. We're also using Service Bus Explorer...
View Article.NET Multi-Tiered Application using Service Bus tutorial is throwing Timeout...
All went well, as I got the UI running.Then I added the QueueConnector class, initialized it in global.asax, and in the HomeController Submit() methods used the Queue -- by copy/paste from the...
View ArticleOccasionally TimeOutException when calling MessageSender.SendAsync()
We have an application that use Service Bus 1.1 for Windows (on premises) to send messages between different instances of the application. We are sending around 20 messages / second to a topic and...
View ArticleUsing Notification Hub Client from external server
Hello, I have created a Notification Hub to send push notifications to mobile devices and this works with an azure based website I have created as a test site. However I would like to use the...
View ArticleMQTT - AMQP interfacing/bridging question
On my Raspberry Pi I want to use Mosquitto (MQTT) service broker. Can I exchange messages ("bridging") bi-directional between the Mosquitto broker and Windows Azure Service Bus (AMQP)? Or are there...
View ArticleNotification Hub GetAllRegistrationsAsync only returning 100 items
I am using the Azure Servicebus - Notification Hub to send messages to apple devices.I also want to be able to get a list of active devices and view some of the properties. I use the...
View ArticleDoubts about ServiceBus reliability
Hi,I hope the subject will catch your attention! :)I am currently using ServiceBus in production to log events asynchronously. Events are enqueued by multiple Azure web roles, and dequeued by a single...
View Article