Automic Workload Automation

 View Only

jmsagent receive job setup to send a reply back to replyto queue sent in header

  • 1.  jmsagent receive job setup to send a reply back to replyto queue sent in header

    Posted Feb 06, 2025 12:24 PM

    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