Skip to content

pax95/camel-commonj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages