i have a topic and i post a message to the topic note: I stopped all JMS queue listeners. Now i restart the server now this time with listeners on, i was expecting the system to consume my previously posted message. But it didn't happen that way.
i have read the documentation of JBOSS - hornetq it says all the JMS messages are persistent in nature.How can i demonstrate that messages are persistent in nature? Messages should have been consumed in the second run; as the message would have been in some persistent database of the messaging queue.
the document says that it persistent JMS message can survive a broker restart, My question mean can persistent JMS message survive a listener restart, if not how can i acheive it?