https://issues.apache.org/bugzilla/show_bug.cgi?id=49247
--- Comment #1 from Scott Vandezande <[email protected]> 2010-05-04 14:17:12 EDT --- Just discovered, you have to also set the delivery mode on the topicSender: in activateOptions(): topicPublisher = topicSession.createPublisher(topic); //existing topicPublisher.setDeliveryMode(this.persistentDelivery ? DeliveryMode.PERSISTENT : DeliveryMode.NON_PERSISTENT); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
