Hi!I would to create following schema of routing messages: from http-consumer (WSDL-based) to jms-provider. I see following implementation can be used: cxf-bc, cxf-se, and in code of MessageExchangeListener to use ServicemixClientFacade for access to jms-provider.
Is it possible to use http-consumer, jms-provider? What way of implementation is preffered in my case? The aim is to wrap http-request to jms-queue. Thanks, Truly yours, Ivan Pryvalov.
