I have multiple services running in tomcat (services created by spring).Each service will communicate with another service by calling its method synchronously. Now I want to change it as asynchronous calls by introducing qpid(AMQP technology) to pass messages between services.so that I can scale by adding extra queue/topics.Each service should talk to each other thru message queue/topic.
-----Original Message----- From: Carl Trieloff [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 9:04 PM To: [email protected] Subject: Re: qpid in spring Padmapriya Please feel free to expand on it and contribute what yo do back to the project Carl. Marnie McCormack wrote: > Hi, > > I think the only thing we have is the config in attached to our FAQ. > > http://cwiki.apache.org/qpid/qpid-java-faq.html > > hth, > Marnie > > > On 8/14/08, Padmapriya Mahalingam <[EMAIL PROTECTED]> wrote: > >> Hi >> >> I am trying to integrate qpid in spring?.Does anyone had code sample for >> this? >> >> >> > >
