Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.5.0
-
None
-
None
Description
As seen here:
String type = (String)asString(parameters.remove("JMSType"));
if (correlationID != null)
there is a copy-paste typo in the MessageServletSupport class. The null-check conditional should check the "type" variable instead of "correlationId".