richard mendonca
richard mendonca

Reputation: 231

how to send xml in request for jms point to point, jmeter

I am new to jmeter and as per the client requirement I need to send request to jms queue using point to point but the problem is the request would be through xml.

Upvotes: 0

Views: 947

Answers (1)

Dmitri T
Dmitri T

Reputation: 168132

You can use __FileToString() function to read the .xml file from your local or network drive right in the "Content" section of the JMS P2P Sampler

JMS P2P FileToString

See How to Use JMeter Functions guide for more detailed information.

Upvotes: 1

Related Questions