<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/rabbitmq-server-git.git/docs/rabbitmq.conf.example, branch avoid-double-channel-count-decrease</title>
<subtitle>github.com: rabbitmq/rabbitmq-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/'/>
<entry>
<title>rabbitmq.conf.example: mention how to disable non-TLS listeners</title>
<updated>2020-08-17T16:47:13+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>mklishin@pivotal.io</email>
</author>
<published>2020-08-17T16:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=bddc9a2f658a0bf6034a0527161f155fd5439b53'/>
<id>bddc9a2f658a0bf6034a0527161f155fd5439b53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop deprecated HiPE compilation</title>
<updated>2020-06-24T14:05:52+00:00</updated>
<author>
<name>Pierre Fenoll</name>
<email>pierrefenoll@gmail.com</email>
</author>
<published>2020-06-24T14:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=c21ca1c518357901f71b28f22cdee8674fd17b00'/>
<id>c21ca1c518357901f71b28f22cdee8674fd17b00</id>
<content type='text'>
Signed-off-by: Pierre Fenoll &lt;pierrefenoll@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pierre Fenoll &lt;pierrefenoll@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed or overridden default configuration values related to quorum queues</title>
<updated>2020-05-01T10:43:42+00:00</updated>
<author>
<name>Vanlightly</name>
<email>vanlightly@gmail.com</email>
</author>
<published>2020-05-01T10:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=552c412dbc4445f916403e5dd9735fe02b5f82f3'/>
<id>552c412dbc4445f916403e5dd9735fe02b5f82f3</id>
<content type='text'>
Specifically:
- changed default quorum_commands_soft_limit from 256 to 32
- override Ra wal_max_batch_size to 4096
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifically:
- changed default quorum_commands_soft_limit from 256 to 32
- override Ra wal_max_batch_size to 4096
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove overly cautious comment from sample config</title>
<updated>2020-04-06T15:33:33+00:00</updated>
<author>
<name>kjnilsson</name>
<email>knilsson@pivotal.io</email>
</author>
<published>2020-04-06T15:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=02b2343566cd76197af7e01d80e0acad7bdb0fc6'/>
<id>02b2343566cd76197af7e01d80e0acad7bdb0fc6</id>
<content type='text'>
The raft.* conf parameters only take place at the next available
opportunity and won't affect in-flight data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The raft.* conf parameters only take place at the next available
opportunity and won't affect in-flight data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to customize product name, version &amp; banner</title>
<updated>2020-02-20T18:38:02+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien@rabbitmq.com</email>
</author>
<published>2020-01-13T10:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=8d5cf5e153d9c2ca957cbc8c1a0b0668c71172a2'/>
<id>8d5cf5e153d9c2ca957cbc8c1a0b0668c71172a2</id>
<content type='text'>
To override the product name (defaulting to "RabbitMQ"):
* set the `$RABBITMQ_PRODUCT_NAME` environment variable, or
* set the `rabbit` application `product_name` variable.

To override the product version:
* set the `$RABBITMQ_PRODUCT_VERSION` environment variable, or
* set the `rabbit` application `product_version` variable.

To add content to the banner (both the copy logged and the one printed
to stdout), indicate the filename which contains it, à la `/etc/motd`
using:
* the `$RABBITMQ_MOTD_FILE` environment variable, or
* the `rabbit` application `motd_file` variable.

The default motd file is `/etc/rabbitmq/motd` on Unix and
`%APPDATA%\RabbitMQ\motd.txt` on Windows.

