<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/rabbitmq-server.git/src, branch bug19375</title>
<subtitle>hg.rabbitmq.com: Obsolete (use rabbitmq-server-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/'/>
<entry>
<title>Check queue length using correct version of backing queue state</title>
<updated>2013-03-01T14:34:35+00:00</updated>
<author>
<name>Emile Joubert</name>
<email>emile@rabbitmq.com</email>
</author>
<published>2013-03-01T14:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=9e125a71712752f84550490e357e867206e000a3'/>
<id>9e125a71712752f84550490e357e867206e000a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce queue limit with requeue</title>
<updated>2013-02-21T18:05:35+00:00</updated>
<author>
<name>Emile Joubert</name>
<email>emile@rabbitmq.com</email>
</author>
<published>2013-02-21T18:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=9a1acf8cb9c863c5f5e46309abec07009224252d'/>
<id>9a1acf8cb9c863c5f5e46309abec07009224252d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged default into bug19375</title>
<updated>2013-02-21T13:44:59+00:00</updated>
<author>
<name>Emile Joubert</name>
<email>emile@rabbitmq.com</email>
</author>
<published>2013-02-21T13:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=97dada17a2770d5af602755a38bd6fbb812b8934'/>
<id>97dada17a2770d5af602755a38bd6fbb812b8934</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify queue's basic_consume handler</title>
<updated>2013-02-21T12:43:50+00:00</updated>
<author>
<name>Matthias Radestock</name>
<email>matthias@rabbitmq.com</email>
</author>
<published>2013-02-21T12:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=d1562e9de47255303213793205f648c64aa542d1'/>
<id>d1562e9de47255303213793205f648c64aa542d1</id>
<content type='text'>
backported from bug23749 branch
- the call to update_ch_record in the is_ch_blocked(C1) == false
  branch was superfluos since the preceding update_consumer_count
  calls update_ch_record
- all the checking whether the channel is blocked, and associated
  branching was just an optimisation. And not a particularly important
  one, since a) the "a new consumer comes along while its
  channel is blocked" case is hardly on the critical path, and b)
  exactly the same check is performed as part of run_message_queue (in
  deliver_msg_to_consumer/3). So get rid of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backported from bug23749 branch
- the call to update_ch_record in the is_ch_blocked(C1) == false
  branch was superfluos since the preceding update_consumer_count
  calls update_ch_record
- all the checking whether the channel is blocked, and associated
  branching was just an optimisation. And not a particularly important
  one, since a) the "a new consumer comes along while its
  channel is blocked" case is hardly on the critical path, and b)
  exactly the same check is performed as part of run_message_queue (in
  deliver_msg_to_consumer/3). So get rid of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>oops</title>
<updated>2013-02-20T21:54:45+00:00</updated>
<author>
<name>Matthias Radestock</name>
<email>matthias@rabbitmq.com</email>
</author>
<published>2013-02-20T21:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=43ec388e97d0effb26b6ef4aef8d1a676acd9c94'/>
<id>43ec388e97d0effb26b6ef4aef8d1a676acd9c94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce is_empty(State) helper in rabbit_amqqueue_process</title>
<updated>2013-02-20T19:54:22+00:00</updated>
<author>
<name>Matthias Radestock</name>
<email>matthias@rabbitmq.com</email>
</author>
<published>2013-02-20T19:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=6bde32b8f6af20212b815d62e5aac051af14d62f'/>
<id>6bde32b8f6af20212b815d62e5aac051af14d62f</id>
<content type='text'>
ported from bug 23749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ported from bug 23749
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic</title>
<updated>2013-02-20T17:55:23+00:00</updated>
<author>
<name>Matthias Radestock</name>
<email>matthias@rabbitmq.com</email>
</author>
<published>2013-02-20T17:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=e7a061a08b7c91393beaf7d377b5efb8a9c633db'/>
<id>e7a061a08b7c91393beaf7d377b5efb8a9c633db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spurious blank line in the logs.</title>
<updated>2013-02-20T12:05:22+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@rabbitmq.com</email>
</author>
<published>2013-02-20T12:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=cbf31df3f7e86ecd91746df92a504d3c64b85b38'/>
<id>cbf31df3f7e86ecd91746df92a504d3c64b85b38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge bug25418 into default</title>
<updated>2013-02-20T11:17:45+00:00</updated>
<author>
<name>Tim Watson</name>
<email>tim@rabbitmq.com</email>
</author>
<published>2013-02-20T11:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=709f610c99f0b9b4926d4dc235f5f11ce17e4abd'/>
<id>709f610c99f0b9b4926d4dc235f5f11ce17e4abd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stable to default</title>
<updated>2013-02-19T13:16:14+00:00</updated>
<author>
<name>Simon MacMullen</name>
<email>simon@rabbitmq.com</email>
</author>
<published>2013-02-19T13:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=14e0213fc64f2c9255d04fdab8a0cdbb157d5f39'/>
<id>14e0213fc64f2c9255d04fdab8a0cdbb157d5f39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
