try if downgrading to 1.2.2 solves my problem
[mirror/dsa-puppet.git] / modules / rabbitmq / templates / rabbitmq.conf.erb
index 6e69979..4d95f9e 100644 (file)
@@ -1,5 +1,12 @@
 [
 {rabbit, [
 <% if @cluster -%>
-       {cluster_nodes, ['<%= @clustermembers.to_a.flatten.join("', '") %>']}
+       {cluster_nodes, ['<%= @clustermembers.to_a.flatten.join("', '") %>']},
+        {tcp_listen_options, [binary,
+                              {packet, raw},
+                              {reuseaddr, true},
+                              {backlog, 128},
+                              {nodelay, true},
+                              {exit_on_close, false},
+                              {keepalive, true}]}
 <% end -%>