git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1201054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-11-11 21:15:14 +00:00
parent 5886b66ed3
commit 5af811f272
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}