|
-
getting back the response from JMS
Hi Guys,
In my project, I am sending JMS message from sender to receiver.
my code is:
Queue missingMessageQueue = null;
QueueSender missingMessageSender = null;
QueueReceiver missingMessageReceiver = null;
missingMessageQueue = session.createQueue("bt.product.superannuation.superforlife.private.q.investorreconciliati on.cis.request.v1");
missingMessageSender = session.createSender(missingMessageQueue);
missingMessageReceiver = session.createReceiver(missingMessageQueue);
msg = session.createTextMessage();
msg.setText(xmlFileString);
conn.start();
transMessageSender.send(msg);
my requirment is, I need to read back the responce from the JMS receiver
if i use
transMessageReceiver.receive(), that returning total jms message.
when i make call in project, my service creates one xsd schema and returns as responce for htis call. So i need to get that schama as ouput to this call.
Can anyone help me regarding this...
Thanks in advance,
Regards,
Naveen
Similar Threads
-
Replies: 1
Last Post: 03-07-2005, 02:34 PM
-
By Brad O'Hearne in forum Talk to the Editors
Replies: 4
Last Post: 06-20-2002, 03:05 PM
-
By David Rancour in forum XML
Replies: 4
Last Post: 04-30-2001, 03:40 PM
-
By javid khan in forum Open Source
Replies: 1
Last Post: 12-13-2000, 08:15 PM
-
By Didier Colaço in forum ASP.NET
Replies: 1
Last Post: 07-21-2000, 09:35 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks