<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/rabbitmq-discuss</id>
  <title type="text">rabbitmq-discuss Google Group</title>
  <subtitle type="text">
  rabbitmq-discuss
  </subtitle>
  <link href="/group/rabbitmq-discuss/feed/atom_v1_0_msgs.xml" rel="self" title="rabbitmq-discuss feed"/>
  <updated>2013-05-25T08:55:07Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>shivang vyas</name>
  <email>shivangvyas2...@gmail.com</email>
  </author>
  <updated>2013-05-25T08:55:07Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/6ca23e13f71767d4/19fd90d8d9f4295e?show_docid=19fd90d8d9f4295e</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/6ca23e13f71767d4/19fd90d8d9f4295e?show_docid=19fd90d8d9f4295e"/>
  <title type="text">rabbmitmq - app hangs while calling login user method...</title>
  <summary type="html" xml:space="preserve">
  using this library for ios rabbitmq client &lt;br&gt; integration: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/bimawa/librabbitmq-objC&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;here is an iOS - obj C code: &lt;br&gt; &lt;p&gt;-(void)establish{ &lt;br&gt; &lt;p&gt; AMQPConnection *connection = [[AMQPConnection alloc] init]; &lt;br&gt; &lt;p&gt; NSError *error, *error1,*error2,*error3; &lt;br&gt; &lt;p&gt; [connection connectToHost:&amp;lt;hostname&amp;gt; onPort:&amp;lt;portno&amp;gt; error:&amp;amp;error] ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark Snelling</name>
  <email>m...@bakedbeans.com</email>
  </author>
  <updated>2013-05-24T16:02:12Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5c3751b5e47d8ed0/489e191c0f8a2879?show_docid=489e191c0f8a2879</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5c3751b5e47d8ed0/489e191c0f8a2879?show_docid=489e191c0f8a2879"/>
  <title type="text">[dotnet-client] Help mocking IModel.BasicPublish</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I&#39;m writing unit tests for the various components in my application, some &lt;br&gt; of which interface with a RabbitMQ broker. &lt;br&gt; &lt;p&gt;I&#39;ve managed to successfully implement reading from a mocked call to &lt;br&gt; IModel.BasicConsume() and acknowledging with IModel.BasicAck() but am stuck &lt;br&gt; on IModel.BasicPublish(), in particular mocking the ack/nack mechanism with
  </summary>
  </entry>
  <entry>
  <author>
  <name>Santiago Ezcurra</name>
  <email>sezcu...@gmail.com</email>
  </author>
  <updated>2013-05-23T23:37:17Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5a41b961a10592ba/8df04201ed02dc91?show_docid=8df04201ed02dc91</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5a41b961a10592ba/8df04201ed02dc91?show_docid=8df04201ed02dc91"/>
  <title type="text">Re: [rabbitmq-discuss] Naming RabbitMQ nodes with complete domain names</title>
  <summary type="html" xml:space="preserve">
  Hi there.....I know this is old thread, but I&#39;m having the same &lt;br&gt; problem.....the thing is that I&#39;m trying to build a cluster on amazon ec2. &lt;br&gt; there, there is no domain and the machines only have a hostname of the form &lt;br&gt; ip-0-0-0-0. everything works fine for one node (and erlang starts with &lt;br&gt; -name rabbit@ip-x-x-x-x), but when i try to join cluster to another node,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kristian Lind</name>
  <email>kli...@gmail.com</email>
  </author>
  <updated>2013-05-22T01:19:36Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/dc60f83f0585c9c3/b5d58add960e69a1?show_docid=b5d58add960e69a1</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/dc60f83f0585c9c3/b5d58add960e69a1?show_docid=b5d58add960e69a1"/>
  <title type="text">Re: channel.basicCancel hangs</title>
  <summary type="html" xml:space="preserve">
  I found the problem... I had a message that was not ack.. so now before &lt;br&gt; closing the channel I ack the msg.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kristian Lind</name>
  <email>kli...@gmail.com</email>
  </author>
  <updated>2013-05-21T23:52:45Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/dc60f83f0585c9c3/28e24e50723a3a6d?show_docid=28e24e50723a3a6d</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/dc60f83f0585c9c3/28e24e50723a3a6d?show_docid=28e24e50723a3a6d"/>
  <title type="text">Re: channel.basicCancel hangs</title>
  <summary type="html" xml:space="preserve">
  Updated to amqp-client 3.1.0 but still same problem. &lt;br&gt; &lt;p&gt;Tried to close channel instead od basicCancel.. same problem.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kristian Lind</name>
  <email>kli...@gmail.com</email>
  </author>
  <updated>2013-05-21T23:02:59Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/dc60f83f0585c9c3/293dd5fb14b4b23b?show_docid=293dd5fb14b4b23b</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/dc60f83f0585c9c3/293dd5fb14b4b23b?show_docid=293dd5fb14b4b23b"/>
  <title type="text">channel.basicCancel hangs</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;dependency&amp;gt; &lt;br&gt; &amp;lt;groupId&amp;gt;com.rabbitmq&amp;lt;/groupId &amp;gt; &lt;br&gt; &amp;lt;artifactId&amp;gt;amqp-client&amp;lt;/artif actId&amp;gt; &lt;br&gt; &amp;lt;version&amp;gt;3.0.4&amp;lt;/version&amp;gt; &lt;br&gt; &amp;lt;/dependency&amp;gt; &lt;br&gt; &lt;p&gt;RabbitMQ 3.0.2, Erlang R16A &lt;br&gt; &lt;p&gt;I have a webpage that has a start button and a stop button. &lt;br&gt; These to buttons should start and stop the consuming messages. &lt;br&gt; &lt;p&gt;When the user presses start button the consuming starts... when the user
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul Bowsher</name>
  <email>paul.bows...@gmail.com</email>
  </author>
  <updated>2013-05-21T19:12:41Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/889dc2c9765b42f8/9346f26438505e14?show_docid=9346f26438505e14</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/889dc2c9765b42f8/9346f26438505e14?show_docid=9346f26438505e14"/>
  <title type="text">Mirrored queue performance factors</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;We operate two dual-node brokers, each broker having quite different queues &lt;br&gt; and workloads. Each box has 24 cores (H/T) worth of Xeon E5645 @ 2.4GHz &lt;br&gt; with 48GB RAM, connected by Gigabit LAN with ~150μs latency, running RHEL &lt;br&gt; 5.6, RabbitMQ 3.1, Erlang R16B with HiPE off. We&#39;ve tried with HiPE on but
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim Watson</name>
  <email>watson.timo...@gmail.com</email>
  </author>
  <updated>2013-05-20T18:42:48Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/c2b35d48a21a6a33/131eb54f4e4584d4?show_docid=131eb54f4e4584d4</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/c2b35d48a21a6a33/131eb54f4e4584d4?show_docid=131eb54f4e4584d4"/>
  <title type="text">Re: [rabbitmq-discuss] Eager sync</title>
  <summary type="html" xml:space="preserve">
  With eager sync enabled, queues will block (i.e., become unresponsive) when a new mirror/slave joins, whilst the slave is synchronised. &lt;br&gt; &lt;p&gt;It will only happen if you *do* explicitly set ha-sync-mode to automatic, or manually call &#39;sync&#39; via rabbitmqctl. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Tim
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andrey Kolchanov</name>
  <email>kolcha...@gmail.com</email>
  </author>
  <updated>2013-05-20T13:56:30Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/c2b35d48a21a6a33/b49e78782a06253f?show_docid=b49e78782a06253f</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/c2b35d48a21a6a33/b49e78782a06253f?show_docid=b49e78782a06253f"/>
  <title type="text">Eager sync</title>
  <summary type="html" xml:space="preserve">
  There is a new feature in rabbitmq 3.1.0 - eager synchronization. &lt;br&gt; What is this eager synchronization in detail? &lt;br&gt; Should I explicitly set eager sync policy?
  </summary>
  </entry>
  <entry>
  <author>
  <name>nikolasavic77</name>
  <email>nik...@osic.rs</email>
  </author>
  <updated>2013-05-18T07:34:27Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/f9d49d10d8f7a6e5/0d620c736e3cc25c?show_docid=0d620c736e3cc25c</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/f9d49d10d8f7a6e5/0d620c736e3cc25c?show_docid=0d620c736e3cc25c"/>
  <title type="text">More throughput using cluster</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;In case we have 2 or more rabbitmq nodes connected in cluster and each with &lt;br&gt; VIP assigned, would we get more throughput if messages are sent on all &lt;br&gt; nodes (using round-robin method) and received by workers connected on each &lt;br&gt; node. &lt;br&gt; &lt;p&gt;If cluster is not goot way to get more throughput using additional rabbitmq
  </summary>
  </entry>
  <entry>
  <author>
  <name>Parlin</name>
  <email>bupt.aswmtj...@gmail.com</email>
  </author>
  <updated>2013-05-18T05:26:18Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/b8cc0d7576ba42d6/cd46a92ec7a43d3a?show_docid=cd46a92ec7a43d3a</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/b8cc0d7576ba42d6/cd46a92ec7a43d3a?show_docid=cd46a92ec7a43d3a"/>
  <title type="text">Failed to start rabbitmq-server</title>
  <summary type="html" xml:space="preserve">
  *Hi, all,* &lt;br&gt; &lt;p&gt;*I&#39;ve been trying to install rabbitmq (ver 3.1.0) on my own vps ( linux &lt;br&gt; distribution: debian, x86) for a long time, but I just failed again and &lt;br&gt; again.* &lt;br&gt; * &lt;br&gt; * &lt;br&gt; *First, I&#39;d like to show the error message I got:* &lt;br&gt; &lt;p&gt;root@XXX:~/code# /etc/init.d/rabbitmq-server start &lt;br&gt; [warn] Starting message broker: rabbitmq-server[....] FAILED - check
  </summary>
  </entry>
  <entry>
  <author>
  <name>Karl Rieb</name>
  <email>karl.r...@gmail.com</email>
  </author>
  <updated>2013-05-18T03:20:01Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cdc24bd061fb56a6/091f0385c36b65f8?show_docid=091f0385c36b65f8</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cdc24bd061fb56a6/091f0385c36b65f8?show_docid=091f0385c36b65f8"/>
  <title type="text">Strange subtract_acks crash in RabbitMQ 3.1.0-1 (case_clause empty) on EC2</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am running a RabbitMQ cluster of 4 nodes in AWS EC2 on *c1.xlarge *instances &lt;br&gt; using Ubuntu 12.04 LTS (kernel 3.2.0-38). Periodically two of my nodes &lt;br&gt; holding the largest queues will crash and require me to restart the &lt;br&gt; rabbitmq-server service. Looking at the logs, I&#39;m at a loss as to why the
  </summary>
  </entry>
  <entry>
  <author>
  <name>nikolasavic77</name>
  <email>nik...@osic.rs</email>
  </author>
  <updated>2013-05-17T20:44:09Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/d7efb4755c534223/78a2399905090abc?show_docid=78a2399905090abc</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/d7efb4755c534223/78a2399905090abc?show_docid=78a2399905090abc"/>
  <title type="text">Expected msg/s per CPU core</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;What is expected value of consumed msg/s per CPU code running at 2.4GHz? &lt;br&gt; &lt;p&gt;We&#39;re using 4 core VM running only RabbitMQ. When under load of about &lt;br&gt; 500msg/s, IDLE is only about 50%. This sounds like far away from high &lt;br&gt; performance, since we&#39;re expecting much much more msg/s :( &lt;br&gt; &lt;p&gt;There is enough RAM, about 30-35 connections are reported, 32 channels, 61
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sam Winchenbach</name>
  <email>swinc...@gmail.com</email>
  </author>
  <updated>2013-05-17T19:32:26Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/50da735cc4e7932b/16713d560a5fb9ae?show_docid=16713d560a5fb9ae</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/50da735cc4e7932b/16713d560a5fb9ae?show_docid=16713d560a5fb9ae"/>
  <title type="text">Recovering an 3-node cluster after power failure</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;I have a three node cluster running on VMs for testing purposes: &lt;br&gt; node1 (disk) &lt;br&gt; node2(disk) &lt;br&gt; node3(ram) &lt;br&gt; &lt;p&gt;Today we had a power outage and all the nodes went down at once. I am &lt;br&gt; having a serious issue recovering from this because node1 thinks it belongs &lt;br&gt; to a cluster but node3 disagrees. I can not seem to do anything at all
  </summary>
  </entry>
  <entry>
  <author>
  <name>Josh Stone</name>
  <email>pacesysj...@gmail.com</email>
  </author>
  <updated>2013-05-16T19:26:40Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ca089521591b4688/87e5c2dfaa869dee?show_docid=87e5c2dfaa869dee</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ca089521591b4688/87e5c2dfaa869dee?show_docid=87e5c2dfaa869dee"/>
  <title type="text">Channel versus Connection shutdown</title>
  <summary type="html" xml:space="preserve">
  Are channels ever shutdown independent of connections? If so, what would &lt;br&gt; cause a channel to be involuntarily shutdown while the connection remains? &lt;br&gt; Is there any way to test for this scenario by forcefully closing a channel &lt;br&gt; (I don&#39;t see anything on the server console)? &lt;br&gt; Thanks, &lt;br&gt; Josh
  </summary>
  </entry>
  <entry>
  <author>
  <email>aviusexperie...@gmail.com</email>
  </author>
  <updated>2013-05-15T14:38:52Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/047b4e2000527b97/19bef890c6e37edb?show_docid=19bef890c6e37edb</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/047b4e2000527b97/19bef890c6e37edb?show_docid=19bef890c6e37edb"/>
  <title type="text">HTTP API Callback</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Just wondering if there is a way RabbitMQ can send messages to a rest based &lt;br&gt; API, for example I have an application that publishes a message to RabbitMQ &lt;br&gt; when a certain action is performed, would RabbitMQ then be able to &lt;br&gt; automatically send that message to another endpoint e.g. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost/api/receive?&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sandeep Aggarwal</name>
  <email>aggarwalsand...@optonline.net</email>
  </author>
  <updated>2013-05-15T12:22:48Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/4b5f0cd1b1b19595/b72f8d50a0c5db96?show_docid=b72f8d50a0c5db96</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/4b5f0cd1b1b19595/b72f8d50a0c5db96?show_docid=b72f8d50a0c5db96"/>
  <title type="text">Trace on specific queues</title>
  <summary type="html" xml:space="preserve">
  Hello - &lt;br&gt; I&#39;m trying to trace messages flowing through a set of queues in a given vhost. These queues start with a naming convention of app.module.xxx. I&#39;ve tried different patterns suggested on the trace screen (web admin) but nothing except for &amp;quot;#&amp;quot; works. Could someone provide a pattern for setting up trace on queues matching the naming conv above?
  </summary>
  </entry>
  <entry>
  <author>
  <name>SimonT</name>
  <email>simonthorog...@hotmail.com</email>
  </author>
  <updated>2013-05-15T09:48:43Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ac59fff402e6d40c/013e7ec3ba06cace?show_docid=013e7ec3ba06cace</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ac59fff402e6d40c/013e7ec3ba06cace?show_docid=013e7ec3ba06cace"/>
  <title type="text">Re: Flow control issue when shovelling messages between data centres</title>
  <summary type="html" xml:space="preserve">
  It appears that part of the problem is that the shovel mechanism is slow to &lt;br&gt; consume due to a load balancer issue which I won&#39;t go into here. &lt;br&gt; &lt;p&gt;I&#39;d be interested though to understand better the relationship is between &lt;br&gt; down-stream queue size / consumption rate and flow control. For example, if
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sungwon Jung</name>
  <email>the...@gmail.com</email>
  </author>
  <updated>2013-05-15T02:32:24Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/22d01c1f3dd03d38/89536ab9e98125fb?show_docid=89536ab9e98125fb</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/22d01c1f3dd03d38/89536ab9e98125fb?show_docid=89536ab9e98125fb"/>
  <title type="text">question about rabbitmq http api basic auth</title>
  <summary type="html" xml:space="preserve">
  Hello. I have a question about rabbitmq http api basic auth. &lt;br&gt; &lt;p&gt;I use rabbitmq v3.1.0 and my code is below. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; package com.foo.bar.controller; &lt;br&gt; &lt;p&gt;import java.io.BufferedReader; &lt;br&gt; import java.io.IOException; &lt;br&gt; import java.io.InputStreamReader; &lt;br&gt; import java.net.URLEncoder; &lt;br&gt; &lt;p&gt;import javax.servlet.http.HttpServlet Request;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Haines</name>
  <email>cjbhai...@gmail.com</email>
  </author>
  <updated>2013-05-14T16:56:42Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/0b2136d71e86be6c/169e15cedf76475e?show_docid=169e15cedf76475e</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/0b2136d71e86be6c/169e15cedf76475e?show_docid=169e15cedf76475e"/>
  <title type="text">.NET Client Connection.CreateModel Possible Deadlock / Not Thread Safe?</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;Server version: 3.0.4 &lt;br&gt; .NET client version: 3.0.4 &lt;br&gt; &lt;p&gt;I have had a problem on my Production servers this week where it looks like &lt;br&gt; the call to CreateModel on IConnection is not thread safe, despite the &lt;br&gt; documentation indicating that the entire IConnection should be thread safe. &lt;br&gt; My application runs a single shared connection with somewhere in the region
  </summary>
  </entry>
  <entry>
  <author>
  <name>SimonT</name>
  <email>simonthorog...@hotmail.com</email>
  </author>
  <updated>2013-05-14T16:50:06Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ac59fff402e6d40c/71bde56f929a1690?show_docid=71bde56f929a1690</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ac59fff402e6d40c/71bde56f929a1690?show_docid=71bde56f929a1690"/>
  <title type="text">Flow control issue when shovelling messages between data centres</title>
  <summary type="html" xml:space="preserve">
  We have a rabbit cluster in our existing data centre (call it DC1). This &lt;br&gt; cluster has messages (fairly large in size - around 100K) being published &lt;br&gt; to it at a rate of between 500 to 1000/s. &lt;br&gt; &lt;p&gt;Recently, we introduced a new data centre with its own rabbit cluster &lt;br&gt; (DC2). Our intention is to shovel messages that originate in DC1 to DC2 and
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefan Sedich</name>
  <email>stefan.sed...@gmail.com</email>
  </author>
  <updated>2013-05-14T04:52:08Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/f4b6fb008b63a731/f8cda77a032dfab8?show_docid=f8cda77a032dfab8</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/f4b6fb008b63a731/f8cda77a032dfab8?show_docid=f8cda77a032dfab8"/>
  <title type="text">Production cluster fun, make that not so fun (production cluster setup guidance)!</title>
  <summary type="html" xml:space="preserve">
  What is the ideal setup for our production cluster, currently we have two &lt;br&gt; ABs with two nodes in each, after setting pause_minority today and having a &lt;br&gt; partition where all nodes were paused, we changed to autoheal and restarted &lt;br&gt; all nodes. In the midst of this something happened, and even rolling back
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jure Novič</name>
  <email>jureno...@gmail.com</email>
  </author>
  <updated>2013-05-11T12:08:20Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/a2a0352d10a8c3f7/631d52716d32af77?show_docid=631d52716d32af77</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/a2a0352d10a8c3f7/631d52716d32af77?show_docid=631d52716d32af77"/>
  <title type="text">persistent connections on rabbitmq-server when android client losses internet connection</title>
  <summary type="html" xml:space="preserve">
  Hello &lt;br&gt; &lt;p&gt;I have a question about about connections to server from java client. I&#39;m &lt;br&gt; developing a Android application using rabbitmq-java-client library. I &lt;br&gt; followed the tutorials on the rabbitmq website, so I created a &lt;br&gt; ConnectionFactory with my own ip address (without any timeout or &lt;br&gt; heartbeat), then called newConnection(). Everything works fine, sending and
  </summary>
  </entry>
  <entry>
  <author>
  <name>MoonStorm</name>
  <email>moonst...@gmail.com</email>
  </author>
  <updated>2013-05-10T15:09:23Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/45d23c0c30784908?show_docid=45d23c0c30784908</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/45d23c0c30784908?show_docid=45d23c0c30784908"/>
  <title type="text">Re: Queues no longer expire in RabbitMq 3.1.0</title>
  <summary type="html" xml:space="preserve">
  As advised, I&#39;ve just tested this in the nightly build 3.1.0.40510 on my &lt;br&gt; OpenSuse box and the bug seems to be fixed. Thanks a lot guys.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Maria Garcia</name>
  <email>maria.garcia.aguirrego...@gmail.com</email>
  </author>
  <updated>2013-05-10T12:32:12Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/b2244503658a4ef4/2d9e12b45df13bde?show_docid=2d9e12b45df13bde</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/b2244503658a4ef4/2d9e12b45df13bde?show_docid=2d9e12b45df13bde"/>
  <title type="text">Problem with rabbimq-server 3.1.0 and rabbitmq_web_stomp_examples</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I installed my rabbitmq-server without problems. I can enable or disable &lt;br&gt; some pluglins, but when I enable rabbitmq_web_stomp_examples, I can restart &lt;br&gt; my rabbitmq. When I try to restart, says fail. &lt;br&gt; &lt;p&gt;The logs files: &lt;br&gt; &lt;p&gt;*startup_log* &lt;br&gt; &lt;p&gt;BOOT FAILED &lt;br&gt; =========== &lt;br&gt; &lt;p&gt;Error description: &lt;br&gt; {error,{&amp;quot;no such file or directory&amp;quot;,&amp;quot;rabbitmq_mochiweb. app&amp;quot;}}
  </summary>
  </entry>
  <entry>
  <author>
  <name>MoonStorm</name>
  <email>moonst...@gmail.com</email>
  </author>
  <updated>2013-05-10T09:49:25Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/f78f23060cd1f6af?show_docid=f78f23060cd1f6af</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/f78f23060cd1f6af?show_docid=f78f23060cd1f6af"/>
  <title type="text">Re: Queues no longer expire in RabbitMq 3.1.0</title>
  <summary type="html" xml:space="preserve">
  Nah, there is more there than meets the eye. I&#39;ve got durable expirable &lt;br&gt; queues, holding several messages, that don&#39;t want to go away. There is &lt;br&gt; definitely something screwy there.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ahmet Akyol</name>
  <email>liqu...@gmail.com</email>
  </author>
  <updated>2013-05-10T08:48:54Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/8a3023b8009b66b4/7ec47784affffc53?show_docid=7ec47784affffc53</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/8a3023b8009b66b4/7ec47784affffc53?show_docid=7ec47784affffc53"/>
  <title type="text">[java-client] Is there a full working example of &quot;DefaultConsumer&quot; without *deprecated * QueueingConsumer ?</title>
  <summary type="html" xml:space="preserve">
  Hi everyone, &lt;br&gt; &lt;p&gt;I&#39;m a RabbitMQ newbie. I try some code with the java client. Offical site &lt;br&gt; tutorial codes are just fine with QueueingConsumer. But then I saw this at &lt;br&gt; javadoc: &lt;br&gt; &lt;p&gt;QueueingConsumer is now deprecated in favour of implementing Consumer &lt;br&gt; &lt;p&gt;Then I saw an example usage at api guide&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.rabbitmq.com/api-guide.html&quot;&gt;[link]&lt;/a&gt;&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alvaro Videla</name>
  <email>videlalv...@gmail.com</email>
  </author>
  <updated>2013-05-10T08:29:15Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/40ee1f463944f1a3/14a86df8c86259e9?show_docid=14a86df8c86259e9</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/40ee1f463944f1a3/14a86df8c86259e9?show_docid=14a86df8c86259e9"/>
  <title type="text">Re: [rabbitmq-discuss] Cannot start rabbitmq</title>
  <summary type="html" xml:space="preserve">
  What specific package are you using?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave Chen</name>
  <email>dave.che...@gmail.com</email>
  </author>
  <updated>2013-05-10T01:17:11Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/40ee1f463944f1a3/5a0e4ff7073fa4b1?show_docid=5a0e4ff7073fa4b1</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/40ee1f463944f1a3/5a0e4ff7073fa4b1?show_docid=5a0e4ff7073fa4b1"/>
  <title type="text">Cannot start rabbitmq</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I installed Rabbit OSX version of 3.1.0 and I am getting the following &lt;br&gt; error when starting up the server: &lt;br&gt; &lt;p&gt;$ ./rabbitmq-server &lt;br&gt; usage: dirname path &lt;br&gt; ./../erts-5.10.1/bin/erl: line 29: /../../erts-5.10.1/bin/erlexec : No such &lt;br&gt; file or directory &lt;br&gt; ./../erts-5.10.1/bin/erl: line 29: exec: /../../erts-5.10.1/bin/erlexec :
  </summary>
  </entry>
  <entry>
  <author>
  <name>Johnny Costello</name>
  <email>blazt...@gmail.com</email>
  </author>
  <updated>2013-05-09T22:55:17Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ea7dc8e9f56f2817/81e8b490688c0905?show_docid=81e8b490688c0905</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/ea7dc8e9f56f2817/81e8b490688c0905?show_docid=81e8b490688c0905"/>
  <title type="text">Using a VIP address for Clients Connecting to 3.1.0</title>
  <summary type="html" xml:space="preserve">
  Hi I am setting up a Rabbit MQ installation for HA. I am using clustering &lt;br&gt; and active/active mirroring for HA. &lt;br&gt; &lt;p&gt;My Current Setup is two nodes that are set to mirror each other. I want to &lt;br&gt; use a VIP address for my clients to connect to. &lt;br&gt; &lt;p&gt;I am not clear on how to configure the VIP. To me it appears that prior to
  </summary>
  </entry>
  <entry>
  <author>
  <email>bhene...@sittercity.com</email>
  </author>
  <updated>2013-05-09T19:54:35Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/4dfa0555d01a80f8/2db6edf15ca080d4?show_docid=2db6edf15ca080d4</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/4dfa0555d01a80f8/2db6edf15ca080d4?show_docid=2db6edf15ca080d4"/>
  <title type="text">Re: Cluster not running - getting Error: {cannot_discover_cluster,&quot;The nodes provided are either offline or not running&quot; error</title>
  <summary type="html" xml:space="preserve">
  if you can resolve the hostnames from node1&amp;lt;--&amp;gt;node2 &lt;br&gt; and you can telnet between the two nodes to port 4369 &lt;br&gt; then perhaps you forgot to set the erlang_cookie to the same value on both &lt;br&gt; nodes &lt;br&gt; &lt;p&gt;Hope this helps.
  </summary>
  </entry>
  <entry>
  <author>
  <name>MoonStorm</name>
  <email>moonst...@gmail.com</email>
  </author>
  <updated>2013-05-09T09:46:07Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/63e861a061c0de09?show_docid=63e861a061c0de09</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/63e861a061c0de09?show_docid=63e861a061c0de09"/>
  <title type="text">Re: Queues no longer expire in RabbitMq 3.1.0</title>
  <summary type="html" xml:space="preserve">
  Here is a bit more info on the subject. Ran some tests and apparently the &lt;br&gt; queues seem to expire if they&#39;ve been declared as durable after all the &lt;br&gt; consumers dropped. Apart from my initial report, the setting is also &lt;br&gt; ignored if they&#39;ve been declared as auto-delete, which sort of makes sense &lt;br&gt; (in this case they get deleted immediately).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Viral Shah</name>
  <email>vrals...@gmail.com</email>
  </author>
  <updated>2013-05-08T19:05:34Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/499de3af61822c2f/62282ed13330c2ab?show_docid=62282ed13330c2ab</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/499de3af61822c2f/62282ed13330c2ab?show_docid=62282ed13330c2ab"/>
  <title type="text">RabbitMQ Flow Control Behavior Questions</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt; I am using 3.0.4 Java client library/RabbitMQ server and have some &lt;br&gt; questions about RabbitMQ flow control behavior. &lt;br&gt; &lt;p&gt;1. What is the recommended way of handling/detecting flow control &lt;br&gt; invocations on the client side? Is it possible to detect that flow control &lt;br&gt; has been invoked on the RabbitMQ server by adding FlowListener or any other
  </summary>
  </entry>
  <entry>
  <author>
  <name>chads.finishing.strong@gmail.com</name>
  <email>chads.finishing.str...@gmail.com</email>
  </author>
  <updated>2013-05-08T13:50:38Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/92b9d229992f2f31/57276f6b4d5fa67b?show_docid=57276f6b4d5fa67b</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/92b9d229992f2f31/57276f6b4d5fa67b?show_docid=57276f6b4d5fa67b"/>
  <title type="text">RabbitMQ 3.1.0 LDAP plugin help</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to get the LDAP plugin to work. At this point, it does not log &lt;br&gt; when &amp;quot;log&amp;quot; is set to &amp;quot;true&amp;quot; or &amp;quot;network&amp;quot;, so I&#39;ve been using tcpdump. &lt;br&gt; &lt;p&gt;Anyways, I&#39;m trying to take what I use in PHP/Zend &lt;br&gt; (Zend_Auth_Adapter_Ldap):
  </summary>
  </entry>
  <entry>
  <author>
  <name>Justin Woolich</name>
  <email>justinwool...@gmail.com</email>
  </author>
  <updated>2013-05-08T05:33:04Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/7056b3118031974d/3db6f452cb6fae9a?show_docid=3db6f452cb6fae9a</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/7056b3118031974d/3db6f452cb6fae9a?show_docid=3db6f452cb6fae9a"/>
  <title type="text">using Rabbit MQ to send messages directly from Oracle 10g Database</title>
  <summary type="html" xml:space="preserve">
  I have a requirement to send messages to a rabbit mq queue directly from an &lt;br&gt; oracle 10g database. The database uses v1.4 of the Java VM and i am having &lt;br&gt; troubles loading the rabbit mq client into the Oracle JVM. I am using v2.2 &lt;br&gt; for java 1.4 of the Rabbit Client. &lt;br&gt; &lt;p&gt;The errors i am getting when using the loadjava command in oracle are
  </summary>
  </entry>
  <entry>
  <author>
  <name>Milos Gajdos</name>
  <email>milosgajdo...@gmail.com</email>
  </author>
  <updated>2013-05-08T02:01:10Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/fae151f188d81c35/257fa961702dbc31?show_docid=257fa961702dbc31</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/fae151f188d81c35/257fa961702dbc31?show_docid=257fa961702dbc31"/>
  <title type="text">ha-sync-mode policy is NOT recognized</title>
  <summary type="html" xml:space="preserve">
  Hi there. &lt;br&gt; I&#39;m trying to set up auto synching on my RabbitMQ cluster with mirrored &lt;br&gt; queues however when running particular command as per documetation &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.rabbitmq.com/ha.html&quot;&gt;[link]&lt;/a&gt;) I&#39;m getting the error that this policy is &lt;br&gt; NOT recognized: &lt;br&gt; &lt;p&gt;$ sudo rabbitmqctl set_policy -p my_vhost HA &#39;^(?!amq.).*&#39; &#39;{&amp;quot;ha-mode&amp;quot;: &amp;quot;all&amp;quot;, &amp;quot;ha-sync-mode&amp;quot;: &amp;quot;automatic&amp;quot;}&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nathan Shirlberg</name>
  <email>nathan...@gmail.com</email>
  </author>
  <updated>2013-05-07T18:05:02Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5f8692bb30d83007/f750c80df25b1a6c?show_docid=f750c80df25b1a6c</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5f8692bb30d83007/f750c80df25b1a6c?show_docid=f750c80df25b1a6c"/>
  <title type="text">Re: Hanging connections in management interface (v3.0.4)</title>
  <summary type="html" xml:space="preserve">
  We are running RabbitMQ *2.8.7* on Erlang *R14B04 and see similar &lt;br&gt; behavior. Usually around the same time as network glitches. We use an F5 &lt;br&gt; load balancer that we believe is keeping the connection open even though &lt;br&gt; the client was (sometimes forcefully) severed. We either Force the &lt;br&gt; connection closed through API, or just let it sit long enough that the
  </summary>
  </entry>
  <entry>
  <author>
  <name>chads.finishing.strong@gmail.com</name>
  <email>chads.finishing.str...@gmail.com</email>
  </author>
  <updated>2013-05-07T13:08:16Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/49be156820c11045/44fa50db1c8625e8?show_docid=44fa50db1c8625e8</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/49be156820c11045/44fa50db1c8625e8?show_docid=44fa50db1c8625e8"/>
  <title type="text">RabbitMQ 3.1.0 : LDAP Plugin</title>
  <summary type="html" xml:space="preserve">
  I&#39;m unable to get the ldap plugin to log any debug information. &lt;br&gt; &lt;p&gt;Current configuration: &lt;br&gt; &lt;p&gt;&amp;lt;snip&amp;gt; &lt;br&gt; {servers, [&amp;quot;ldap.example.com&amp;quot;]}, &lt;br&gt; {dn_lookup_attribute, &amp;quot;sAMAccountName&amp;quot;}, &lt;br&gt; {dn_lookup_base, &amp;quot;DC=example,DC=com&amp;quot;}, &lt;br&gt; {other_bind, {&amp;quot;example\\\ldapadmin&amp;quot;, &amp;quot;mypasswd&amp;quot;}}, &lt;br&gt; {use_ssl, false}, &lt;br&gt; {port, 389},
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaLong Chen</name>
  <email>chenyalong1...@gmail.com</email>
  </author>
  <updated>2013-05-07T11:39:29Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/e5384e71b8059650/6e4a8ed8234b8dd2?show_docid=6e4a8ed8234b8dd2</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/e5384e71b8059650/6e4a8ed8234b8dd2?show_docid=6e4a8ed8234b8dd2"/>
  <title type="text">topic for rabbitmq</title>
  <summary type="html" xml:space="preserve">
  Hi,all, &lt;br&gt; &lt;p&gt; Background: now client produces many messages of different &lt;br&gt; labels.Consumers may subscribe some labels of them(different consumer need &lt;br&gt; different labels&#39;s msgs). &lt;br&gt; Now method: I used direct exchange in *rabbitmq*, consumer declared queue &lt;br&gt; for itself, exchange distribute msgs to these queues.
  </summary>
  </entry>
  <entry>
  <author>
  <name>MoonStorm</name>
  <email>moonst...@gmail.com</email>
  </author>
  <updated>2013-05-07T11:24:08Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/4d16416760d4fcdb?show_docid=4d16416760d4fcdb</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/cd47c4dd3e113735/4d16416760d4fcdb?show_docid=4d16416760d4fcdb"/>
  <title type="text">Queues no longer expire in RabbitMq 3.1.0</title>
  <summary type="html" xml:space="preserve">
  Declaring a queue with &amp;quot;x-expires&amp;quot; set to a valid value has no effect after &lt;br&gt; the consumers disconnect. The admin interface reports the queue being idle &lt;br&gt; with no consumers present. &lt;br&gt; &lt;p&gt;They used to expire in earlier versions. Are there additional requirements &lt;br&gt; now to achieve the same behavior?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andrew Miller</name>
  <email>andrew.mil...@sentry.com</email>
  </author>
  <updated>2013-05-06T20:56:53Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/958e249bd8b25ce9/e7adc38fb553eae1?show_docid=e7adc38fb553eae1</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/958e249bd8b25ce9/e7adc38fb553eae1?show_docid=e7adc38fb553eae1"/>
  <title type="text">Re: Bug/Behavior Change in binds to header exchanges in rabbitmq 3.1.0</title>
  <summary type="html" xml:space="preserve">
  I also ran into this behavior when updating my brokers today. However, the &lt;br&gt; change was a little more mysterious, as I had persistent queues setup with &lt;br&gt; existing bindings from 3.0.2. Instead of seeing any information about &lt;br&gt; requiring x-match header on the queue bindings, I instead just received the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Seshachalam Malisetti</name>
  <email>abb...@gmail.com</email>
  </author>
  <updated>2013-05-06T11:24:38Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/90c6ca54dc352330/e3e028896b0eaf72?show_docid=e3e028896b0eaf72</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/90c6ca54dc352330/e3e028896b0eaf72?show_docid=e3e028896b0eaf72"/>
  <title type="text">how to find the number of subscribers to a durable queue in rabbitmq?</title>
  <summary type="html" xml:space="preserve">
  In my android app I need to find offline/online status of user. the user &lt;br&gt; connects to rabbitmq, creates a durable queue with his name and binds to a &lt;br&gt; durable exchange with queue name as routing key. when the user disconnects &lt;br&gt; from rabbitmq, if any other user asked my LAMP server the status of &lt;br&gt; previous user, how can i find it. How can i use rabbitmq http api to do
  </summary>
  </entry>
  <entry>
  <author>
  <email>macmillan.jos...@gmail.com</email>
  </author>
  <updated>2013-05-05T23:06:39Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/3561d0e42674e98b/1599f9e03726fb8f?show_docid=1599f9e03726fb8f</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/3561d0e42674e98b/1599f9e03726fb8f?show_docid=1599f9e03726fb8f"/>
  <title type="text">Re: RECONDITION_FAILED - unknown delivery tag</title>
  <summary type="html" xml:space="preserve">
  prefetchCount:1 fixes this issue, but i want to pop items in parallel if &lt;br&gt; possible.
  </summary>
  </entry>
  <entry>
  <author>
  <email>macmillan.jos...@gmail.com</email>
  </author>
  <updated>2013-05-05T22:54:02Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/3561d0e42674e98b/205cddd860e20f28?show_docid=205cddd860e20f28</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/3561d0e42674e98b/205cddd860e20f28?show_docid=205cddd860e20f28"/>
  <title type="text">Re: RECONDITION_FAILED - unknown delivery tag</title>
  <summary type="html" xml:space="preserve">
  btw, this is how my API is publishing to the queue: &lt;br&gt; &lt;p&gt;exchange = connection.exchange(&#39;main&#39;, { durable: true }); &lt;br&gt; exchange.publish(&#39;loc&#39; , { some data in json format }, {deliveryMode: 2});
  </summary>
  </entry>
  <entry>
  <author>
  <email>macmillan.jos...@gmail.com</email>
  </author>
  <updated>2013-05-05T22:48:47Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/3561d0e42674e98b/1f200f1139d181cb?show_docid=1f200f1139d181cb</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/3561d0e42674e98b/1f200f1139d181cb?show_docid=1f200f1139d181cb"/>
  <title type="text">RECONDITION_FAILED - unknown delivery tag</title>
  <summary type="html" xml:space="preserve">
  My Node.js worker crashes (RECONDITION_FAILED - unknown delivery tag) if &lt;br&gt; the following 2 conditions are met: &lt;br&gt; &lt;p&gt;1. I start it AFTER the queue have at least 2 messages. &lt;br&gt; 2. The q.shift() is in an async code. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastebin.com/uMQJn0Fe&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; // index.js &lt;br&gt; var amqp = require(&#39;amqp&#39;);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Matt Campbell</name>
  <email>m...@soupmatt.com</email>
  </author>
  <updated>2013-05-03T15:19:20Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/958e249bd8b25ce9/cf6f148e3d908f5e?show_docid=cf6f148e3d908f5e</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/958e249bd8b25ce9/cf6f148e3d908f5e?show_docid=cf6f148e3d908f5e"/>
  <title type="text">Bug/Behavior Change in binds to header exchanges in rabbitmq 3.1.0</title>
  <summary type="html" xml:space="preserve">
  In rabbit 3.0.4 and 2.8.7, I was able to bind a queue to a headers exchange &lt;br&gt; without specifying any bind arguments, which resulted in that queue &lt;br&gt; receiving all the messages. In rabbit 3.1.0, when I make that same bind I &lt;br&gt; get an error message telling me I must include the &amp;quot;x-match&amp;quot; header. While &lt;br&gt; this is an irritation for clients that use AMQP or the HTTP API to create
  </summary>
  </entry>
  <entry>
  <author>
  <name>subhankar biswas</name>
  <email>neo20iit...@gmail.com</email>
  </author>
  <updated>2013-05-03T08:19:40Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/4dfa0555d01a80f8/35de05ad877223eb?show_docid=35de05ad877223eb</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/4dfa0555d01a80f8/35de05ad877223eb?show_docid=35de05ad877223eb"/>
  <title type="text">Re: Cluster not running - getting Error: {cannot_discover_cluster,&quot;The nodes provided are either offline or not running&quot; error</title>
  <summary type="html" xml:space="preserve">
  @shankaralingegowda Singonahalli Chikkarevanna &lt;br&gt; how did you solved the problem???? &lt;br&gt; i m facing d same problem &lt;br&gt; &lt;p&gt;On Thursday, 28 February 2013 21:10:56 UTC+5:30, shankaralingegowda
  </summary>
  </entry>
  <entry>
  <author>
  <name>JayD</name>
  <email>jay.danzi...@fantex.com</email>
  </author>
  <updated>2013-05-03T00:29:40Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/10b69965ba6059e3/26ae371c8c66fd55?show_docid=26ae371c8c66fd55</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/10b69965ba6059e3/26ae371c8c66fd55?show_docid=26ae371c8c66fd55"/>
  <title type="text">Single Consumer for Queues</title>
  <summary type="html" xml:space="preserve">
  Is anyone aware of a way to force only one consumer of a queue. I am not &lt;br&gt; looking for an exclusive queue since that behavior deletes the queue when &lt;br&gt; the channel is closed. I need to allow only one consumer on the queue and &lt;br&gt; have it not be deleted after disconnect. &lt;br&gt; &lt;p&gt;Jay
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nikola</name>
  <email>n...@osic.rs</email>
  </author>
  <updated>2013-05-02T15:44:59Z</updated>
  <id>http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5069e581523faacb/fefacfde1f356b67?show_docid=fefacfde1f356b67</id>
  <link href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/5069e581523faacb/fefacfde1f356b67?show_docid=fefacfde1f356b67"/>
  <title type="text">MySQL UDF or Storage Engine for RabbitMQ</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;Does anyone know if there is some work being done on MySQL User Defined &lt;br&gt; Function (UDF) or AMQP/RabbitMQ specific Storage Engine for MySQL, which &lt;br&gt; would enable direct integration between MySQL and RabbitMQ. &lt;br&gt; &lt;p&gt;Primary need we have is to be able to send AMQP messages directly from &lt;br&gt; MySQL. This is required because some tables are updated by MySQL, without
  </summary>
  </entry>
</feed>
