mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1201054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5886b66ed3
commit
5af811f272
|
@ -127,7 +127,7 @@ public abstract class MessageServletSupport extends HttpServlet {
|
|||
message.setJMSReplyTo(replyTo);
|
||||
}
|
||||
String type = (String)asString(parameters.remove("JMSType"));
|
||||
if (correlationID != null) {
|
||||
if (type != null) {
|
||||
message.setJMSType(type);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue