Which WindowsAzure ServiceBus versions are compatible with WindowsServer...
Perusing the service bus release notes I find that 1.1 contains all the neat great features of Windows Azure 2.2 ( as stated under the section titled Service Bus Runtime...
View ArticleIs there an offline install option for Local Service Bus 1.1 ... I can only...
Some of our clients won't allow internet connectivity for their servers and we have to have the install media available via USB stick.What are the install options for the Azure Pack: Service Bus 1.1...
View ArticleOptimum number of clients for service bus
HiI'm new to service bus and kind of analyzing its capabilities. We're having a debate over whether we should have a front end component (most probably a REST service) sit in front of the service bus...
View ArticleAMQP on Service Bus 1.1 (On-Premise)
Hi, I would like to Use Windows Service Bus 1.1 on premise using the AMQP transport type from my .Net (and Java) applications. I have two questions:Are the queues and topics I create via the...
View ArticleService bus Name space share access policy name issue
The service bus namespace shared access policy is not so robust in the management portal.The name with the special charactor is not Actually allowed but the same can be created using the service bus...
View ArticleSQL Server 2005
We are, for at least another year, stuck with platforms with SQL Server 2005 and we are about to launch a big project based on Service Bus 1.0 (on-premise). I know that prerequisites states SQL Server...
View ArticleLost message body in Topics
I've done the sample from the Scott Gu blog. I've tried only Python and PHP clients (with Proton-C libs), not Java. All libraries are downloaded on Nov.29, 2013.The strange things:All messages went...
View ArticleCall to NotificationHub.RegisterNativeAsync() throws...
Hi all,I'm trying to add toast notifications to my Windows Phone 8 app using a Service Bus Notification Hub. My implementation is based on this tutorial but the code in my app have been slightly...
View ArticleService Bus Relay memory leak
Hi.Looks like Service bus relay has memory leak on client side when listener does not listen.There is 1 listener, 1 client. Client sends one way messages to listener, and if message processed channel...
View ArticlePush Notification System is throttling the app
I have been testing the Notification Hub and am not clear about service delivery. Sometimes notification arrives as soon as it is sent and sometimes it doesn't arrive for many minutes. When I use SB...
View Article"No service is hosted at the specified address" when accessing SB 1.1
Hi,I've installed Service Bus for Windows Server 1.1 Preview on my Windows 8 Pro dev machine with SQL Express. My account is local administrator.Although checking if a queue exists seems to work (at...
View ArticleGeneric: There was an authorization failure. Make sure you have specified the...
Hi this Ngkprasad,Please help me in the below issue- Generic: There was an authorization failure. Make sure you have specified the correct SharedSecret, SimpleWebToken or Saml transport client...
View ArticlePeekLock makes multiple queue clients operate sequentially?
We have 4 worker processes on 4 servers using 4 queue clients onto the same queue. We hoped for nice load balancing but have to use PeekLock and it seems everything is being processed sequentially.If...
View ArticleEffect of SubscriptionClient.Close on pending requests
Hi,What's the effect of SubscriptionClient.Close on pending requests?Are they supposed to throw, never complete or return some default values?Thanks.
View ArticleUnable to register channel uri
(I submitted this to StackOverflow a few days ago with no results http://stackoverflow.com/questions/20526705/invaliddatacontractexception-using-azure-notification-hub)I'm following this article on how...
View ArticleCancellation support for SubscriptionClient.ReceiveAsync
Hi,Is there any way to cancel pending ReceiveAsync request?Thanks.
View ArticleRelay and routing in REST WCF service
Hi,Is it possible to build HTTP/REST WCF as RELAY service including ROUTING in HTTP?Plz. provide links for reference.Which binding is used? (webhttpbinding or relay binding)Thanks in advance
View ArticleAzure Service Bus 2.1, config changes
I have some code in a config file from an old project:<extensions> <behaviorExtensions> <addname="transportClientEndpointBehavior"...
View ArticleService Bus 1.0 for windows server configuration failed "The fabric data...
We are trying to install servicebus 1.0 for windows server in our office. However, we got error message below. Anyone can help us?
View ArticleAuthorization needed to call TopicClient.SendBatch (Service Bus 1.0 for...
Hi, I'm using Service Bus 1.0 for Windows Server (on premise) and I am tring to call TopicClient.SendBatch(). In the (Windows) user making the call is 'manage user' on the entire namespace, the call...
View Article