Posting a message in a queue from SQL-database
I'm sure this has been asked before (but can't find it anywhere): How can I post a message into an Azure Service Bus queue from within a SQL-Server stored procedure (CLR)?Thanks!Leon
View ArticleAzure Service bus - relay service -> Web API
Hi,I need to securely allow my web api outside the server securely. I read about the azure service bus relay for secured access . As far i have searched , they have given for WCF . Is this applicable...
View ArticleServicebus Namespace creation stuck in 'Activating' state for hours
Good evening,I created a new Azure Servicebus namespace earlier today (by now it's been 4..5 hours) but even now and after refreshing, logging in and out from the Management Portal, the creation of the...
View ArticleMessage Retention Day not working
HiI have set the message retention day to 1 for my eventhubs but I am anyway seeing messages older than 1 one day in my event hub when I retrieve them.Regards
View ArticleNot able to see ACS connecting string
Not able to view ACS connecting string which is shown in this link I have 2 azure accounts in one of the account its visible and in the other account its not visible.How to activate it....
View ArticleEventHub frmo different users
HiI have an eventhub and messages to this eventhub is sent from different sources/customers. I have a customerid field in my message. They have different Policies and different SAS keys to send with....
View ArticleWhy new “Package for Azure Libraries for Java”(v0.7.0) still contains old...
Last week, new Azure Java SDK v0.7.0 has released. And I noticed that the JAR ZIP file has updated its part of JAR File from v0.6.0 to v0.7.0. But why ServiceBus in it didn't update? Still use v0.6.0,...
View ArticleEventHub from different users
HiI have an eventhub and messages to this eventhub is sent from different sources/customers. I have a customerid field in my message. They have different Policies and different SAS keys to send with....
View ArticleFail 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 ArticleToken provider failes with The request was aborted when connecting to...
ServiceBus unable to provide a security tokenWe have been using serviceBusses in azure for over a year and suddenly this happens. We have been stuck on this issue for 6 days now.the code...
View ArticleService bus Queue Shared access policy
I created a shared access policy with only send permission for a service bus queue. I used to send messages from web role to service bus using service bus connection string. Now the requirement is ,...
View ArticleCloudfx published messages gives serialization error when read from deadletter
I am using cloudx frameworks publisher subscriber mechanism for processing messages through azure topic/subscription. Some of the expired messages are moved to DeadletterQueue. When i try to read those...
View ArticleDeployment of Microsoft Dynamics AX 2012 R3 on azure
Hi,Greetings!!!I want to deploy Dynamics Ax 2012 R3 on azure.Can I use it for production purpose or is it still in Beta?Thanks & Regards,Kaveri T
View ArticleSending message via AMQP using qpid-proton-c fails with error SSL Failure:...
Hi,I am trying to get the sender example from the azure-service-bus-sample working on Linux based system...
View ArticleAzure Service bus -Brokered messaging
Hi,I have some queries in azure service bus brokered messaging.Let me post it one by one.1) For our cloud based applications we decided to move to servcie bus as it offers many advantages. we find the...
View ArticleAzure service bus subscription: How do I delete the message when I receive a...
Hi, We are receiving a MessageLockLostException when we try to execute brokeredMessage.Complete(); on a message received by a subscription. I checked for possible causes for this and came up with...
View ArticleAzure Event Hubs ... EventHubSubscriberGroup doesn't exists
Hello,just to point that there is a mistake in the following documentation page ...http://msdn.microsoft.com/en-us/library/azure/dn790190.aspxIn the "Create Consumer" section there is a sample code...
View ArticleEvent Hub "publisher" endpoint and token : is it only valid for HTTP REST APIs ?
Hello,as explained here http://msdn.microsoft.com/en-us/library/azure/dn789974.aspx I can create a SAS rule to allow devices to send only to an event hub.Now I can use this rule and the related...
View ArticleAuto-scaling with event hub consumers
I've been researching event hubs and I'm trying to find a good way to auto scale out my event consumer worker roles. So far, I've only found documentation that suggests using CPU usage as a metric to...
View ArticleLong running message processing
Hi,I am receiving messages from a queue using Peek Lock. The processing of the message could take longer than 5 minutes in some cases. I have found that a queue can have a maximum message lock time of...
View Article