Is it possible to use the STOMP connector on client side and ActiveMQ on server side? Here are my configurations:
#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
After switching server to ActiveMQ mco ping doesn't get a response.