Re: Question about HA configuration failover problem

2024-02-02 Thread Justin Bertram
34 Washington Street, Suite 205 Wellesley Hills, MA 02481 > > *M: *+1 7209385761 <+1%207209385761> | john.lil...@redpointglobal.com > > *From:* Justin Bertram > *Sent:* Monday, January 29, 2024 1:55 PM > *To:* users@activemq.apache.org > *Subject:* Re: Question about

RE: Question about HA configuration failover problem

2024-01-30 Thread John Lilley
PM To: users@activemq.apache.org Subject: Re: Question about HA configuration failover problem *** [Caution] This email is from an external source. Please use caution responding, opening attachments or clicking embedded links. *** > Is this a bug in the AMQ JMS client? At this point I don't believe it is a

Re: Question about HA configuration failover problem

2024-01-29 Thread Justin Bertram
> Is this a bug in the AMQ JMS client? At this point I don't believe it is a bug in the ActiveMQ Artemis core JMS client. I talked about AMQ219014 previously, but I suppose it bears repeating here. The timeout is ultimately ambiguous. The client can't reliably conclude that the broker has failed

Question about HA configuration failover problem

2024-01-26 Thread John Lilley
Greetings, This is something of a follow-up on previous failover issue reports, but we’ve taken careful notes and logs and hopefully we have enough information to diagnose what is happening. We are experiencing an error during AMQ broker failover from live to backup. We are testing this using

Re: Client Reconnect/failover problem via Core API with HA Configuration when configured with SSL

2017-01-31 Thread Justin Bertram
For what it's worth, I just tested with 1.4.0 and the result was the same as before (i.e. everything worked). Justin - Original Message - From: "Justin Bertram" To: users@activemq.apache.org Sent: Tuesday, January 31, 2017 6:47:07 PM Subject: Re: Client Reconnect/failo

Re: Client Reconnect/failover problem via Core API with HA Configuration when configured with SSL

2017-01-31 Thread Justin Bertram
ed into the client's truststore. Therefore I think it is a valid test of your assumption. Justin - Original Message - From: "funkyjive" To: users@activemq.apache.org Sent: Tuesday, January 31, 2017 6:00:22 PM Subject: Re: Client Reconnect/failover problem via Core API wit

Re: Client Reconnect/failover problem via Core API with HA Configuration when configured with SSL

2017-01-31 Thread funkyjive
it was the same machine and same cert, that would simply work). Let me see what it will take to do a simple reproduction. -- View this message in context: http://activemq.2283324.n4.nabble.com/Client-Reconnect-failover-problem-via-Core-API-with-HA-Configuration-when-configured-with-SSL-tp47214

Re: Client Reconnect/failover problem via Core API with HA Configuration when configured with SSL

2017-01-31 Thread Justin Bertram
rom: "funkyjive" To: users@activemq.apache.org Sent: Tuesday, January 31, 2017 11:02:13 AM Subject: Client Reconnect/failover problem via Core API with HA Configuration when configured with SSL I have an Artemis 1.4.0 embedded in a Java application acting as the queuing server for 2-&

Client Reconnect/failover problem via Core API with HA Configuration when configured with SSL

2017-01-31 Thread funkyjive
anyone can offer? My plan is to attempt upgrade from 1.4.0 to 1.5.2 and see if anything changes, but this will take some time on my part. Thanks in advance, David. -- View this message in context: http://activemq.2283324.n4.nabble.com/Client-Reconnect-failover-problem-via-Core-API-with-HA-Co

Re: Failover problem

2010-09-14 Thread activeMqUser
context: http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2539964.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Failover problem

2010-09-14 Thread Johan Edstrom
een the Brokers in my previous request. Is there anything else i need to > do? If yes please let me know about that. > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2539947.html > Sent from the ActiveMQ - User mailing list arch

Re: Failover problem

2010-09-14 Thread activeMqUser
connecting to one of other two Broker on start up and the bridge is successfully established between the Brokers in my previous request. Is there anything else i need to do? If yes please let me know about that. -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-problem

Re: Failover problem

2010-09-14 Thread Johan Edstrom
(main broker) My Consumer which was initially connected to Main > Broker is not able to switch to other Brokers. It is still keep on looking > for the Main Broker only. > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2539937.ht

Re: Failover problem

2010-09-14 Thread activeMqUser
looking for the Main Broker only. -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2539937.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Failover problem

2010-09-14 Thread Johan Edstrom
Did it fail? On Sep 14, 2010, at 10:35 PM, activeMqUser wrote: > > Hello, > > Can i get any help regarding this fail over problem? > > Its very urgent for me. Plz dont mind. > > > Thanks > Manoranjan > -- > View this message in context: > http://

Re: Failover problem

2010-09-14 Thread activeMqUser
Hello, Can i get any help regarding this fail over problem? Its very urgent for me. Plz dont mind. Thanks Manoranjan -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2539929.html Sent from the ActiveMQ - User mailing list archive at

Re: Failover problem

2010-09-13 Thread activeMqUser
shut down. Thanks Manoranjan -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2537803.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Failover problem

2010-09-13 Thread Dejan Bosanac
                       { >                                        log.error("Unable to open Connection. > ActiveMQ Server is down... "); >                                } >                                isActiveMQRunning = false; >                        } >        

Re: Failover problem

2010-09-13 Thread activeMqUser
} return connection; } If this is not enough to understand please let me know. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2537354.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Failover problem

2010-09-13 Thread Dejan Bosanac
the concept of FailOver then please correct me. > > But this is my requirement. If you can suggest a better approach i will be > more happy to see that. > > Thanks in advance > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2537292.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Failover problem

2010-09-13 Thread activeMqUser
If you can suggest a better approach i will be more happy to see that. Thanks in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/Failover-problem-tp2537292p2537292.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.