катэгорыя Архівы: Блакітны

Хутка і лёгка – Бяспечны Azure імёнаў чэргаў

Па-дурному, але просты пост.

У рамках наступнай дзейнасці па выніках учорашняга размяшчэння на "StorageException было неапрацаванае"Я думала, што паказаць малюсенькі фрагмент кода я выкарыстоўваю для генерацыі імёнаў чэргі:

 

        грамадскасць статычны радок GetRandomQueueName()
        {
            Guid г;
            G = System.Guid.NewGuid();
            вяртанне g.ToString();

        } 

Па-дурному ў сваёй прастаце, але працуе добра для мяне і выклікаў 100 бяспечных імёнаў чэргаў у апошнія пару тыдняў.

</канец>

undefinedПадпісацца на мой блог.

Выконвайце за мной на Twitter у http://www.twitter.com/pagalvin

Праца з чэргамі Azure – "StorageException было неапрацаванае”

Я гуляў вакол з Azure чэргах за апошні тыдзень ці два, і гэта працягваецца smashingly.  Дзе былі гэтыя рэчы, калі я меў патрэбу ў іх яшчэ ў 1990?

У гэтым артыкуле, у прыватнасці, з'яўляецца выдатным увядзеннем у чэргах. NET праграмістаў: http://www.windowsazure.com/en-us/develop/net/how-to-guides/queue-service/.  Выкарыстоўваючы гэтую артыкул, I’ve been able to pull together a really nice bit of client-server logic that is so far reliable and just works with no grief.  Really – where was this stuff in 1990?

I did hit a small stumbling block right out of the gate, Тым не менш.   As soon as I strayed from the specifics of the walk-through, I got hit with a StorageException and a “The remote server server returned an error (400) Bad Request.

image

It turned out that my queue name was off:

image

When I changed “OneQueueToRuleThemAll” to “onequeuetorulethemall” the StorageException went away.  I haven’t noticed any of the documentation calling this out but it may well do that.

Hope that helps someone.

</канец>

undefinedПадпісацца на мой блог.

Выконвайце за мной на Twitter у http://www.twitter.com/pagalvin