Skip to content

Tags: ming-hai/rabbitmq-server

Tags

rabbitmq_v3_6_3_milestone2

Toggle rabbitmq_v3_6_3_milestone2's commit message

Unverified

This user has not yet uploaded their public signing key.
Gracefully handle cases when logging exchange does not exist

Client test suites that test connection recovery by
restarting RabbitMQ ocassionally lead to a situation when
amq.rabbitmq.log in the "/" vhost can be unavailable for a split
second.

Default vhost may or may not exist in general. So handle {error, not_found}
responses from rabbit_basic:publish/4 instead of potentially seriously
polluting logs with confusing exceptions.

While at it, return a sensible value from terminate/2.

rabbitmq_v3_6_3_milestone1

Toggle rabbitmq_v3_6_3_milestone1's commit message

Unverified

This user has not yet uploaded their public signing key.
Stop match earlier, and added some comments

rabbitmq_v3_6_2

Toggle rabbitmq_v3_6_2's commit message
Remove systemd dependency on syslog target

Neither rabbitmq nor any dependent services in chain actually relies on
syslog, so why keep it?

This tested in Fedora since 2016-01. See this commit:

http://pkgs.fedoraproject.org/cgit/rpms/rabbitmq-server.git/commit/?id=1477671

Nobody complained so far.

Signed-off-by: Peter Lemenkov <[email protected]>

rabbitmq_v3_7_0_milestone4

Toggle rabbitmq_v3_7_0_milestone4's commit message
Merge pull request rabbitmq#798 from rabbitmq/rabbitmq-server-546

Bump minimal required version to 18.3

rabbitmq_v3_6_2_rc4

Toggle rabbitmq_v3_6_2_rc4's commit message
(c) year

rabbitmq_v3_6_2_rc3

Toggle rabbitmq_v3_6_2_rc3's commit message
Merge pull request rabbitmq#773 from rabbitmq/rabbitmq-server-772

Add log information during the network_partition

rabbitmq_v3_6_2_rc2

Toggle rabbitmq_v3_6_2_rc2's commit message
Merge pull request rabbitmq#773 from rabbitmq/rabbitmq-server-772

Add log information during the network_partition

rabbitmq_v3_7_0_milestone3

Toggle rabbitmq_v3_7_0_milestone3's commit message
Merge branch 'stable'

rabbitmq_v3_6_2_rc1

Toggle rabbitmq_v3_6_2_rc1's commit message
Merge pull request rabbitmq#722 from rabbitmq/rabbitmq-auth-backend-l…

…dap-13

Include vhost to direct connection authentication properties.

rabbitmq_v3_6_2_milestone5

Toggle rabbitmq_v3_6_2_milestone5's commit message
Merge pull request rabbitmq#762 from bogdando/bug/1541471

Stop process when rabbit is running but is not connected to master.