Subject: | New version of Net::Stomp (0.33) causes receive_frame to block forever |
Code that previously worked in 0.32 stopped working in 0.33
specifically:
while (1) {
warn "FOO\n";
if (eval {$frame = $stomp->receive_frame}) {
warn "BAR \n";
will never get to BAR
I have verified that the $stomp object is connected and subscribed to
the message queue.
I'm using 5.00.16 of FuseMQ which is essentially ActiveMQ version 5 with
commercial support.