コード例 #1
0
ファイル: impl_qpid.py プロジェクト: DarkSinclair/nova
def notify(conf, context, topic, msg):
    """Sends a notification event on a topic."""
    return rpc_amqp.notify(conf, context, topic, msg,
                           rpc_amqp.get_connection_pool(conf, Connection))
コード例 #2
0
ファイル: impl_kombu.py プロジェクト: paulmathews/nova
def notify(conf, context, topic, msg):
    """Sends a notification event on a topic."""
    return rpc_amqp.notify(conf, context, topic, msg,
                           rpc_amqp.get_connection_pool(conf, Connection))