Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.1.0
-
None
-
None
-
None
Description
Currently jms_hdrs_props_test is a long test with many test cases. This is true in part because each test value used for the headers and properties is being sent as a separate test.
Rather find a way to send several messages each containing a different value for the headers and/or properties. This will involve a little refactoring as the current shim interface allows several messages with different body values to be sent with the same set of headers and/or properties, but this is not useful for this test case.