Maybe you meant to call  $stomp->receive_frame() in the while loop instead?

On Wed, Jul 1, 2009 at 1:15 PM, RakeshRay <rakesh....@proquest.com> wrote:

>
> Just installed Active MQ 5.2.
> Using Stomp, inserted 5000 msgs and try to read the same with
> while ( my $msg = $stomp->read() ) {
>        $stomp->commit();
>        print $msg.$/;
> }
> It leaves 2 messages in the queue, just reads 4998 and comes out.
>
> Any suggestions?
> --
> View this message in context:
> http://www.nabble.com/Queue-does-not-drain-completely.-tp24296039p24296039.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to