The documentation talks about configuring JMS transport for a service via
either WSDL or through cxf.xml. Is there a way that I can set or override
these properties using code? More specifically, I'd like to set the
following things at runtime:

1.       jndiDestinationName

2.       jndiReplyDestinationName

3.       The "java.naming.provider.url" JMSNamingProperty

 

I'm guessing that this has to be done before I call create() on my JMS
instance of JaxWsServerFactoryBean. Any thoughts on how I can do this?

 

Thanks

-ayush

Reply via email to