And in your custom thread pool, you need to set the rejection policy
you want to use.
for example the Abort from the JDK
java.util.concurrent.ThreadPoolExecutor.AbortPolicy
On Tue, May 8, 2012 at 4:17 PM, Claus Ibsen wrote:
> On Tue, May 8, 2012 at 4:15 PM, Thomas Johansen wrote:
>> Hi,
>>
>>
On Tue, May 8, 2012 at 4:15 PM, Thomas Johansen wrote:
> Hi,
>
> There's obviously a difference in how the wireTap()-processor handles
> exceptions in 2.9.0 and 2.9.1/2.9.2.
> In 2.9.0, when the wireTap() encounters a RejectedExecutionException on its
> ExecutorService, the exception is swallowed.
Hi,
There's obviously a difference in how the wireTap()-processor handles
exceptions in 2.9.0 and 2.9.1/2.9.2.
In 2.9.0, when the wireTap() encounters a RejectedExecutionException on its
ExecutorService, the exception is swallowed.
In 2.9.1/2.9.2 the exception is propagated to the errorHandler of