RE: Question about core consumer parameters

2024-09-24 Thread MILOVIDOV Aleksandr
Thanka Justin! This is exactly what I was looking for. -- Best regards, Alexander -Original Message- From: Justin Bertram Sent: Tuesday, September 24, 2024 9:00 PM To: users@activemq.apache.org Subject: Re: Question about core consumer parameters > Is there an explanation of parameters

Re: Question about ActiveMQ RA + MDB and JMS message grouping

2024-09-24 Thread Justin Bertram
> Is my assumption correct? Yes, but I also recommend you test and verify. Let us know if you have any further questions! Justin On Tue, Sep 17, 2024 at 8:32 AM Bisil wrote: > I am using JBoss with the embedded Apache ActiveMQ Artemis Message > Broker 2.16.0. > > Looking at the source code of

Re: Question about core consumer parameters

2024-09-24 Thread Justin Bertram
> Is there an explanation of parameters which are logged in this event? I'm not aware of any documentation explaining the meaning of the parameters. However, you can look in the source code to see what the logged values represent. For example, in this case you can look at the createConsumer method

Re: Clarification of JMS MessageConsumer.receive(timeout)

2024-09-24 Thread Justin Bertram
If you only care about messages that are already in the queue then I recommend using receiveNoWait() [1]. Justin [1] https://docs.oracle.com/javaee/7/api/javax/jms/MessageConsumer.html#receiveNoWait-- On Sat, Sep 21, 2024 at 2:03 PM John Lilley wrote: > I am trying to build a utility for purg

RE: Web console session timeout

2024-09-24 Thread John Lilley
Thanks! [rg] John Lilley Data Management Chief Architect, Redpoint Global Inc. 34 Washington Street, Suite 205 Wellesley Hills, MA 02481 M: +1 7209385761 | john.lil...@redpointglobal.com -Original Message- Fro

RE: Web console session timeout

2024-09-24 Thread MILOVIDOV Aleksandr
Hi John, You can specify -D command line option when starting Artemis: -Dhawtio.sessionTimeout=session_timeout_in_seconds -- Best regards, Alexander From: John Lilley Sent: Tuesday, September 24, 2024 3:48 PM To: users@activemq.apache.org Subject: RE: Web console session timeout Forgot to ment

RE: Web console session timeout

2024-09-24 Thread John Lilley
Forgot to mention, this is Artemis. [rg] John Lilley Data Management Chief Architect, Redpoint Global Inc. 34 Washington Street, Suite 205 Wellesley Hills, MA 02481 M: +1 7209385761 | john.lil...@redpointglobal.com --

Web console session timeout

2024-09-24 Thread John Lilley
Is there any way to increase the web console session timeout? I always set it up with a specific queue query, but then it times out, and I have to log in and do that all over again. Thanks John [rg] John Lilley Data Management Chief Architect, Redpoint Glo

Question about core consumer parameters

2024-09-24 Thread MILOVIDOV Aleksandr
Hi All, When user connects to Artemis and creates core consumer, event is logged to audit journal. Is there an explanation of parameters which are logged in this event? For example, I have two events of creating consumer for queue INPUT_QUEUE with filter. First is created by application, secon