Re: EOF Exception When Serializing Large Message

2008-06-05 Thread Ivan Jovanovic
The problem is actually with the non-blocking socket implementation in my PHP/Stomp client. I'll have to investigate little bit more on this in order to implement it better. Do you have some experience with non-blocking sockets and Stomp with ActiveMQ? Thanks Cheers, Ivan Ivan Jovanovic wrote

Re: EOF Exception When Serializing Large Message

2008-06-05 Thread Ivan Jovanovic
HI, I succeeded to put big messages on my broker with your PHP/Stomp client and your test code. I'll look inside my Stomp client a bit deeper to see what happens. Thanks for bringing back hope on the stage ;) Cheers, Ivan Dejan Bosanac wrote: > > Hi, > > I've tried and cannot reproduce thi

Re: EOF Exception When Serializing Large Message

2008-06-04 Thread Dejan Bosanac
Hi, I've tried and cannot reproduce this issue. here's first a test case trying to send/receive a large message (as Ivan described in one of previous emails) public void testSendLargeMessage() throws Exception { MessageConsumer consumer = session.createConsumer(queue); Strin

Re: EOF Exception When Serializing Large Message

2008-06-03 Thread gwittel
Ivan Jovanovic wrote: > > I'm experiencing the same problem with the large messages in PHP/Stomp. > > Did you solve this one, since your problem dates from couple of months > ago? > Hi, We were not able to find a solution other than not to send such large messages. We haven't tried 5.1 so I

Re: EOF Exception When Serializing Large Message

2008-06-03 Thread Ivan Jovanovic
I'm experiencing the same problem with the large messages in PHP/Stomp. Did you solve this one, since your problem dates from couple of months ago? Thanks in advance for the answer. Cheers, Ivan gwittel wrote: > > Hi > > We're using a Perl/Stomp client to retrieve messages out of a standar