コード例 #1
0
ファイル: impl_qpid.py プロジェクト: bopopescu/extra-specs-1
def fanout_cast_to_server(conf, context, server_params, topic, msg):
    """Sends a message on a fanout exchange to a specific server."""
    return rpc_amqp.fanout_cast_to_server(
        conf, context, server_params, topic, msg,
        rpc_amqp.get_connection_pool(conf, Connection))
コード例 #2
0
ファイル: impl_qpid.py プロジェクト: pulchart/nova
def fanout_cast_to_server(conf, context, server_params, topic, msg):
    """Sends a message on a fanout exchange to a specific server."""
    return rpc_amqp.fanout_cast_to_server(conf, context, server_params, topic,
            msg, rpc_amqp.get_connection_pool(conf, Connection))