So I am using HonetQ on Jboss but I ran into an issue. Right now, if the jms messages arrive to our queues and suddendly there is a crash or a restart all our messages will be lost. I have read about enabling persitence on the queues but as I saw this parameter defaults to true. I have read several questions from other user like "where you using persistence ?" and "was persistence enabled?". What exactly is this persistence they refer to ? At queue level ? Or is there a higher level like a Hornet/Jboss configuration ?
Hope you can help !