Hello experts,
I have a synchronous jms-http based interface where the sender sends the request via a jms channel. After reading the request from the jms queue, i need to create the message to query the http server. I am using a udf in this message mapping and the udf requires an input value. I would like to specify this value as a jms property in the sender jms channel. This is because this input value will change from environment to environment. Therefore I want to mention this input value in the ID sender channel so that it is configurable in different environment.
I checked the ASMA option and specified DCJMSMessageProperty0 in the Additional JMS Properties. In the additional parameters I put the following setting:
Name:DCJMSMessageProperty0
Value: <Input value for udf>
However I am getting error. Can you please advise if I am doing this right and suggest alternate options if any.
Thanks.