Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.1
-
None
-
Unknown
Description
The JMS transport always uses the "clientReceiveTimeout" to configure the timeout of the DefaultMessageListenerContainer which doesn't make sense on the server side. Worse, if that value is set very high, the server may hang in the endpoint.stop() call when trying to stop the service as it has to wait for the receive to timeout. The values should be separated so clients and servers can use separate values.