Hi all,
I have set message delivery mode as NON_PERISTENT (sender.setDeliveryMode(DeliveryMode.NON_PERSISTENT))
and this is causing mysql to crash. When I remove this to use the defualt persistent mode MySQL holds fine. Is this the right way to make a queue non persistent or it needs additional changes to make a queue non persistent. Also what is the upper-limit on no. of messages in queue when using non-persistent delivery mode.
Using JBoss-4.2.3.GA, MySQL Server 6.0.
Thanks,
~Kl