Re: HA with replication not working in artemis 2.19.1

2025-04-14 Thread Niraj Kumar Rohit
Before we hav hornetq ,now we have to replace hornetq with artemis 2.19.1 On Tue, 15 Apr, 2025, 12:22 am Justin Bertram, wrote: > To clarify, you have a legacy product using Java 8, and you're embedding > ActiveMQ Artemis in it for the first time? > > > Justin > > On Mon, Apr 14, 2025 at 11:42 A

Re: Artemis 2.40.0 performance issues

2025-04-14 Thread Alexander Milovidov
Hi Justin, Sorry for the previous unfinished message. I have installed iotop on this home virtual machine and tried to check if the storage is loaded, but did not see any significant load. The console still opened slowly. There were two big chunks - 74.5 Mb and 63.2 Mb which were loaded in 1.1 mi

Re: Artemis 2.40.0 performance issues

2025-04-14 Thread Justin Bertram
Your response [1] appears to have been truncated for some reason. Could you clarify? Justin [1] https://lists.apache.org/thread/6vl4g24vp9cdwnjy06mvb2zskysyd6hz On Mon, Apr 14, 2025 at 2:35 PM Alexander Milovidov wrote: > Thank you for your help. > > This virtual > > пн, 14 апр. 2025 г. в 20

Re: Artemis 2.40.0 performance issues

2025-04-14 Thread Alexander Milovidov
Thank you for your help. This virtual пн, 14 апр. 2025 г. в 20:56, Justin Bertram : > Thanks for the thread dumps! > > I see that in all the "after_logon" thread dumps there is a thread like > this working: > > "qtp368040556-79" #79 prio=5 os_prio=0 cpu=3462.39ms elapsed=236.30s > tid=0x7fd5

Re: 2.40.0 HAWTIO console design

2025-04-14 Thread Gašper Čefarin
There was nothing specific - and no, i didn't see any of the mentioned links. I'm not really an active member, I only knew that there's a new console under development. I'm looking forward to using it on our systems, but like mentioned, it needs some improvements - hoping my PRs get some feedba

Re: HA with replication not working in artemis 2.19.1

2025-04-14 Thread Justin Bertram
To clarify, you have a legacy product using Java 8, and you're embedding ActiveMQ Artemis in it for the first time? Justin On Mon, Apr 14, 2025 at 11:42 AM Niraj Kumar Rohit < nirajkumarro...@gmail.com> wrote: > Hi Justin > > Using 2.19.1 because product is legacy and it is on java 8. > > On M

Re: Clustered Grouping: how to make sure that each queue on the cluster has at least one consumer registered

2025-04-14 Thread Justin Bertram
Off the top of my head I can't think of any reasons that message grouping necessarily wouldn't work with redistribution. Can you outline your exact use-case so I can test it myself. If you have a minimal, reproducible example (e.g. on GitHub or something) that would be ideal. Justin On Mon, Apr

Re: HA with replication not working in artemis 2.19.1

2025-04-14 Thread Niraj Kumar Rohit
Hi Justin Using 2.19.1 because product is legacy and it is on java 8. On Mon, 14 Apr, 2025, 6:42 pm Justin Bertram, wrote: > > i want to enable the web console in artemis 2.19.1. > > I answered a question similar to this on Stack Overflow [1] awhile back > that should give you a good idea of

Re: 2.40.0 HAWTIO console design

2025-04-14 Thread Justin Bertram
> I was also under the impression that the console would look different when finally included... Was there something specific that gave you that impression? Did you see the Jira [1] or the PR [2] related to the integration work or the vote thread [3] that said the new console was integrated? Keep

Re: how to separate permissions for replyTo temporary queues

2025-04-14 Thread Justin Bertram
This is being tracked via ARTEMIS-3692 [1]. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-3692 On Fri, Apr 11, 2025 at 2:55 AM Vilius Šumskas wrote: > That's what I was afraid of. It looks like we will have to allow send > permission for our external roles to all queues for now, an

Re: HA with replication not working in artemis 2.19.1

2025-04-14 Thread Justin Bertram
> i want to enable the web console in artemis 2.19.1. I answered a question similar to this on Stack Overflow [1] awhile back that should give you a good idea of what's needed. Aside from that, is there a specific reason you're using 2.19.1? That version was released in June of 2022 almost 3 yea

Re: 2.40.0 HAWTIO console design

2025-04-14 Thread Gašper Čefarin
Hello, I was also under the impression that the console would look different when finally included into the artemisMQ, when I was testing version 1.0.0 - hence no suggestions or comments from my side. I think the points made by Vilius and Jan are valid. I also suggest making jira issues for any

Re: Additional Info on certificate based authentication errors

2025-04-14 Thread Domenico Francesco Bruscino
Hi Shiv, to use OPENSSL as sslProvider with the netty-tcnative default artifact, your system must have both libapr-1 and OpenSSL installed and configured. Alternatively, you can use one of the netty-tcnative artifacts statically linked, for further details, see https://netty.io/wiki/forked-tomcat-

RE: Additional Info on certificate based authentication errors

2025-04-14 Thread Shiv Kumar Dixit
Hi Domenico, I am putting netty-tcnative-2.0.70.Final.jar in broker_home/lib folder but still the same error. I am running broker on a Windows laptop. Do I need to have openssl installed as pre-condition on my laptop as the documentation says " If used with OPENSSL you can add netty-tcnative to

Re: Additional Info on certificate based authentication errors

2025-04-14 Thread Domenico Francesco Bruscino
Hi Shiv, you need to add `netty-tcnative` to your classpath to use the native installed openssl. Regards, Domenico On Fri, 11 Apr 2025 at 11:37, Shiv Kumar Dixit wrote: > Hi Justin, > I set connectionsAllowed=3 on acceptor. I then ran 3 good listener apps. > It created 3 good connections and t

Re: HA with replication not working in artemis 2.19.1

2025-04-14 Thread Niraj Kumar Rohit
Hi justin Thanks , I am able to achieve HA by xml as well as API also. I was missing the connector configuration. New Requirement:- i want to enable the web console in artemis 2.19.1. What are the steps I need to do. I am using embbededActivemq.java to start the artemis. Thanks Niraj

Re: Clustered Grouping: how to make sure that each queue on the cluster has at least one consumer registered

2025-04-14 Thread Luchi Mirko
Hi Justin, for what concerns connection router, I'll take a better look at it (I quickly read the chapter some times ago but haven't made any serious thoughts about it yet). For what concerns message redistribution, I had already experimented with that, but it seems to me that when message gr