Hi, -yaa m using axis2.1.1 (nightly built) -MEP is INOUT with method call as fireandforget() -i want my nonblockingclient to send the request to a simple WS whose response should be forwarded to a different JMS WS hosted on a different application server........
CLIENT ----Request----> WS 1(simple WS) -------Response on a queue after lookup-------> WS 2(JMS WS listening on this queue) Regards, Vaibhav -----Original Message----- From: Ali Sadik Kumlali [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 6:19 PM To: [email protected] Subject: Re: WS Addressing :: http requests response (ReplyTo) on JMS protocol Hi Vaibhav, - Do you use Axis2? If so, please add [Axis2] to the mail subject for easier follow up. Following questions assume you are using Axis2. - What kind of MEP do you use? If I understand correctly, you use in-out MEP. - Do you expect nonBlockingDualClient to listents to the response over a MDB instead of creating a listener by itself? Regards, Ali Sadik Kumlali ----- Original Message ---- From: Vaibhav Pandey <[EMAIL PROTECTED]> To: Axis-User <[email protected]> Sent: Wednesday, October 11, 2006 8:31:10 AM Subject: WS Addressing :: http requests response (ReplyTo) on JMS protocol Hi All, I am working on a scenario were my nonBlockingDualClient sends a http request to a WS and the response should go to a JMS listener listening on a different port..... in short i want the response to go via JMS into the queue on which my listener is listening so that i can do some processing on it as and when it arrives at MDB's OnMessage(). I have already implemented an HTTP to HTTP scenario and m in need of some guidance in this HTTP-JMS scenario on the configurations required in my client to forward the request on JMS..... Any help is highly appreciated !! Regards, Vaibhav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
