I am running some POC on Active MQ and I am encountering some serious performance issues: 1. it is slower to work with spring than without: even when i configure the spring to use caching in pool as suggested, Running with out spring 80000 point-to-point flows: it takes about 7 seconds Running with spring 80000 point-to-point flows: it takes about 14 seconds which means that with spring it takes twice as much time 2. when running an embedded broker, it is much-much faster then running a broker as a service, even on the same machine as the clients. is this reasonable? or am i having some wrong configuration? thanks
-- View this message in context: http://activemq.2283324.n4.nabble.com/performance-issues-with-AMQ-POC-tp4659518.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.