Hi Folks, I have a route that sends messages to a JMS topic and the performance is not what I would have expected. My route looks like this:
from(someEndpoint).to(inboundTopicURI+"?deliveryPersistent=false") I thought by setting the deliveryPersistent to false would greatly improve the performance of the route however it has only marginally improved. With deliveryPersist set to true - The mean processing time for an exchange was approx 50ms With deliveryPersist set to false - mean processing time is approx 30ms Would appreciate any insights into why performance is still quite slow Thanks, Edwin -- View this message in context: http://camel.465427.n5.nabble.com/Seeing-slow-performance-when-placing-messages-onto-JMS-topic-tp5722882.html Sent from the Camel - Users mailing list archive at Nabble.com.