You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "Johnson, Eric" <Er...@iona.com> on 2006/11/14 19:46:09 UTC

JMS Context Mechanism

Does the JMS transport have a context mechanism to allow for
programmatic configuration by the user? In Celtix there was a JMS
context that was used for this purpose.

Re: JMS Context Mechanism

Posted by Willem Jiang <ni...@iona.com>.
Hi Johnson

I just went through the code,  current JMS transprot's  (it is same with 
the other CXF componets) configuration can come from the 
ServiceModelJMSConfigurationProvider or the SpringBean's configuration 
,  The override sequences can be Configuration file overriding the WSDL 
extentions.

I think the context mechanism  can be implemented by  adding  a 
ContextConfigurationProvider or something like that.

I will add a JIRA task for it :)

Willem.

Johnson, Eric wrote:

>Does the JMS transport have a context mechanism to allow for
>programmatic configuration by the user? In Celtix there was a JMS
>context that was used for this purpose.
>
>  
>