mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-08 18:29:20 +00:00
[ARTEMIS-1176] Turn management reply messages into text messages
This commit is contained in:
parent
f84d9f811c
commit
7e47dc3e07
@ -370,6 +370,7 @@ public class ManagementServiceImpl implements ManagementService {
|
||||
message = message.toCore();
|
||||
// a reply message is sent with the result stored in the message body.
|
||||
CoreMessage reply = new CoreMessage(storageManager.generateID(), 512);
|
||||
reply.setType(Message.TEXT_TYPE);
|
||||
reply.setReplyTo(message.getReplyTo());
|
||||
|
||||
String resourceName = message.getStringProperty(ManagementHelper.HDR_RESOURCE_NAME);
|
||||
|
Loading…
x
Reference in New Issue
Block a user