mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 09:20:07 +00:00
This closes #4071
This commit is contained in:
commit
2cd92a82e7
@ -914,6 +914,9 @@ public abstract class AMQPMessage extends RefCountMessage implements org.apache.
|
||||
if (properties.getSubject() != null) {
|
||||
map.put(propertiesPrefix + "subject", properties.getSubject());
|
||||
}
|
||||
if (properties.getReplyTo() != null) {
|
||||
map.put(propertiesPrefix + "replyTo", properties.getReplyTo());
|
||||
}
|
||||
}
|
||||
|
||||
return map;
|
||||
|
Loading…
x
Reference in New Issue
Block a user