You need to have the following flows: cxf-consumer -> jms-provider -> jms-consumer -> cxf-provider
The jms endpoints can be configured as explained at http://servicemix.apache.org/servicemix-jms-new-endpoints.html You can put both JMS endpoints in a single SU and share the same connection factory. As for the wiring, the cxf-consumer needs to point to the jms-provider endpoint, the jms-consumer points to cxf-provider, and both jms endpoints need to use the same JMS queue. On Thu, Jul 24, 2008 at 10:36 AM, Håkon Sagehaug <[EMAIL PROTECTED]> wrote: > Hi > > I want to have a flow like this, I've got the web service end points but > wont to enhance with the jms reliability. > > cxf-consumer -> jms-queue -> cxf-provider > > So I'm wondering how to configure it all. I assume the cxf-consumer must > point to a jms-queue, but is this a jms provider or a consumer and does the > cxf-provider need to point to a jms component?? > > I'm abit confused > > cheers, Håkon > > > -- > Håkon Sagehaug, Software Developer > Parallab, Bergen Center for Computational Science (BCCS) > UNIFOB AS (University of Bergen Research Company) > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
