aspose file tools
The moose likes JBoss and the fly likes JMS Queue Query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JMS Queue Query" Watch "JMS Queue Query" New topic
Author

JMS Queue Query

Kathy Watson
Greenhorn

Joined: Nov 28, 2006
Posts: 2
Hi ranchers,
I am using message driven beans in my application.The MDB does some processing like sending a request to some other system and getting a response from there.This communication happens using a socket connection.What is required is thet if I don't get a response fromm the other system the request needs to stay on the queue and keep retrying till a proper response is returned from there.This retry has to be done till the other system is "up" and can return a response to me.
Is this possible and if so how can this be done?.The important thing is that the request should not be lost and should somehow stay on the queue.

Any help is appreciated.
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

Being discussed here


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JMS Queue Query
 
Similar Threads
Threading requests
JMS Query
General question about JMS system structure
Multiple response for a request
Asynchronous Messaging Solution other than MDB