|
From: eu <eu...@pl...> - 2004-08-05 16:54:58
|
Hi, I've implemented a generic utility CCI and non-CCI JCA 1.0 connector for JMS. The primary goal is to get container managed connection pooling (container wide pooling) and declarative transaction support for external JMS servers or/and interdomain communication (especially for outbound calls). It is been tested on Weblogic 7 and MQSeries 5.3 with XA. Perhaps it will be also more natural solution for Weblogic 8 as an alternative to its proprietory foreighn JMS provider feature (which is not awailable in Weblogic 7). Also it seems that non-CCI version (which is exposing JMS API) work quite well with new Spring JMS framework. If anybody is interested please let me know. I'd like to release code under Apache-like license but rightn now not sure where to host it. regards, Eugene |