Re: Failover very slow with kahadb while restart of master is fast

2017-11-14 Thread akhil
Hi Chris , How did you solve this caching issue while your brokers standing on master slave ..? Did you put out any settings in activemq xml to startup the broker in quick time or making it quick failover ? Thanks, Akhil. -- Sent from:

Re: ActiveMQ Artemis on AWS

2017-11-14 Thread Sakthi
Thank you Justin. I dont see AWS_PING in the schema for JGroup. Hope you meant S3_PING. I will try that out. Thanks Again. Regards, Sakthi S -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Cannot monitor Failover Transport

2017-11-14 Thread filiphr
Hi,Sorry for not being more specific. I have created an example with my setup. You can find it here . It is a simple spring boot application where the broker url is set to 2 failover addresses (no ActiveMQ needs to run to see the

Re: ActiveMQ Artemis on AWS

2017-11-14 Thread Justin Bertram
There are lots of JGroups protocols that might be useful in this scenario. Have you looked at AWS_PING [1]? Justin [1] http://meltmedia.github.io/jgroups-aws/ On Tue, Nov 14, 2017 at 3:13 PM, Sakthi wrote: > Hi, > > We are migrating our applications to AWS environment.

ActiveMQ Artemis on AWS

2017-11-14 Thread Sakthi
Hi, We are migrating our applications to AWS environment. We have Artemis cluster Master/Slave and we are trying to configure it in AWS environment. Artemis uses the for the clustering which is Class D ip address. But AWS doesn't seem to be allow the Class D ip address to broadcast the message

Re: Artemis cannot find LIBAIO, although it is installed

2017-11-14 Thread ipolevoy
Clebert, thank you for your help. Enjoy your vacation, we will be looking closer, and if cannot resolve I will ping you in a few days. Thank you, -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [Artemis] Shared Store on NFSv4 share: Locking issue?

2017-11-14 Thread Benjamin Buehlmann
We could not find a solution within two days and switched finally to replication as HA strategy. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: exception while launching my application with JRE9 when it tries to establish a secure socket connection with activemq

2017-11-14 Thread Tim Bain
Try launching the JRE with a --add-exports option for that class. We need to get away from the sun.* classes (would you be willing to write a JIRA bug to request that?), but in the mean time I believe that flag will get you past the problem. Tim On Nov 14, 2017 2:40 AM, "mprakash"

Re: [Artemis] Shared Store on NFSv4 share: Locking issue?

2017-11-14 Thread Justin Bertram
In terms of shared-storage there's really not much to configure. You simply point both nodes at the same journal. I don't see how this issue could be caused by a faulty configuration, especially given that you see the problem outside of Artemis as well when simply using 'cat'. Justin On Tue,

Re: Active MQ loses connection with HA database

2017-11-14 Thread Tim Bain
That's entirely unknown. Maybe someone involved in the development process will feel it's important and will work on it for 5.16, or maybe not and it'll never be implemented, it just depends. Since there hasn't been much clamor on this mailing list for MSSQL HA, the enhancement will probably only

Re: Artemis cannot find LIBAIO, although it is installed

2017-11-14 Thread Clebert Suconic
Running the testcases maybe. Something has to load the library. I would run the cmake. And copy it from where the .sos are located within the build. I am having a vacation day today. But you could maybe ping me tomorrow on the IRC? I will look at my email during the day also. On Tue, Nov

Re: Active MQ loses connection with HA database

2017-11-14 Thread BharathMohan
Hi Tim, Raised JIRA for the same https://issues.apache.org/jira/browse/AMQ-6862 what will be the resolution time if this needs an enhancement. Thanks, Bharath -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html