Jifty::Plugin::RPC - Use AMQP for RPC
Jifty->rpc->call( name => "remote-method" );
Jifty::Plugin::PubSub interfaces with an AnyEvent::RabbitMQ connection to
provide a message bus. This provides
"Jifty-"rpc> which implements an
AnyEvent::RabbitMQ::RPC using that connection; see that module for complete
documentation.
Use of this plugin requires (or implicitly loads, if missing) the
Jifty::Plugin::PubSub plugin.
This plugin has one configuration option,
"serialize", which defaults to
"Storable". See AnyEvent::RabbitMQ::RPC for
documentation on the possible alternatives.