Re: Connection reset by broker with messages greater than 42KB

2008-06-02 Thread Ivan Jovanovic
I still can not solve this, the number of bytes that are sent before the closing of connection is variable with the same message. The message is totaly ok with its format. It is string 'test' multiplied 10, 100, 1000 and 1 thousand times like "testtesttesttesttest" For 1,10,100 it works bu

Re: Connection reset by broker with messages greater than 42KB

2008-05-14 Thread Hiram Chirino
Hi Ivan, No, the broker does not impose any message size limits. You might want to run a tcp packet snooper on your traffic to make sure that the STOMP protocol is actually being preserved. You also might want to enabled debug logging on the broker side so that you can see when the broker kille