Hi,
while exploring with the activeMQ's ajax client, it appears to me that when
i send more than one message simultaneously, they donn't reach at the broker
in the same sequence as they were called.
e.g
execute in a loop for 10 times
amq.sendMessage("topic://testTopic", "<msg>Test message" + counter
+"</msg>");each time when I execute this they appear at the broker in a random sequence. This is not what I expect. Any of you please guide me how can i control that behavior? Thanks in advance -- View this message in context: http://www.nabble.com/Message-sending-in-ajax-client-t1811609.html#a4937157 Sent from the ActiveMQ - User forum at Nabble.com.
