0
我正在使用ActiveMQ與跺腳和activemessaging。 我試圖按照配置步驟 http://code.google.com/p/activemessaging/wiki/Configuration如何使用多個代理? (Stomp,ActiveMQ和activemessaging)
在我broker.yml,我有以下的配置
development: adapter: stomp login: "" passcode: "" host: localhost port: 61613 reliable: true reconnectDelay: 5 foo: adapter: stomp login: "" passcode: "" host: xx.xx.xx.xx port: 61614 reliable: true reconnectDelay: 5 test: ..... production: ......
在我messaging.rb,我有...
ActiveMessaging::Gateway.define do |s|
s.queue :hi_world, '/queue/HiWorld', {}, 'foo'
end
但這似乎不起作用,消息未在HiWorld隊列中排隊。 任何幫助將不勝感激。
在此先感謝。
馬特特
這就像一個魅力!謝謝安德魯! – msacro 2010-08-19 01:44:04