• William King's avatar
    Adding mod_amqp as an event_handler module · 1a96f23f
    William King 提交于
    AMQP(Advanced Message Queueing Protocol) is an event bus protocol
    with more info here http://www.amqp.org/about/what
    
    mod_amqp implements the client side of the amqp protocol. Currently
    the module supports two separate, but not mutually exclusive usages:
    
    1. Sending a filtered whitelist of events to an AMQP server. The
    before the events are sent an amqp routing header is generated so that
    downstream subscriptions can subscribe using filters. If the
    connection to the remote server is interrupted, the module will
    attempt to reconnect.
    
    2. Subscribing to a 'control' channel on the remote AMQP server. When
    events are received on this channel if they match a configured filter,
    the commands are run locally as api commands. If the filter for the
    events being sent to the remote AMQP server include SWITCH_EVENT_API
    then the results of the api commands will be sent back to the AMQP
    server.
    
    FS-7060 #resolve
    Thanks-to: Daniel Bryars <danb@aeriandi.com> and Tim Brown <tim.brown@aeriandi.com>
    1a96f23f
名称
最后提交
最后更新
..
mod_amqp 正在载入提交数据...
mod_cdr_csv 正在载入提交数据...
mod_cdr_mongodb 正在载入提交数据...
mod_cdr_pg_csv 正在载入提交数据...
mod_cdr_sqlite 正在载入提交数据...
mod_erlang_event 正在载入提交数据...
mod_event_multicast 正在载入提交数据...
mod_event_socket 正在载入提交数据...
mod_event_test 正在载入提交数据...
mod_event_zmq 正在载入提交数据...
mod_format_cdr 正在载入提交数据...
mod_json_cdr 正在载入提交数据...
mod_odbc_cdr 正在载入提交数据...
mod_radius_cdr 正在载入提交数据...
mod_rayo 正在载入提交数据...
mod_snmp 正在载入提交数据...