Thursday, January 15, 2009

replyToDestination in Import (Web Service binding) - not able to pick the message from the responseQ

  1. replyToDestination in Import (Web Service binding) - not able to pick the message from the responseQ.
Error

I have module in WID 6.1.2 and deploying to WPS 6.1.2. Module have Import with Web Service binding (for SOAP/JMS communication). 

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. 




No comments: