Re: Message order when use PooledConnectionFactory

2015-03-02 Thread bencaogm
Thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-order-when-use-PooledConnectionFactory-tp4690796p4692256.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Message order when use PooledConnectionFactory

2015-02-02 Thread bencaogm
Hello! I use spring's JmsTemplate to send queue messages (not pesisted) and use PooledConnectionFactory to hold 10 connections with Active MQ. If I call JmsTemplate.send method in multiple thread to the same destination, can the consumer get messages in the same order the message sned by