Skip to content

Commit

Permalink
perf($RabbitMQ): upgrade RabbitMQ version to 3.9.5-management-alpine
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Sep 19, 2021
1 parent 92f932a commit 19e608c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REDIS_TAG=6.2.5-alpine
REDIS_CLUSTER_TAG=6.2.5
ATMOZ_SFTP_TAG=alpine
MINIO_TAG=RELEASE.2021-06-17T00-10-46Z
RABBITMQ_TAG=3.8.14-management-alpine
RABBITMQ_TAG=3.9.5-management-alpine
ZIPKIN_MYSQL_TAG=2.22.2
ZIPKIN_DEPENDENCIES_TAG=2.6.3
ZIPKIN_TAG=2.23.2
Expand Down
24 changes: 19 additions & 5 deletions docker/configuration/rabbitmq/rabbitmq.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## This example configuration file demonstrates various settings
## available via rabbitmq.conf. It primarily focuses core broker settings
## but some tier 1 plugin settings are also covered.
##
## This file is AN EXAMPLE. It is NOT MEANT TO BE USED IN PRODUCTION. Instead of
## copying the entire (large!) file, create or generate a new rabbitmq.conf for the target system
## and populate it with the necessary settings.
##
## See https://rabbitmq.com/configure.html to learn about how to configure RabbitMQ,
## the ini-style format used by rabbitmq.conf, how it is different from `advanced.config`,
## how to verify effective configuration, and so on.
##
## See https://rabbitmq.com/documentation.html for the rest of RabbitMQ documentation.
##
## In case you have questions, please use RabbitMQ community Slack and the rabbitmq-users Google group
## instead of GitHub issues.

# ======================================
# RabbitMQ broker section
# Core broker section
# ======================================

## Related doc guide: https://rabbitmq.com/configure.html. See
Expand Down Expand Up @@ -506,9 +523,6 @@
## Ra Settings
## =====================
##
## NB: changing these on a node with existing data directory
## can lead to DATA LOSS.
##
# raft.segment_max_entries = 65536
# raft.wal_max_size_bytes = 1048576
# raft.wal_max_batch_size = 4096
Expand Down Expand Up @@ -898,7 +912,7 @@ stomp.default_pass = maf@rabbitmq

## Logging settings.
##
## See https://rabbitmq.com/logging.html and https://github.com/erlang-lager/lager for details.
## See https://rabbitmq.com/logging.html for details.
##

## Log directory, taken from the RABBITMQ_LOG_BASE env variable by default.
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ services:
restart: always
volumes:
- ./configuration/rabbitmq:/etc/rabbitmq
- ./plugin/rabbitmq/rabbitmq_delayed_message_exchange-3.8.9-0199d11c.ez:/plugins/rabbitmq_delayed_message_exchange-3.8.9-0199d11c.ez
- "~/docker-file-mapping/${RABBITMQ_CONTAINER_NAME}:/var/lib/rabbitmq"
- ./plugin/rabbitmq/rabbitmq_delayed_message_exchange-3.9.0.ez:/plugins/rabbitmq_delayed_message_exchange-3.9.0.ez
- ~/docker-file-mapping/${RABBITMQ_CONTAINER_NAME}:/var/lib/rabbitmq
environment:
RABBITMQ_DEFAULT_USER: ${MAF_RABBITMQ_USER}
RABBITMQ_DEFAULT_PASS: ${MAF_RABBITMQ_PASSWORD}
Expand Down
2 changes: 1 addition & 1 deletion docker/plugin/rabbitmq/download-link.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/tag/3.8.9
https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/tag/3.9.0
Binary file not shown.
Binary file not shown.

0 comments on commit 19e608c

Please sign in to comment.