Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ruby でメッセージを公開するためにキャロット ジェムを使用しています。サンプル コードは次のとおりです。
コード :
require 'carrot' q = Carrot.queue('testqueue', :durable => true) q.publish("sample data")
ルーティング キーを使用して同じデータを公開する方法を教えてください。