Can I send persistent messages to a queue? The JMS 1.0.2 specification says that the default message delivery mode is persistent. But when I send messages using default mode I see messages are nonpersistent. Why is that?
Created Jan 30, 2001
Nick Minutello You can indeed send persistent messages to a queue; however, whether it is successfully persisted depends on how well the vendor followed the spec.