This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes doubt in receiving a message from queue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "doubt in receiving a message from queue" Watch "doubt in receiving a message from queue" New topic
Author

doubt in receiving a message from queue

pavi
Ranch Hand

Joined: Jan 23, 2008
Posts: 31
Actually in my project i send a file to queue and the other server receives that file from queue and process it and then put the processed file in the same queue and i receive the processed file from that queue.

java program will always be listening to the queue for any new message.

now the problem is that i receive the same file which i sent.so in this case how to receive the reply file alone from queue.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: doubt in receiving a message from queue
 
Similar Threads
JMS - MDB - WebSphere
how to receive message from a queue
JMS - how to remove a message from Queue
Standalone JMS Application without using Application Server
Access to another process' memory