是否可以在客户端使用STOMP连接器,在服务器端使用ActiveMQ?以下是我的配置:
#client.cfg
connector = stomp
plugin.stomp.host = localhost
plugin.stomp.port = 6163
plugin.stomp.user = mcollective
plugin.stomp.password = password
#server.cfg
connector = activemq
plugin.activemq.pool.size = 1
plugin.activemq.pool.1.user = mcollective
plugin.activemq.pool.1.password = password
plugin.activemq.pool.1.host = localhost
plugin.activemq.pool.1.port = 6163 在将服务器切换到ActiveMQ之后,mco没有得到响应。
发布于 2013-08-07 15:15:42
https://serverfault.com/questions/529334
复制相似问题