Here is an example of the printed banner with name, version &amp; motd
configured:

      ##  ##      WeatherMQ 1.2.3
      ##  ##
      ##########  Copyright (c) 2007-2020 Pivotal Software, Inc.
      ######  ##
      ##########  Licensed under the MPL 1.1. Website: https://rabbitmq.com

      This is an example of a RabbitMQ message of the day.

      The message is written in Paris, France.    \  /
      It is partly cloudy outside, with a       _ /"".-.
      temperature of 12°C. Wind is around         \_(   ).
      30-40 km/h, from south-west.                /(___(__)

      Doc guides: https://rabbitmq.com/documentation.html
      Support:    https://rabbitmq.com/contact.html
      Tutorials:  https://rabbitmq.com/getstarted.html
      Monitoring: https://rabbitmq.com/monitoring.html

      Logs: /tmp/rabbitmq-test-instances/rabbit/log/rabbit@cassini.log
            /tmp/rabbitmq-test-instances/rabbit/log/rabbit@cassini_upgrade.log

      Config file(s): /tmp/rabbitmq-test-instances/test.config

      Starting broker... completed with 0 plugins.

New APIS are available to query those product informations and use them
in e.g. plugins such as the management API/UI:
* rabbit:product_info/0
* rabbit:product_name/0
* rabbit:product_version/0
* rabbit:motd_file/0
* rabbit:motd/0

[#170054940]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To override the product name (defaulting to "RabbitMQ"):
* set the `$RABBITMQ_PRODUCT_NAME` environment variable, or
* set the `rabbit` application `product_name` variable.

To override the product version:
* set the `$RABBITMQ_PRODUCT_VERSION` environment variable, or
* set the `rabbit` application `product_version` variable.

To add content to the banner (both the copy logged and the one printed
to stdout), indicate the filename which contains it, à la `/etc/motd`
using:
* the `$RABBITMQ_MOTD_FILE` environment variable, or
* the `rabbit` application `motd_file` variable.

The default motd file is `/etc/rabbitmq/motd` on Unix and
`%APPDATA%\RabbitMQ\motd.txt` on Windows.

Here is an example of the printed banner with name, version &amp; motd
configured:

      ##  ##      WeatherMQ 1.2.3
      ##  ##
      ##########  Copyright (c) 2007-2020 Pivotal Software, Inc.
      ######  ##
      ##########  Licensed under the MPL 1.1. Website: https://rabbitmq.com

      This is an example of a RabbitMQ message of the day.

      The message is written in Paris, France.    \  /
      It is partly cloudy outside, with a       _ /"".-.
      temperature of 12°C. Wind is around         \_(   ).
      30-40 km/h, from south-west.                /(___(__)

      Doc guides: https://rabbitmq.com/documentation.html
      Support:    https://rabbitmq.com/contact.html
      Tutorials:  https://rabbitmq.com/getstarted.html
      Monitoring: https://rabbitmq.com/monitoring.html

      Logs: /tmp/rabbitmq-test-instances/rabbit/log/rabbit@cassini.log
            /tmp/rabbitmq-test-instances/rabbit/log/rabbit@cassini_upgrade.log

      Config file(s): /tmp/rabbitmq-test-instances/test.config

      Starting broker... completed with 0 plugins.

New APIS are available to query those product informations and use them
in e.g. plugins such as the management API/UI:
* rabbit:product_info/0
* rabbit:product_name/0
* rabbit:product_version/0
* rabbit:motd_file/0
* rabbit:motd/0

[#170054940]
</pre>
</div>
</content>
</entry>
<entry>
<title>Delist internal stats mode from rabbitmq.conf.example</title>
<updated>2020-02-12T13:00:19+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>mklishin@pivotal.io</email>
</author>
<published>2020-02-12T13:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=37cf5173205c0cdcf3a076331c83df23c346185c'/>
<id>37cf5173205c0cdcf3a076331c83df23c346185c</id>
<content type='text'>
See https://github.com/rabbitmq/discussions/issues/62 for details.

Rates mode is how it is controlled but this leftover example
was around several years after the switch.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/rabbitmq/discussions/issues/62 for details.

Rates mode is how it is controlled but this leftover example
was around several years after the switch.</pre>
</div>
</content>
</entry>
<entry>
<title>rabbitmq.conf.example: this should be a comment line</title>
<updated>2020-02-12T00:50:24+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>michael@clojurewerkz.org</email>
</author>
<published>2020-02-12T00:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=5d1ae73ea22bee0514932e74b8ed2fea47dd005f'/>
<id>5d1ae73ea22bee0514932e74b8ed2fea47dd005f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add management.path_prefix to rabbitmq.conf.example</title>
<updated>2020-02-12T00:49:38+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>michael@clojurewerkz.org</email>
</author>
<published>2020-02-12T00:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=7b0ea6c201351c965223938f10a359246b6e38c6'/>
<id>7b0ea6c201351c965223938f10a359246b6e38c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cuttlefish schema: introduce socket_writer.gc_threshold</title>
<updated>2019-12-24T21:43:12+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>michael@clojurewerkz.org</email>
</author>
<published>2019-12-24T21:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=7af37e5bb8bc4a517a6ab26a6038bef6cfa946e7'/>
<id>7af37e5bb8bc4a517a6ab26a6038bef6cfa946e7</id>
<content type='text'>
References #2182, rabbitmq/rabbitmq-common#343.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #2182, rabbitmq/rabbitmq-common#343.
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn about HiPE deprecation</title>
<updated>2019-10-31T23:37:37+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>mklishin@pivotal.io</email>
</author>
<published>2019-10-31T23:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=151ad8dd013766554ecae8ef143dc63f44f8d3ab'/>
<id>151ad8dd013766554ecae8ef143dc63f44f8d3ab</id>
<content type='text'>
References rabbitmq/rabbitmq-website#884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References rabbitmq/rabbitmq-website#884
</pre>
</div>
</content>
</entry>
</feed>
