RejectedExecutionException in AbstractXMPPConnection.processPacket() causes connection Termination
Description
This is due the submit() call not blocking if the BlockingQueue used by the Executor has reached its limit, but instead a RejectedExecutionException is thrown.
This is due the submit() call not blocking if the BlockingQueue used by the Executor has reached its limit, but instead a RejectedExecutionException is thrown.