- replyToDestination in Import (Web Service binding) - not able to pick the message from the responseQ.
Error
The import has the binding as "jms:/queue?destination=jms/ClawbackESBRequestQLocal&connectionFactory=jms/ClawbackQCFLocal&replyToDestination=jms/ClawbackESBResponseQLocal&targetService=ClawbackDecisionPort".
With this I am able to post the msg to the Queue (destination=jms/ClawbackESBRequestQLocal). But it does not pick the msg from the reply queue(replyToDestination=jms/ClawbackESBResponseQLocal).
Resolution
I have got it resolved. Missing out the "channel" name while creating the JNDIs for Queue connection factory, request Q & response Q.
Set the channels to the default one "SYSTEM.DEF.SVRCONN".
Its fine now and able to poll the response.
Set the channels to the default one "SYSTEM.DEF.SVRCONN".
Its fine now and able to poll the response.

No comments:
Post a Comment