是否可以在客户端使用 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 ping 没有得到响应。