Hi, I was wondering why all the canned examples for activemq.xml one finds the STOMP transport connector is nearly always configured with a transport option of 'closeAsync=false'?
Why is that? I read in the mail list archive the following: "... closeAsync=false can help reduce the number of open sockets if the broker is busy at the cost of delaying the close response to the client." Assuming that's true why wouldn't one configure ALL other transport connectors the same way? Thanks, Paul