fix rabbitmq.config generation

This commit is contained in:
Vladimir Kuklin 2012-10-29 15:30:31 +04:00
parent 07e6c027fa
commit 69c6540ed2

View File

@ -6,8 +6,8 @@
<% end -%>
<% if config_stomp -%>
% Configure the Stomp Plugin listening port
[ {rabbitmq_stomp, [{tcp_listeners, [<%= stomp_port %>]} ]} ].
,{rabbitmq_stomp, [{tcp_listeners, [<%= stomp_port %>]} ]}
<% else -%>
[].
<% end -%>
].
% EOF