https://bz.apache.org/bugzilla/show_bug.cgi?id=62856
Bug ID: 62856
Summary: JMS Publisher sampler forces Byte Messages in Text
Message textfield via XStream
Product: JMeter
Version: 4.0
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
The JMS Publisher sampler passes Bytes messages that are specified in the Text
Message textfield via an XML stream.
If a PreProcessor converts the text to a byte encoded string and passes the
variable in the Text Message textfield as a workaround, then this is converted
back to String before being sent.
In my use case, I am supplying a byte-encoded JSON text string to the JMS
queue/topic, it doesn't need to be converted to XML first.
The only way to have this work is to supply the JSON text in a file.
The desired approach would be to have an option for Bytes Messages to be
created directly from the string (either the Text Message textfield or the
file), without going via the XML XStream converter.
--
You are receiving this mail because:
You are the assignee for the bug.