Project
thrift_amqp_transport
Transports thrift messages over a the advanced message queue protocol. (AMQP) Because of the unconnected broadcasting nature of the message queue, this transport supports only one-way communication. The usage scenario is that you would use this to broadcast information about services (1 producer, n consumers) and then create point to point connections from client to service using normal (TCP) thrift. You gain the advantage of using only one interface definition language (IDL).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Development
>= 2.3.3