Thanks, Hiram. That was very helpful. It gives me some insight on what to
expect. I'll go back and play with this some more. There may still be a
bug somewhere, because of the large discrepancy in the throughput of
OpenWire vs. STOMP wire formats. Before I turned on the AsyncSend to true,
it w
I'll have to review that the async send property in the .NET stuff is
exactly the same as the java stuff but the idea is this:
- Async sends are faster since you don't have to wait for a 'broker
ack/receipt' that confirms that the broker has received the message
and it will not be lost.
- Async s