Hi,
I’ve noticed that, if I send about 10 or 11 messages (quickly) containing a XML as the message, seems that the XMPPManager gets lost. It results a error code 503, type “CANCEL”.
My question: what is the best (correct) way to send XML messages?
Thanks.
Regards,
Vilson
Little correction…
actually, the body looks like:
<IdDE>
<code>1</code>
<arg0>Arquivo.java</arg0>
<arg1>xuxaa</arg1>
</IdDE>
<IdDE>
<code>1</code>
<arg0>Arquivo.java</arg0>
<arg1>conteudo</arg1>
</IdDE>
There is no problem at all with this chars, as I can read it on the other side. The problem occurs as I wrote before: sending about 10 quick messages containing this chars, returns this 503 error.
What should be my aproach?
Thanks for your help.
Vilson