mirror of
https://github.com/apache/activemq.git
synced 2025-02-12 21:16:06 +00:00
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…
x
Reference in New Issue
Block a user