In my code, I do this: QueueSender sender = session.createSender(queue); sender.setDeliveryMode(DeliveryMode.PERSISTENT);
Is there anything I need to do with the configuration or is this sufficient? I'll take a look at the latest build to see if it fixes the problem. Thanks! Frank -- View this message in context: http://www.nabble.com/Slow-consumer-problem-t1733329.html#a4724271 Sent from the ActiveMQ - User forum at Nabble.com.
