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.

Re: Message order when use PooledConnectionFactory

2015-02-24 Thread Tim Bain
If you absolutely have to have messages get sent in a well-defined order, you'd use a single thread instead of many to do your sends, or you'd implement your own synchronization around anywhere your threads called send(). On Feb 2, 2015 12:03 PM, "bencaogm" wrote: > Hello! > > I use spring's JmsT