>From the JMS JavaDoc: "A JMS provider should do its best to accurately expire messages; however, JMS does not define the accuracy provided."
I can't get a message to expire.... Attempted using Message.setJMSExpire(500) and QueueSender.send(...., 500). Waited for 5 minutes before I register a consumer....still get the messages. Using ActiveMQ 3.2.1, VM-Persistance. What am I doing wrong? -- View this message in context: http://www.nabble.com/Can%27t-Expire-Messages--t1592939.html#a4322819 Sent from the ActiveMQ - User forum at Nabble.com.
