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.
}
> );
>
> 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
= $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/