Re: activemq-artemis & JNDI & Spring Boot & log4j2 & JMS Appender.

2019-03-18 Thread Justin Bertram
Thanks for following up. I was just puzzling over this. Justin On Mon, Mar 18, 2019 at 7:37 PM Peter Chandler wrote: > Justin, > > Got it working. Thanks! > > > 1. remove logback from spring boot. > > org.springframework.boot > spring-boot-starter >

Re: activemq-artemis & JNDI & Spring Boot & log4j2 & JMS Appender.

2019-03-18 Thread Peter Chandler
Justin, Got it working. Thanks! 1. remove logback from spring boot. org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-logging

Re: Slave Fail-over in a static cluster

2019-03-18 Thread artemisn00b
Awesome as usual! I'll give it a try and see how it works out! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Slave Fail-over in a static cluster

2019-03-18 Thread artemisn00b
master1.xml master2.xml slave1.xml slave2.xml

Re: Slave Fail-over in a static cluster

2019-03-18 Thread Justin Bertram
Take a look at the documentation for replication [1], specifically the "Data Replication" section. It discusses the "group-name" configuration parameter which is what I believe you want. You'll find there's lots of helpful things in the documentation. :) Justin [1] https://activemq.apache.org/

Re: Slave Fail-over in a static cluster

2019-03-18 Thread artemisn00b
It's a replication HA. On what basis does a master and slave pair together then? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Slave Fail-over in a static cluster

2019-03-18 Thread Justin Bertram
What kind of HA have you configured (i.e. replication or shared-store)? The cluster connection configuration doesn't define how masters and slaves pair together. Justin On Mon, Mar 18, 2019 at 4:30 PM artemisn00b wrote: > I have 3 master nodes and 3 slaves. I have 2 brokers in each of the 3 V

Slave Fail-over in a static cluster

2019-03-18 Thread artemisn00b
I have 3 master nodes and 3 slaves. I have 2 brokers in each of the 3 VM instance, and one is a master and the other is a slave. Total 6 brokers. The current configuration is such that M1, M2, M3 - S1, S2, S3 i.e. Master1's slave is S2, which is in VM2. So, in case one VM goes down, the slave will

Re: activemq-artemis & JNDI & Spring Boot & log4j2 & JMS Appender.

2019-03-18 Thread Peter Chandler
Justin, Made the changes you suggested and got the same results.Full stacktrace below. Note: this issue has been un-answered on stack overflow for 3 months https://stackoverflow.com/questions/53779984/springboot-log4j2-jms-appender-jms-message-producer-not-available */src/main/resources/Log4j2.xml

Re: activemq-artemis & JNDI & Spring Boot & log4j2 & JMS Appender.

2019-03-18 Thread Peter Chandler
Justin, Made the changes you suggested and got the same results.Full stacktrace below.Note: this issue has been un-answered on stack overflow for 3 months https://stackoverflow.com/questions/53779984/springboot-log4j2-jms-appender-jms-message-producer-not-available*/src/main/resources/Log4j2.xml *

Re: Artemis MQ Cluster Issue

2019-03-18 Thread artemisn00b
Not a developer here, however - do you see the cluster bridge setup in the broker logs? If not, you've to setup discovery correctly. If you can't figure that out, just use a static cluster. Also, I'm not sure why you have a netty acceptor for port 61613. I don't know what the configuration is on

Re: Artemis MQ Cluster Issue

2019-03-18 Thread naveen
please help us the above issue -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html