On Fri, 2012-10-12 at 12:59 +0200, Jamie wrote: 
> Hi Everyone
> 
> I am running Activemq 5.7.0.
> 
> The following error message is outputted:
> 
> Exception in thread "ActiveMQ Session Task-14" 
> java.util.concurrent.RejectedExecutionException: Task 
> org.apache.activemq.thread.PooledTaskRunner$1@65e074b rejected from 
> java.util.concurrent.ThreadPoolExecutor@730d031[Running, pool size = 16, 
> active threads = 1, queued tasks = 0, completed tasks = 641]
>      at 
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2013)
>      at 
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:816)
>      at 
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1337)
>      at 
> org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:151)
>      at 
> org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47)
>      at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>      at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>      at java.lang.Thread.run(Thread.java:722)
> 
> Also, running ActiveMQ in a profiler, I see that some of my receive 
> threads are blocking on 
> org.apache.activemq.ActiveMQMessageConsumer.receive(), although there 
> are thousands of messages in the queue.
> 
> Any ideas?
> 
> Jamie

Is this something you can reproduce in a test case?

-- 
Tim Bish
Sr Software Engineer | RedHat Inc.
tim.b...@redhat.com | www.fusesource.com | www.redhat.com 
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/

Reply via email to