Hi Joshua >>>>> "Joshua" == Joshua Kramer <[email protected]> writes: Joshua> I am using the Apache QPid for all of my messages. Currently I am Joshua> using Google Protocol Buffers to do calls between Python clients Joshua> and servers via Apache QPid. My server daemon receives a message, Joshua> deserializes it via PB, dispatches to the correct method, and Joshua> re-serializes the return object to send back to the QPid server. Joshua> The exception handling and dispatch provided by Thrift is Joshua> appealing...
See as you are using Python, you should definitely take a close look at txAMQP. It does what you want, you just need to use Twisted (support for which is now built into Thrift). See https://launchpad.net/txamqp Terry
