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
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
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
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
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