Re: Exit code in case of failure

2024-03-27 Thread Domenico Francesco Bruscino
then terminates > with success instead of failure which can then not be detected by restart > handlers of container administration tools like docker-compose, podman, > Kubernetes, etc. > > > -Ursprüngliche Nachricht- > Von: Clebert Suconic > Gesendet: Samstag, 23. März 2

AW: Exit code in case of failure

2024-03-26 Thread Urfer Reto
docker-compose, podman, Kubernetes, etc. -Ursprüngliche Nachricht- Von: Clebert Suconic Gesendet: Samstag, 23. März 2024 23:05 An: users@activemq.apache.org Betreff: Re: Exit code in case of failure It’s not the critical analyzer. It’s the critical IO Error An IO exception happened

Re: Exit code in case of failure

2024-03-23 Thread Clebert Suconic
s not done > by > > the critical analyzer > > > > Regards > > REto > > > > -Ursprüngliche Nachricht- > > Von: Domenico Francesco Bruscino > > Gesendet: Mittwoch, 20. März 2024 14:56 > > An: users@activemq.apache.org > > Betreff

Re: Exit code in case of failure

2024-03-23 Thread Domenico Francesco Bruscino
ifferent and is not done by > the critical analyzer > > Regards > REto > > -Ursprüngliche Nachricht- > Von: Domenico Francesco Bruscino > Gesendet: Mittwoch, 20. März 2024 14:56 > An: users@activemq.apache.org > Betreff: Re: Exit code in case of failure &

AW: Exit code in case of failure

2024-03-21 Thread Urfer Reto
2024 14:56 An: users@activemq.apache.org Betreff: Re: Exit code in case of failure Hi Reto, you could use use the HALT critical analyzer policy to force artemis to exit with the exit code 70, i.e. HALT Regards, Domenico On Wed, 20 Mar 2024 at 12:17, Urfer Reto wrote: > Hi > > We

Re: Exit code in case of failure

2024-03-20 Thread Domenico Francesco Bruscino
Hi Reto, you could use use the HALT critical analyzer policy to force artemis to exit with the exit code 70, i.e. HALT Regards, Domenico On Wed, 20 Mar 2024 at 12:17, Urfer Reto wrote: > Hi > > We are using activemq artemis 2.31.2 as a container managed by > docker-compose/podman. For persist

Exit code in case of failure

2024-03-20 Thread Urfer Reto
Hi We are using activemq artemis 2.31.2 as a container managed by docker-compose/podman. For persistence we have to use JDBC. If, for any reason (eventually a short network unavailablility), artemis fails to get the JDBC connection it executes a graceful shutdown and exists with 0 (SUCCESS) ins