There is any way to assign names to specific Weblogic Work Manager threads?
for example: I defined a work manager called: TestWorkManager, each time that this work manager executes some task the following line will be printed to the log file.
{[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'}
in this way i can't actually know which work manager executes the task, so i want to assignnames to his threads.
Thanks.