Re: performance issues with AMQ POC

2012-11-19 Thread michal
Hi. as for point 1) I am testing a point-to-point between two processes. client-server : client sending requests and server sending responses. One test uses spring configuration for both client and server and one is plain activemq code with no spring configuration (which is much faster) This is t

Re: performance issues with AMQ POC

2012-11-19 Thread Torsten Mielke
Hello Michal, On point 1) can you please provide some more details on what exactly you test and what you compare against? On point 2) in case you're using the vm transport with the embedded broker, then this is expected to be faster than using an external broker. The vm transport by default av