Re: Roundup of the configuration files

2021-06-11 Thread Jean-Baptiste Onofre
Hi, Basically, for a simple bin/activemq console start, by default (without authentication), you just need - activemq.xml (broker config) - jetty.xml (jetty container used by admin web console) - log4j.properties (for logging config) - logging.properties (can be removed if you don’t use JUL)

Re: Roundup of the configuration files

2021-06-11 Thread Matt Pavlovich
Hello Fabrice- The short answer is “it depends on your environment and setup”. For example, all the .ks and .ts files are there to provide an example of setting up SSL in various one-way or two-way ssl configurations. I think that would be a useful document for other users as well. Would you

Roundup of the configuration files

2021-06-11 Thread Fabrice Triboix
Hello everyone, I am looking at the official ActiveMQ tarball (https://archive.apache.org/dist/activemq/5.16.2/apache-activemq-5.16.2-bin.tar.gz) and I would like to understand how ActiveMQ is configured. In the "conf" directory, I can see the following files: * activemq.xml *

field UserID in gui gets a new value on every Reset/Refresh in Artemis?

2021-06-11 Thread Dondorp, Erwin
Hello, Today, I noticed that every time the Artemis "browse queue" screen is refreshed, the AMQP messages get a new value in the "User ID" column. CORE messages do not have this behaviour and always show the same User ID. Is this intended, unavoidable, or just wrong behaviour? Thx, Erwin

Re: Understanding of Artemis multicastPrefix in AMQP address prevents the transfer of historical and pending messages of queue

2021-06-11 Thread Robbie Gemmell
I see your broker config is explicitly configuring a 'multicast prefix'. I didnt realise from your comments this was some explicit config. It isnt something I have tried before and so I dont know what the expected behaviour is, but the actual behaviour you describe seems like a bug to me. On Thu,

Message processing

2021-06-11 Thread Magnus Andersson
Hello, I have a question about the processing of messages in the Artemis broker. We have a custom interceptor which in some cases take some time to execute. In the logs I notice that amqp messages are handled one-by-one (We publish multiple messages using multiple connections to the broker).

RE: I want to know something about dead letter queue with ActiveMQ 5.15.9

2021-06-11 Thread Dondorp, Erwin
Tim, See https://activemq.apache.org/message-redelivery-and-dlq-handling#setting-expiration-on-messages-in-the-dlq Erwin -Oorspronkelijk bericht- Van: Tim Bain Verzonden: donderdag 10 juni 2021 13:55 Aan: ActiveMQ Users Onderwerp: Re: I want to know something about dead letter queue