Is AMQP suitable as both an intra and inter-machine software bus?

Posted by Bwooce on Stack Overflow See other posts from Stack Overflow or by Bwooce
Published on 2008-10-30T23:16:33Z Indexed on 2010/06/12 8:03 UTC
Read the original article Hit count: 259

I'm trying to get my head around AMQP. It looks great for inter-machine (cluster, LAN, WAN) communication between applications but I'm not sure if it is suitable (in architectural, and current implementation terms) for use as a software bus within one machine.

Would it be worth pulling out a current high performance message passing framework to replace it with AMQP, or is this falling into the same trap as RPC by blurring the distinction between local and non-local communication?

I'm also wary of the performance impacts of using a WAN technology for intra-machine communications, although this may be more of an implementation concern than architecture.

War stories would be appreciated.

© Stack Overflow or respective owner

Related posts about architecture

Related posts about message-queue