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 Jova

Re: EOF Exception When Serializing Large Message

2008-06-05 Thread Ivan Jovanovic
= "test"; > } > > $stomp->send("/queue/test", $body); > > $stomp->subscribe("/queue/test"); > $msg = $stomp->readFrame(true); > > if ($msg->body != $body) { > echo "wrong!"; > } > > $stomp->ack($msg); >

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

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

2008-06-02 Thread Ivan Jovanovic
port.run(TcpTransport.java:183) at java.lang.Thread.run(Thread.java:619) Ivan Jovanovic wrote: > > I have installed ActiveMQ 5.1 as broker and I'm using PHP Stomp client > (not one from codehouse but self made) to communicate with the broker. I > have no problems for m

Connection reset by broker with messages greater than 42KB

2008-05-14 Thread Ivan Jovanovic
I have installed ActiveMQ 5.1 as broker and I'm using PHP Stomp client (not one from codehouse but self made) to communicate with the broker. I have no problems for messages that are with the size below 42KB, with messages that are bigger than that broker resets the connection after 42KB written w

Re: How to configure AMQ to use a database cluster instead of a single db?

2008-05-07 Thread Ivan Jovanovic
I have the same question? Did anyone implemented this kind of configuration? Cheers, Ivan j0llyr0g3r wrote: > > Hey folks, > > i have a configuration problem which hopefully can be solved: > > I have an up and running mySQL-Cluster consisting of 2 nodes (let's say > mydbhost1 and mydbhost2)