amqp_send.py # vim: fileencoding=utf8 from amqplib import client_0_8 as amqp kUserId = 'guest' kPassword = 'guest' kHost = 'dev.rabbitmq.com' def main(): message_body = u'あいうえお' connection = amqp.Connection(kHost, userid=kUserId, password=kPassword, ssl=False) channel = connection.channel() channel.access_request('/data', active=True, write=True) channel.exchange_declare('myfan', 'fanout', auto_de
Q4M (Queue for MySQL) is a message queue licensed under GPL that works as a pluggable storage engine of MySQL, designed to be robust, fast, flexible. It is already in production quality, and is used by several web services (see Users of Q4M). To start using Q4M, download either a binary or source distribution from the install page, and follow the installation instructions. A small tutorial is also
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く