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
Hello All,
I have a question regarding the default settings of the .NET ActiveMQ
client. By default, the AsyncSend for the connection is set to false. I
would like to change the default to be true, but I would like to know the
rationale as to why it is currently set to false. To me, the speed i