Apache artemis Master/Slave Replication Mode Cluster Using Docker container | Apache artemis cluster

preview_player
Показать описание
@configjavatech
#artemis #docker #broker

If you like this video from my channel please subscribe to the link:

The video tutorial explains how to deploy the artemis using docker.

Steps to deploy Apache Artemis to the docker
--------------------------------------------------------------------------

artemis create --clustered --replicated master

artemis create --clustered --replicated --slave slave

docker network create --driver bridge artemis --attachable

YouTube keywords
------------------------------
activemq artemis, apache artemis, apache artemis installation, apache artemis create broker, apache artemis cluster, apache artemis configuration, apache artemis setup, apache activemq artemis, artemis docker, apache artemis queues, artemis configuration customizer example, artemis queue, artemis master slave configuration, apache artemis configuration installation
Рекомендации по теме
Комментарии
Автор

Thanks for sharing this. I was not aware of the --clustered options in the create command

cathodion
Автор

where is your broker.yml can you share that?

amirnoshian
Автор

could you please explain how to deploy 2 slaves and 1 master

vigeshvarN
Автор

How do I make a master - backup in a kübernetes environment?

mehmetalisenturk