Skip to content

techguy-bhushan/ApacheArtemisCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApacheArtemisCluster Connected with Spring

this implementation is based on clustered static discovery

Please change the user name and password with your server username and password in application.properties

amq.username=admin
amq.password=admin

Here use are using STRICT value of message-load-balancing in broker.xml. In case of STRICT incoming message will be round robin'd even though the same queues on the other nodes of the cluster may have no consumers at all, or they may have consumers that have non matching message filters (selectors). Note that Apache ActiveMQ Artemis will not forward messages to other nodes if there are no queues of the same name on the other nodes, even if this parameter is set to STRICT. Using STRICT is like setting the legacy forward-when-no-consumers parameter to true.

NOTE: HERE we are using 2 nodes inside of cluster so we are using 2 listener in ArtemisConfiguration here is reason

About

Apache Artemis / Redhat AMQ 7 Cluster with Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages