Does anybody know how many messages that a queue can keep?
On my server, I use a JSP to make requests and store them in a particular queue that will be retrieved by a client java application. If message amount exceeds in 10, the client can connect to server but can't get any message from server's queue.
-
WebLogic queue's capacity? (3 messages)
- Posted by: Vincent Chang
- Posted on: December 07 2000 05:27 EST
Threaded Messages (3)
- WebLogic queue's capacity? by Dimitri Rakitine on December 09 2000 04:14 EST
- WebLogic queue's capacity? by Vincent Chang on January 05 2001 09:46 EST
- WebLogic queue's capacity? by Vincent Chang on January 05 2001 09:46 EST
-
WebLogic queue's capacity?[ Go to top ]
- Posted by: Dimitri Rakitine
- Posted on: December 09 2000 04:14 EST
- in response to Vincent Chang
Do you mean JMS queue? -
WebLogic queue's capacity?[ Go to top ]
- Posted by: Vincent Chang
- Posted on: January 05 2001 09:46 EST
- in response to Dimitri Rakitine
Yes, a queue in WebLogic JMS pool. -
WebLogic queue's capacity?[ Go to top ]
- Posted by: Vincent Chang
- Posted on: January 05 2001 09:46 EST
- in response to Dimitri Rakitine
Yes, a queue in WebLogic JMS pool.