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 JmsTemplate? If not , how can I do to approach it?

AcgiveMQ Jar version: 5.4.3
Platform: Linux
Tocmat: 7.0
Jdk 6.0
message type: Non persisted queue message.
ActiveMQ server version: ActiveMQ 5.10.0

Thanks!



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Message-order-when-use-PooledConnectionFactory-tp4690796.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to