| 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
|
|
|
Being discussed here
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: JMS Queue Query
|
|
|