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
= "test";
> }
>
> $stomp->send("/queue/test", $body);
>
> $stomp->subscribe("/queue/test");
> $msg = $stomp->readFrame(true);
>
> if ($msg->body != $body) {
> echo "wrong!";
> }
>
> $stomp->ack($msg);
>
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
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
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
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)