Hi,
I've an application that has several routes, with JMS Endpoint with many
consumers.
This is my JMSConfiguration
This is my default thread profile (I'm using Camel 2.13.1)
I understand that this determines the pool of threads that each route will
use , according to the mechanism of parallelism of each component. For JMS,
It 's about the consumers configuration. This is so ?
Finally, when I deploy the application... it's run over the default
workmanager (I've try to define a custom workmanager using the weblogic
file's descriptors, but nobody use it).
Is there some mechanism to defined which WorkManager (Weblogic 10.3.6) may
use the camelContext ?
Thanks in advance.
Martín
I've an application that has several routes, with JMS Endpoint with many
consumers.
This is my JMSConfiguration
This is my default thread profile (I'm using Camel 2.13.1)
I understand that this determines the pool of threads that each route will
use , according to the mechanism of parallelism of each component. For JMS,
It 's about the consumers configuration. This is so ?
Finally, when I deploy the application... it's run over the default
workmanager (I've try to define a custom workmanager using the weblogic
file's descriptors, but nobody use it).
Is there some mechanism to defined which WorkManager (Weblogic 10.3.6) may
use the camelContext ?
Thanks in advance.
Martín