The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Jifty::Plugin::RPC - Use AMQP for RPC

SYNOPSIS

    Jifty->rpc->call( name => "remote-method" );

DESCRIPTION

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.

METHODS

prereq_plugins

Use of this plugin requires (or implicitly loads, if missing) the Jifty::Plugin::PubSub plugin.

init

This plugin has one configuration option, serialize, which defaults to Storable. See AnyEvent::RabbitMQ::RPC for documentation on the possible alternatives.