JBoss ManagedThreadFactory

34 Views Asked by At

I am trying to override the default JBoss 7.3 ManagedThreadFactory through the standalone.xml with my custom factory so to inject on each thread a specific context (shared MDC).

Is this even possible?

So far I'm struggling and I have found only examples where a new custom ManagedThreadFactory is registered and used directly in the application, but don't seem to be able to completely override the default behavior.

0

There are 0 best solutions below