https://issues.apache.org/bugzilla/show_bug.cgi?id=56510
Bug ID: 56510
Summary: JMS Publisher: Enable proper usage of JMS properties
for priority and expiry of a message
Product: JMeter
Version: 2.11
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
In JMeter you can define a list of typed properties for the JMS Publisher which
are added to the message before sending. According to the JMS spec there are a
couple of headers which are not used at the level of the message rather than at
the producer level respectively the send-method.
There is already a special treatment implemented for JMSDeliveryMode (dedicated
checkbox in the gui). Using properties for "JMSPriority" and "JMSExpiration"
has no effect since they need to be set in the send-Method not as a message
property.
--
You are receiving this mail because:
You are the assignee for the bug.