i am using weblogic 7.01.our application sends/reads jms messages to/from tibco.
my problem is that when tibco server is down our application waits for the response for a long time.due to this out application hangs.
is there any way to set some timeout parameter for queues not responding.
-
Setting timeout parameter for JMS queues (1 messages)
- Posted by: Dhaval Bhagat
- Posted on: July 01 2003 02:15 EDT
Threaded Messages (1)
- Setting timeout parameter for JMS queues by Tim Dwelle on July 01 2003 17:45 EDT
-
Setting timeout parameter for JMS queues[ Go to top ]
- Posted by: Tim Dwelle
- Posted on: July 01 2003 17:45 EDT
- in response to Dhaval Bhagat
Your QueueReceiver / TopicSubscriber should have a receive() method that takes a timeout parameter. Consult the Javadocs for more details.
-Tim.