Imran, can you try trunk now? I have improved _amq.js so that it will only have a single outstanding send at any given time. This prevents two connections being used and some messages overtaking other messages. The side effect of this is that you get much better batching of messages.... eg if you send 10 messages in a loop, the first will be sent immediately and the other 9 will be batched and sent together when the first message is confirmed.
-- View this message in context: http://www.nabble.com/Message-sending-in-ajax-client-t1811609.html#a4990783 Sent from the ActiveMQ - User forum at Nabble.com.
