Re: Subscriber on a secure topic goes in unack infinite loop

2011-08-22 Thread manua
Thanks Tim, will try to code for that. Thanks Manu -- View this message in context: http://activemq.2283324.n4.nabble.com/Subscriber-on-a-secure-topic-goes-in-unack-infinite-loop-tp3760584p3761108.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Subscriber on a secure topic goes in unack infinite loop

2011-08-22 Thread Timothy Bish
} > ); > > while(1){ > my $frm = $stmp->receive_frame({ timeout => 300 }); > $stmp->ack( { frame => $frm } ); > print Dumper $frm; > } > > Is this the expected behavior in case of secure topics or am I doing

Subscriber on a secure topic goes in unack infinite loop

2011-08-22 Thread manua
= $stmp->receive_frame({ timeout => 300 }); $stmp->ack( { frame => $frm } ); print Dumper $frm; } Is this the expected behavior in case of secure topics or am I doing something wrong. Thanks Manu -- View this message in context: http://activemq.2283324.n4.nabble.com/