Re: java.lang.IllegalArgumentException Error

2024-12-20 Thread Jean-Baptiste Onofré
Hi, At first glance, it doesn't look like an ActiveMQ issue but more a Camel issue. The Camel placeholder doesn't seem to be populated. Maybe we don't use the right path for the placeholder prop file (from file:c to file://). How do you start the ActiveMQ broker ? standalone (with the bin/activem

Re: custom metrics

2024-12-20 Thread Christian Kurmann
Hi Le Not sure I understand the problem fully so I hope my answer makes sense. In my usage of ActiveMQ I have many microservices which write and read from queues. In my experience the messages become available to the reading activeMQ client as soon as the writing client has committed the message o

custom metrics

2024-12-20 Thread Thai Le
Hello, We are using artemis 2.33 and from time to time we receive complaints from users that either the message processing is too long or the queue takes too long to deliver messages. We want to log some info about the messages when they are sent, received, acked,... Is it possible to write a class

R: java.lang.IllegalArgumentException Error

2024-12-20 Thread Marco Garavello
Hello, are you sure no spurious Windows chars are present in the properties files? Maybe linefeed or similar Distinti Saluti / Kind Regards M.G. Da: Jana Manju Inviato: venerdì 20 dicembre 2024 09:32 A: users@activemq.apache.org Oggetto: Re: java.lang.IllegalAr

Re: java.lang.IllegalArgumentException Error

2024-12-20 Thread Jana Manju
Hi Ken, The ActiveMQ version is 5.18.4 and it is classic. On Fri, 20 Dec 2024 at 19:16, Ken Liao wrote: > Hi, what version of ActiveMQ are you using? Also is it Classic or Artemis? > > Thanks, > Ken > > On Thu, Dec 19, 2024 at 11:18 PM Jana Manju wrote: > > > Hi Team, > > > > Recently we migra

Re: java.lang.IllegalArgumentException Error

2024-12-20 Thread Ken Liao
Hi, what version of ActiveMQ are you using? Also is it Classic or Artemis? Thanks, Ken On Thu, Dec 19, 2024 at 11:18 PM Jana Manju wrote: > Hi Team, > > Recently we migrated our ActiveMQ service from windows to linux. We are > seeing the following error for only one of the consumers. > > 2024-1