Service 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 ArticleAzure Service Bus Queue REST API Bug?
Hi,We are experiencing a problem with retrieval message from Azure Service Bus Queue via REST API, we can see there are messages in the Queue however when we tried to retrieve it via REST API the...
View ArticleService Bus for Windows Server / Windows Fabric HA Setup
Hi,I'm analysing the topology of a Service Bus for Windows Server deployment in production. I'm wondering if there are restrictions on the compute servers that are part of a farm. Do they have to be in...
View ArticleService Bus for Windows Server - Windows Azure Pack - which topology to use...
Hi,When I look at the proposed typologies for the installation of Windows Azure Pack, it seems that even the minimal setup is defined with the idea of public hosting in mind.For only internal usage...
View Article"Create Notification Hub" API appears not to be working
Hi folks,I'm trying to automate setting up notification hubs for developers' local development machines. Since our notification tag structure uses User ID, and the users on each developer's local...
View ArticleServce Bus for Windows Server - Database sizing
Hi,Is there some indications about database sizing for Service Bus on Windows Server?Obviously for the message container database, it will depend on the number of messages, but they don't stay in the...
View ArticleDisconnected Clients
One of the nice things about MSMQ was its ability to handle disconnected network scenarios. If the sending client could not contact the remote queue because the network is down, MSMQ would store the...
View ArticleBest practice on triggering a processing job on blob upload
Hello everyoneMy application requires users to upload 50mb+ files that I need to then process and update the database with details after processing.Here is my current workflow when web app user tries...
View ArticleNotification Hub and GCM Notifications
I have a Notification Hub and is able to send notifications to Windows and IOS. The problem is when sending to Google devices.The registration is fine (no error); but when trying to send Notification,...
View ArticleThe request has timed out after 00:00:00 milliseconds.
Hello,I am having weird exception when I try to send a message to a topic and there's nothing on the internet I could "google with Bing" about it.Here's the error messageThe request has timed out after...
View ArticleNotification Hub: The certificate specified in apple credentials does not...
Hi everyone,I'm trying to use the "Create Notification Hub" API, which I can successfully do if my payload reads:<?xml version="1.0" encoding="utf-8"?><entry...
View ArticleAzure Servicebus Topic message not apply to any subscription
Hello,In this situation i have a service bus topic where all subscriptions must have a filter because certain message versions can only be processed by specific subscribers.My question:What happens to...
View ArticleService Bus for Windows - Message level encryption
I am using Service Bus for Windows 1.1 and want to know if the messages are encrypted by default when sending or receiving them from service bus. I am not talking about writing my own encryption code.I...
View ArticleCreating a service bus queue with enable partitioning is failing
I am trying to create a queue in azure service bus with "Enable Partitioning" set to true however it always fails and gives me an error message "Please try again. If the problem persists, contact...
View ArticleHow Do We Deal With Queue and Topic of the Same Name
The NamespaceManager.TopicExist call fails when there is a Queue with the same name. The following is raised when I do a NamespaceManager.TopicExist("customers") when there is a queue with the name...
View ArticleUsing on-premises ServiceBus 1.1 from java
I have installed the Windows Azure SDK for Java 0.5.0 and an on-premises ServiceBus 1.1.Using AMQP and JMS via qpid I can send and recieve messages fine.Using the c# and .Net example Service Bus HTTP...
View ArticleExisting Namespaces are no longer available (managment portal errors), Newly...
Hi All,Over the past week, something has happened to my existing Service Bus Namespaces, and it also seems to be preventing me from creating any new Namespaces.Over the weekend, my subscription was...
View ArticleService Bus client library v.1.0 compatibility with SB 1.1 for Windows Server...
I have an application that currently is using Service Bus 1.0 for Windows Server (on premise), accessed using Service Bus 1.0 client library (.NET) (taken from NuGet:...
View ArticleUsing service bus relay with Linux
Hi, I'm currently designing an telemetry / command and control system for approx. 10,000 remote embedded devices based on Linux. I'm looking to use Event hubs to do most of the work, that seems pretty...
View ArticleHandling BrokeredMessage Message body with try/catch logic, isn't there a...
When i started using the REST API to send Brokered Messages I noticed that i was not able to parse the message body, kept receiving errors. I reviewed Abhishek's blog post below and it did the...
View Article