We are trying to send a message to IBM MQ using JMS Point to Point Sampler in JMeter. After sending the message we can see that in the response queue an extra RFH header is getting added like this -
WRN Encountered invalid data from source 'HttpXmlObjectConverter' in data: RFH ▒▒MQSTR ▒ <mcd><Msd>jms_text</Msd></mcd> `<jms><Dst>queue:///quenename</Dst><Tms>1607427843324</Tms><Dlv>2</Dlv></jms>"
After searching on Google I found out that targetClient
should be changed to 1
or MQ
.
Any idea where we need to modify this? In JMeter or in Queue? If it is in JMeter then how to do that? I tried doing it in JMS and JNDI properties, but I'm still getting the same error.