Hi Team,
I have built a basic point to point subscription - using pub.jms.sendAndWait (on publisher) and pub.jms.reply (on subscriber side).
Standard JMStrigger is being used (which I also used to create Queues (Destination and Destination ReplyTo) on UM v 9.9 [I don’t have access to Queue Admin]).
pub.jms.sendAndWait is implemented as synchronous and as above mentioned separate Destination and DetinationReply to queue specified on it. Now I see from the Server logs, that the trigger is being executed when the message is published and the subscriber services is executed (from services usage) however in the reply message - the text that we want to pass through from request message doesn’t happens. Checked further using - ‘savePipelineToFile’ & ‘restorePipelineFromFile’ and could understand that though request message do show up in pipeline, but when we try to map it’s value to a string or the whole message into another JMS Message, it will not allow.
At this point, I am not sure - whether there is an issue with the naming convention or something else (I had similar problem in native WM pub sub, to address I named inputs of subscribing service with full qualified name of doc being passed & ir fixed). Tried different combination and it didn’t helped. Please assist.
UM Verision - 9.9
IS Version - 9 .9
Let me know, will look forward for a response. Thanks.
#webMethods#Universal-Messaging-Broker#Integration-Server-and-ESB