RE: artenis.log overwritten

2025-05-28 Thread Vilius Šumskas
Hi while I’ve never had logs overwritten I did experience new logs not being written due to permission issues a fair amount of times. The main issue is that by default Artemis instance doesn’t follow FHS and puts everything in one folder under /var/lib/yourinstancename, which is not really mean

Re: artenis.log overwritten

2025-05-28 Thread Justin Bertram
The broker delegates log file handling to Log4j2. The default log4j2.properties uses a RollingFile appender for "artemis.log," and I believe this behavior is controlled by the value of the "append" property which is not set and defaults to true. Of course, it's always possible you're hitting a bug.

Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
The Cassandra adapter is available in the Camel project, all I did was build this out and used the JAR files from within the build. These are the JAR files I originally provided. camel-cassandraql-4.10.4.jar cassandra-driver-core-3.10.0.jar java-driver-core-4.17.0.jar java-driver-shaded.guava-2

Recall: Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
jason.jack...@itechag.com would like to recall the message, "Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra". - To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org For additional commands, e-mail: users-

Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
That does help some. The issue I am working on resolving is duplicate messages that arise in a Network-of-Brokers when the data/message is sent out of ActiveMQ to a third-party system using Camel. The Camel web site states that there are certain instances where a duplicate message could be sen

Recall: Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
jason.jack...@itechag.com would like to recall the message, "Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra". - To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org For additional commands, e-mail: users-

Recall: Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
jason.jack...@itechag.com would like to recall the message, "Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra". - To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org For additional commands, e-mail: users-

Recall: Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
jason.jack...@itechag.com would like to recall the message, "Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra". - To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org For additional commands, e-mail: users-

Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
The Cassandra adapter is available in the Camel project, all I did was build this out and used the JAR files from within the build. These are the JAR files I originally provided. camel-cassandraql-4.10.4.jar cassandra-driver-core-3.10.0.jar java-driver-core-4.17.0.jar java-driver-shaded.guava-2

Re: Apache ActiveMQ Classic Idempotency Using Apache Cassandra

2025-05-28 Thread Jason Jackson
That does help some. The issue I am working on resolving is duplicate messages that arise in a Network-of-Brokers when the data/message is sent out of ActiveMQ to a third-party system using Camel. The Camel web site states that there are certain instances where a duplicate message could be sen

artenis.log overwritten

2025-05-28 Thread Herbert . Helmstreit
Hello comunity, normally on artemis broker start the artemis.log is created if not present or the output is attached to artemis.log, if the file is there. On a broker restart after a failure we faced a recreate (overwrite) of the present artemis.log with artemis 2.41. Unfortunately we have no id