Displaying 1 result from an estimated 1 matches for "rabbitmq_stomp".
2013 Jul 18
0
RabbitMQ module won't start stomp
...l not provide stomp services I have tried the official
puppetlabs/rabbitmq module and the git version from yesterday and from
today. Nothing works. My site.pp file looks like this:
node ''testserver.foo.com'' {
$rabbitmq_plugins = [ ''amqp_client'', ''rabbitmq_stomp'' ]
class { ''rabbitmq::server'':
config => ''[ {rabbit_stomp, [{tcp_listeners, [6163]} ]} ].'',
}
rabbitmq_plugin {''rabbitmq_stomp'':
ensure => present,
require => Class[''rabbitmq::service''],...