AMQP 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 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 ArticleService Bus Security 101
OK, service bus is really nifty but the security story is driving me bonkers. Can anyone provide a document/sample that illustrates an end-to-end example of how SB security is supposed to work? Is...
View ArticleNotifcation Hubs - WinForms Client
Are Service Bus Notifications Hubs a reasonable approach for push notifications from a Web Role to a WinForms client? Where the notifications are not broadcast to all clients but instead tailored for...
View ArticleIssues with Service Bus for Windows Server
I installed Service Bus for windows server and here are the problems I have.If I installed in my company laptop, it requires me to be connected to the company network or VPN for the service bus to...
View Articleasp.net mvc deploy intranet application help
Im trying to deploy a intranet mvc 4 application on a server 2012 box, yet cnt seem to get it going.The error i get is HTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed...
View ArticleNotification Hubs, call RegisterNativeAsync returns...
Trying out using Windows Azure Notification Hubs in a Windows Phone 8 application.When I call RegisterNativeAsync passing the httpChannelUri, it throws a RegistrationAuthorizationException:HTTP...
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 ArticleLoad balancing for REST in Service Bus
Hello all, I am researching how to use load balancing in Service Bus. In the sample of load balancing in Service Bus SDK, I see it uses TCP binding. How can we do load balancing using REST? In my...
View ArticleComplete / CompleteAsync blocking processing?
Using Service Bus for Windows Server 1.1, trying to build out a asynchronous solution using the TPL methods that will work correctly. I'm using ReceiveMode.PeekLock and the throughput of the queue...
View ArticleLoad balancing with Service bus (REST)
Hello all,I am researching how to use load balancing in Service Bus. In the sample of load balancing in Service Bus SDK, I see it uses TCP binding. How can we do load balancing using REST? In my...
View ArticleLoad Balanced Service Bus
We have a 3 node, on premise, service bus 1.0 cluster and need to load balance client requests across the 3 gateway services.I understand the gateway service will load balance requests across the...
View ArticleDoes Sevice Bus 1.1 (On-Premise) support relay services?
Can the relay services be used against an on-premise installation?
View ArticleCan't access Service Bus via HTTP REST
Hello,I have Service Bus for Windows Server 1.1 and I want to connect to a queue via HTTP REST protocol.I can get a token using the following address :...
View ArticleService Bus Topic : The remote server returned an error: (401) Unauthorized
I am trying to use a simple client to create a topic, however, the client doesn't work in a client machine even I follow the steps to export certificates to client machines.If the client is in server,...
View ArticleCreateQueue error > The remote server returned an error: (404) Not Found. No...
I have Service Bus 1.0 installed on a separate server, as well as workflow manager 1.0I am writing my first Queue app.I can say my connection string is correct. namespaceManager.CreateQueue(QueueName);...
View ArticlePush message to HTTP endpoint from Service Bus
Is there any way to push message to HTTP endpoint from Service Bus?My scenario is I'm publishing messages to Service Bus from Azure Application (WCF/Web Site). I wanted to push messages to NodeJS...
View ArticleiOS Ad Hoc Notification Not Arriving
I have a notification hub set up. I have 2 endpoints, one for dev and one for production. I am using iOS. I had both the ad hoc and dev working and then not. It is like it is hit and miss. Currently...
View ArticleSplitter/Gather Pattern
Where do I learn about Splitter/Gather pattern?! I am using Windows Azure Service Bus and not BizTalk.
View ArticleSevice Bus 1.1 (On-Premise): Add-SBHost using local account
Hello, does Service Bus 1.1 support configuration using local accounts on a windows not joined a domain? With 1.1 preview it was possible, and documentation for 1.1 RTM suggest so too. But when I tried...
View Article