|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
i have a new question,about concurrent |
« View previous topic :: View next topic » |
Author |
Message
|
seraphim119 |
Posted: Sat Dec 09, 2006 6:07 am Post subject: i have a new question,about concurrent |
|
|
Acolyte
Joined: 04 Sep 2006 Posts: 57
|
if my request > my BlockingQueue's CAPACITY,and at that time if one of thread in the pool throws a exception,then the first request that waitting to be processed will lost,is any body how can resolve it??thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Dec 09, 2006 8:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There are standard techniques to ensure that messages are not lost.
They are described in the Application Programming Guide.
Some words that may help you are "syncpoint" and "backout queue" or "poison message".
Also, what's a "Blocking queue"? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
seraphim119 |
Posted: Sat Dec 09, 2006 11:19 pm Post subject: |
|
|
Acolyte
Joined: 04 Sep 2006 Posts: 57
|
ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, RejectedExecutionHandler handler)
any body knows it??  |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Dec 10, 2006 6:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
seraphim119 wrote: |
ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, RejectedExecutionHandler handler)
any body knows it??  |
Try it on a WAS forum. This may have all to do with WAS and nothing with MQ.
Obviously BlockingQueue is a java class implementing Runnable. It's just not one I recognize from MQ...
Have you looked at WAS Scheduling??
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|