Я пытаюсь получить «Детали сообщения» (как показано в интерфейсе администратора ActiveMQ) в моем двухточечном тесте JMeter JMS.
Тест JMeter может быть успешно выполнен, нов ответе не отображаются детали сообщения.
Ответ в JMeter:
ActiveMQBytesMessage {commandId = 38,
responseRequired = false,
messageId = ID:U278291-61435-1537514165031-1:10:15:1:2,
originalDestination = null,
originalTransactionId = null,
producerId = ID:U278291-61435-1537514165031-1:10:15:1,
destination = queue://MyQueue,
transactionId = TX:ID:U278291-61435-1537514165031-1:10:3,
expiration = 0,
timestamp = 1537516758919,
arrival = 0,
brokerInTime = 1537516758920,
brokerOutTime = 1537516758935,
correlationId = MsgId-1537516758901,
replyTo = null,
persistent = true,
type = document.provideAndRegisterResponse,
priority = 4,
groupID = null,
groupSequence = 0,
targetConsumerId = null,
compressed = false,
userID = null,
content = org.apache.activemq.util.ByteSequence@75b32fd0,
marshalledProperties = null,
dataStructure = null,
redeliveryCounter = 0,
size = 0,
properties = null,
readOnlyProperties = true,
readOnlyBody = true,
droppable = false,
jmsXGroupFirstForConsumer = false}
ActiveMQBytesMessage{ bytesOut = null,
dataOut = null,
dataIn = null }
Детальный просмотр в ActiveMQ:
Я такжепробовал этот тест с "JMS Publisher" и "JMS Subscriber", но там ответ прост "959 байт, полученных в BytesMessage".
Любая помощь в том, как я могу получить текст ответа внутриJMeter приветствуется.
JMeter Версия: 5.0 ActiveMQ: 5.14.3