Jencks 是一款轻量级的JCA Container, 能够很容易的基于Spring提供消息驱动的POJOs.
使用JMS, JAX-RPC, JBI 或者 JCA CCI, 与此同时提供一个XA based JDBC连接池机制, Jencks 能够支持 inbound 和 outbound messaging.
Jencks 默认重用了Geronimo JCA connector,WorkManager 和TransactionManager
官方的release notes提到目前的Jencks 支持:
working inbound JMS consumption using regular JMS transactions or full XA transactions with full recovery if a durable message log, like Howl is configured
outbound messaging with JMS or XA based JDBC pooling
Spring factory beans for Geronimo connector and transaction components such WorkManager, TransactionManager, BootstrapContext
migration of ActiveMQ's JCA Container into Jencks
reuse on Geronimo implementation code by default for WorkManager and TransactionManager but allows different providers to be plugged in.
具体信息和下载可以访问:
http://jencks.org/Jencks+1.0+Release?refresh=1
标签: