Hello, I'm stuck again with Jmeter tests. I want to send a JSON text message via JMSPublisher to ActiveMQ. Example Payload: *{* * "id": "123-456",* * "correlationId": "123-098-789",* * "rooms": [* * {* * "id": "r1",* * "rNumber": 321,* * "location": {* * "id": "L1",* * "city": "Munich"* * }* * },* *{* * "id": "r2",* * "rNumber": 42,* * "location": {* * "id": "L1",* * "city": "Munich"* * }* * }* * ]* *}*
Is it possible to create the payload with multiple room objects via script (e.g groovy)? Could you provide an example how to script the rooms objects in the JMSPublisher payload? Best regards, Patrick