Details
Description
When using JMS transport, the client can encounter receive timeout from time to time. This timeout could be caused by the serious problem in broker(like crash or restart), in which case a JMS connection reset is required. Or the timeout could be just a request need a longer time to process it on the server side, in this case a JMS connection reset is a overkill.
We should introduce a property to control this behavior, let end users to decide which scenario fits their requirement.