Service Bus On 2012 Server
I have a service bus installed and confiured on Windows 2012 server I can connect and send messages and receive messages using brokered messages.I am trying to create a notification hub using the on...
View ArticleBest Solution - Service Bus???
Hi all. I am building a hybrid system whereby a azure website (built using drupal with sql azure as the backend) will at it very basics allow people to clock into a workplace whilst being remote from...
View ArticleIMessageSessionAsyncHandler supporting documentation
I have watched Abhishek Lal’s Build presentation (http://channel9.msdn.com/Events/Build/2014/3-636 ).I’m just looking for some detailed documentation or sample code to match what Abhishek presented –...
View ArticlequeenClient.ReceiveBatch(IEnumerable) throw MessageNotFoundException
Hi All, I want to use queueClient.ReceiveBatch(IEnumerable<long>) to remove brokenmessage from deadletter queue,below is my code: bool success = false;...
View ArticleMessagingCommunicationException
I am getting the following error message while polling for a message in the run method of a worker process.Microsoft.ServiceBus.Messaging.MessagingCommunicationException was unhandled...
View ArticleService Bus ports error in documentation
Hello,Can Microsoft please confirm if the documentation for the Service Bus ports (http://msdn.microsoft.com/en-us/library/ee706770.aspx) is incorrect for BasicHttpRelayBinding (client):Binding...
View ArticleSetting development environment for Service Bus 1.1 on Windows 7 and VS 2013
I must admit that I don't understand the connection between: Windows Azure .NET SDK 2.1+ and Service Bus for Windows Server 1.1 I need a recommendation on how to correctly install development...
View ArticleAMQP implementation - acknowledge not working
I am testing the AMQP 1.0 with Azure service Bus queue.When I call message.acknowledge() and I restart the java listener, then I receive again the message from the queue.This is my code: sendSession =...
View ArticleService Bus as "Communication Hub"
Hi All,First off all, these questions all pertain to the Windows Service Bus (on-premise), cloud services are unfortunately not available to use because of the massive investment the company has...
View ArticlePush notifications not working on 3.5 inch iPhones
Hello , I am an iOS developer and i am using WindowsAzureMessaging library I was working on my iPhone 5 and Push notifications was working well Until i discovered my app on iPhone 4s doesn't receive...
View ArticleNot able to send notifications to Android devices
I have registered an Android device in my notification hub.I can even fetch the registration details properly.Even the tags are correct.But when i send the notification then it is not received by the...
View ArticleServiceBus SubscriptionClient.EndReceive() returns null
I call BeginReceive() on a SubscriptionClient like this:client.BeginReceive(newTimeSpan(6,0,0),newAsyncCallback(DownloadResults),null);And in the DownloadResults() callback I call client.EndReceive()...
View ArticleDuplex messaging or Azure Queue Service
All , We have a requirement to develop a azure based platform, in which the user can configure multiple pharmaceutical instruments, start measurements on them and analyze the measured data. The...
View ArticleRequest/response messaging pattern
All ,I have a doubt on the Request response pattern... Assume the following is my scenarionI have a service running on Windows Azure. This service can be called by users to execute a command.I have a...
View ArticleNotification Hub authorization header
Hi all, I'm trying to use the Notification Hub REST api to send a GCM notification. I have read through the documentation on this pagehttp://msdn.microsoft.com/en-us/library/azure/dn223273.aspxThe bit...
View ArticlePhonegap and Windows Azure Push notification services
Hello, I would like to integrate my phonegap application with Windows Azure push notification services. Any example/ tutorial on how to achieve that?...
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 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 ArticleServiceBus over AMQP/QPID client closes consumer
Hi,We have on-premise installation of ServiceBus and Java JMS QPID client 0.26. It seems that there is bug in SB - it sends END command to consumer when producer closes connection. Both producer and...
View ArticleBrokeredMessage.CompleteAsync always gives ObjectDisposedException
message.CompleteAsync().ContinueWith(tr => { if (tr.Exception != null) {...
View Article