Hi I'm using Camel 2.8, working with request reply over JMS via ActiveMQ. I can't seem to get a non-persistent request/reply to work without actually adding persistent="false" to the ActiveMQ broker element in activemq.xml. This is not desirable to have all persistence disabled. The follwing options on the uri seem to have no effect:
deliveryPersistent=false replyToDeliveryPersistent=false I really want to disable persistence just for request/reply. For my application I am getting 100K messages per minute without persistence, and only 25K with the ActiveMQ throughput optimized persistence configuration. I may be doing something wrong, but it seems like this is pretty straightforward from the documentation. Thanks for any help. -- View this message in context: http://camel.465427.n5.nabble.com/JMS-persistence-options-have-no-effect-tp5723805.html Sent from the Camel - Users mailing list archive at Nabble.com.