You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/10/26 02:48:10 UTC

[Bug 62856] JMS Publisher sampler forces Byte Messages in Text Message textfield via XStream

https://bz.apache.org/bugzilla/show_bug.cgi?id=62856

Andrew Burton <ad...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Andrew Burton <ad...@hotmail.com> ---
The restriction is due to Message Source = Text Area is not supported when
choosing a Message Type = Bytes Message.

If choosing Message Type = Object Message, the message is converted to an XML
source first (which in the case of a JSON string is not correct).

Probably the help for this sampler
(https://jmeter.apache.org/usermanual/component_reference.html#JMS_Publisher)
needs to also describe the difference between the Message Types as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.