Sure,
It is quite common to use SOAP over JMS, then is just a matter of configuring the cxf client to use our JMS provider at which point you get SOAP over AMQP. I also know of projects use google protocol buffer or SOAP with the other Qpid bindings. However I do want to also point out that using the new mapped message support in most cases is simpler, requires less integration and gives you all the benefits of using something like SOAP as the payload format without all the pain. i.e. take a serious look at the AMQP mapped message support also in Qpid. It uses the AMQP type system and works across languages, clients etc. Carl. On 11/09/2011 09:56 AM, Kimberly Palko wrote: > Really? Can you give me an example because I get asked about SOAP and REST > from the SA's pretty frequently. > Kim > > > ----- Original Message ----- > From: "Carl Trieloff" <[email protected]> > To: [email protected] > Sent: Wednesday, November 9, 2011 9:36:18 AM > Subject: Re: soap over QPid? > > > > SOAP over Qpid has been done using the cxf project quite frequently. > > Carl. > > > On 11/08/2011 03:19 PM, Daryoush Mehrtash wrote: >> I am looking into possibility of proxy-ing SOAP and/or REST interface over >> messaging (QPID). Any suggestions? Good starting point? >> >> Thanks >> >> Daryoush >> > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
