Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Camel component that delegates Camel thread management to CommonJ workmanagers.

Only thread creation that is controlled by Camel will be handled by this component. Libraries that spawn their own threads, will not be wrapped eg. worker threads in the Quarz component.

The Timer and Work Manager API is defined in a specification created jointly by Oracle and IBM. This API enables concurrent programming of EJBs and Servlets within a Java EE application. This API is often referred to as CommonJ.

See http://download.oracle.com/docs/cd/E12840_01/wls/docs103/commonj/commonj.html

To activate thread management using JEE container workmanagers do :
Spring XML:

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages