Has anybody setup the jmsagent receive job setup to send a reply back to replyto queue sent in headerdd?
I'm thinking about trying something like this in the receiver job:
:SET &REPLY_TO_QUEUE# = GET_ATT(REPLY_TO)
:SET &VARIABLE_NAME# = "YourVariableValue"
:PUT_ATT REPLY_TO = &REPLY_TO_QUEUE#
:PUT_ATT MESSAGE_BODY = "Response with variable value: &VARIABLE_NAME#"
curious if anybody has done this and how they accomplished it.. thanks