Why messages are not getting added in Queue.<p class=MsoNormal style="margin:0in 0in 10pt"><span style="font-size:8pt;color:black;line-height:115%;font-family:'Verdana','sans-serif'">I am trying to insert messages to the Queue. I could do this with local development storage but when I try to run the code against cloud storage although I am not getting any error, it is not putting messages in the respective queue. May I know why this might be happening? Have anybody faced similar problem?</span></p>© 2009 Microsoft Corporation. All rights reserved.Mon, 06 Jul 2009 20:18:50 Z9ce32e32-bc87-4702-aec0-cdfd457fffa0http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#9ce32e32-bc87-4702-aec0-cdfd457fffa0http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#9ce32e32-bc87-4702-aec0-cdfd457fffa0Amit Dumbrehttp://social.msdn.microsoft.com/Profile/en-US/?user=Amit%20DumbreWhy messages are not getting added in Queue.<p class=MsoNormal style="margin:0in 0in 10pt"><span style="font-size:8pt;color:black;line-height:115%;font-family:'Verdana','sans-serif'">I am trying to insert messages to the Queue. I could do this with local development storage but when I try to run the code against cloud storage although I am not getting any error, it is not putting messages in the respective queue. May I know why this might be happening? Have anybody faced similar problem?</span></p>Thu, 02 Jul 2009 12:54:27 Z2009-07-02T12:56:01Zhttp://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#a7574172-01c0-4808-80e0-b3f8e2190731http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#a7574172-01c0-4808-80e0-b3f8e2190731BrentDaCodeMonkeyhttp://social.msdn.microsoft.com/Profile/en-US/?user=BrentDaCodeMonkeyWhy messages are not getting added in Queue.<p>Are you running local code against hosted storage? Could you post your configuration settings (omitting the account key of course)?  Also, I'm presume you're using the StorageClient library for access. Correct?</p>Thu, 02 Jul 2009 14:20:54 Z2009-07-02T14:20:54Zhttp://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#53e4ccbc-7b24-460d-9467-ac3e1a213550http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#53e4ccbc-7b24-460d-9467-ac3e1a213550Pita.Ohttp://social.msdn.microsoft.com/Profile/en-US/?user=Pita.OWhy messages are not getting added in Queue.Try pointing to the cloud blob endpoint from Visual Studio and step through the code. <br/> Remember to change the accountname and shared keys in the config file itself.  You're most likely to find the problem as you step through it in VS. Keep a close eye on the endpoint, accountname and account key that StorageClient is picking up or composing for you. <br/> <br/><hr class="sig">Pita.O: <a href="http://www.arizentax.com/" title="tax filing, canada, arizen corporation">http://www.arizentax.com/</a>Mon, 06 Jul 2009 20:11:52 Z2009-07-06T20:11:52Zhttp://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#36d4379f-37ee-4ca8-b35b-bbee37175ce1http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/9ce32e32-bc87-4702-aec0-cdfd457fffa0#36d4379f-37ee-4ca8-b35b-bbee37175ce1Neil Mackenziehttp://social.msdn.microsoft.com/Profile/en-US/?user=Neil%20MackenzieWhy messages are not getting added in Queue.You should run Fiddler to ensure that the appropriate REST calls are being made to the correct endpoint.Mon, 06 Jul 2009 20:18:50 Z2009-07-06T20:18:50Z