Fail to send push notification to iOS
I am working with windows azure service bus to send push notifications to my app on both iOS and Android I followed the steps of uploading the push certificate twice before and it worked good on the...
View ArticleSBNotificationHub error in iOS
Hello , We are using notification hub in "Windows Azure" service bus to send push notifications to iPhone. On working on a new app , and after uploading the push certificate of app as written , it...
View ArticlePub/Sub question
I will be using service bus for sending telemetry data from sensors (Publish-part). If I want to store this sensor data to a SQL or NOSQL database (and eventually would like doing some processing on...
View ArticleUri parameter missing when trying to create a DNS-registered namespace?
Hi,This page describes DNS-registered namespaces: http://msdn.microsoft.com/en-us/library/windowsazure/dn441418.aspxHere's the syntax of New-SBNamespace from that page:New-SBNamespace -Name...
View ArticleGetting a SessionLockLostException when trying to complete a message
I’m receiving messages using a session id “Commands” on a RequireSesssion=true subscription. I am using sessions so that I can make sure that my “command” messages are executed in the appropriate...
View ArticleHow to get notification about newly added topics or queue?
Hello,I'm new Azure developer. So I may ask silly question. My scenario is something like manager will publish new topic/queue by website/wp8 and worker should get notification (by push notification)...
View ArticleError when call azure.createQueueService()?
Hello,I am testing some code about node and azure. According the code snippet @...
View Articlehow to call azure service bus queue queueService.peekMessages()?
I tried to follow this http://www.windowsazure.com/en-us/documentation/articles/storage-nodejs-how-to-use-queues/ My code:-var AZURE = require('azure');functionTestQueue(QueueName){var queueService =...
View ArticleHow to call serviceBusService.listTopics(function(err, listtopicsresult,...
Hello,I'm trying to list all the topics in service bus with name and size. In my code:- var AZURE = require('azure'); var serviceBusService = AZURE.createServiceBusService();function ListTopic() {...
View ArticleUninstall (leave SB-farm) efter accidentally removing the certificates.
As the title implies, I accidentally removed the certificates related to Service Bus...and now I can't uninstall or leave the farm, due to:Remove-Sbhost : Certificate requested with thumbprint...
View ArticleFound a bug: ServiceBus Stored Procedure on Non-English SQL Server
Hi there, When installing Azure Service Bus and Workflow Manager 1.0 on a non-English System (in this case German) the Event Log is spammed with these messages (Warnings): TrackingId:...
View ArticleWindows Azure Website as Subscriber of Service Bus
Can (and if yes is it advisable) a Windows Azure Website subscribe to a Service Bus (queue, topic)?Thanks.
View ArticleMessageSizeExceededException on Complete
We have run into very weird situation. Occasionally, we got MessageSizeExceededException when calling message.Complete() after processing the message. It doesn't happen every time, but reproduces...
View ArticleThe token provider was unable to provide a security token while accessing...
We have a Cloud Service which is responsible for retrieving items from a queue. We have started receiving an error recently and we have not deployed any new code so wondered if someone could shed some...
View ArticleAzure Service Bus during deployment throwing Exception...
We have one azure service bus which work fine locally when deploying it is throwing Except asDescription: The process was terminated due to an unhandled exception. Exception Info:...
View ArticleWCF Binding for Service Bus 1.1 for Windows server and way to consume it with...
We have to Host a WCF service on IIS and Consume it with Service bus. We are not able to find any suitable test case where a WCF service uses Service Bus for window server. Available samples targets...
View ArticleCan't uninstall service bus
Hi,When trying to uninstall Service Bus i get this error:"This computer is part of a farm. To uninstall, first leave the farm either using 'Leave from Farm' option in Service Bus Configuration tool or...
View Articleservicebus token provider 401:The security token service cannot translate sid...
Hi: this is my code used to connected to servicebus 1.1 for windows server: string...
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 ArticleService bus over WAN links
We are very excited bout this Service Bus product for windows servers. Question,Can service bus 1.1 be used to connect multiple satellite offices over WAN links ?Would it be better to create a farm at...
View Article