On Tue, Feb 8, 2011 at 1:11 PM, Christian Schneider <[email protected]> wrote: > Ok so you did not really need a CXF Endpoint for your current project but > only wanted to have a camel JMS config > based on a CXF JMS config? I thought you wanted CXF and Camel to work both > on the same jms config.
I understood you were giving me two options: 1. use the camel transport for CXF to attach a CXF endpoint to a camel jms destination. 2. have it redundant and use properties for each param you want to configure. #1 would have been ideal, but #2 seemed the path of least resistance and it'll serve our purposes for the moment.
