Re: activemq-all-5.18.3.jar depends on log4j2 but does not include it

2023-11-15 Thread Jean-Baptiste Onofré
Hi, Thanks for the report. I guess you mean shading ? Because it would say it's not really a problem to not ship log4j, simply to allow us to pick the version you want. If you want it in the uber jar (shaded), let me check. I will probably a Jira and keep you posted. Regards JB On Thu, Nov 16, 2

RE: activemq-all-5.18.3.jar depends on log4j2 but does not include it

2023-11-15 Thread Norman Hamer
Er, sorry, I'd gone back and forth looking at commits a few times. I meant 030d1b5 / AMQ-9223 which is only on 5.18 -Original Message- From: Norman Hamer Sent: Wednesday, November 15, 2023 3:48 PM To: users@activemq.apache.org Subject: activemq-all-5.18.3.jar depends on log4j2 but does n

activemq-all-5.18.3.jar depends on log4j2 but does not include it

2023-11-15 Thread Norman Hamer
TL;DR this is a regression vs 5.17.6 It appears to me (code inspection) to be caused by commit e5970172 / AMQ-7426 activemq-all-5.18.3.jar(as far as I can tell, erroneously) includes a META-INF/services/org.slf4j.spi.SLF4JServiceProvider file specifying org.apache.logging.slf4j.SLF4JServiceProv

Re: ActiveMq Artemis console is not available

2023-11-15 Thread Justin Bertram
What *exactly* happens when you attempt to connect to the web console from your browser? Can you cut & paste your bootstrap.xml and jolokia-access.xml? Justin On Wed, Nov 15, 2023 at 12:32 PM Ruptam Sadhukhan wrote: > Hello Team > > I am new to activemq artemis ,I have setup on AWS EC2(tried

ActiveMq Artemis console is not available

2023-11-15 Thread Ruptam Sadhukhan
Hello Team I am new to activemq artemis ,I have setup on AWS EC2(tried on both ubuntu and redhat flavours) and changed the (binding address part) of bootstrap.xml and (allow origin) of jolokia.xml file to allow the address from anywhere also when I am doing an ./artemis run from bin folder of the

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-15 Thread Matt Pavlovich
… but you should use JB’s answer of using a separate JAAS realm for Jetty vs the 5.x-era approach. > On Nov 15, 2023, at 8:46 AM, Matt Pavlovich wrote: > > Hi Simon- > > Yes! The examples/conf folder in 6.0.0 contains the 5.x era configs for > jetty to revert back to dedicated JAAS for jetty

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-15 Thread Matt Pavlovich
Hi Simon- Yes! The examples/conf folder in 6.0.0 contains the 5.x era configs for jetty to revert back to dedicated JAAS for jetty-layer. Thanks, Matt Pavlovich > On Nov 14, 2023, at 10:41 PM, Simon Lundström wrote: > > Morning Matt, > > Is it possible to still separate auth[NZ] for web and

Re: Need support for STOMP with node js

2023-11-15 Thread Saurabh Singh
Hi Team, Thanks Matt and Justin for your valuable response and sorry for the confusion. I'll try again to mention my scenarios in detail. *I am using ActiveMq classic, in my node js project.* My application has implemented many queues (more than 50). each queue has its own configuration like thi

RE: [ActiveMQ Classic] Incorrect memory percent usage ?

2023-11-15 Thread CASAUX Nicolas
Hello Jean-Baptiste 😊, It's all default: I published only non-pers

Re: [ActiveMQ Classic] Incorrect memory percent usage ?

2023-11-15 Thread Jean-Baptiste Onofré
Hi What's your system usage in conf/activemq.xml ? Are you using both persistent and non persistent messages ? Regards JB On Tue, Nov 14, 2023 at 6:45 PM CASAUX Nicolas < nicolas.cas...@soprasteria.com> wrote: > > Hello, > > I'm facing some memory problems with ActiveMQ “Classic” with VirtualTo

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-15 Thread Jean-Baptiste Onofré
Hi Fabrice, Here's the steps to use LDAP for the ActiveMQ WebConsole (on ActiveMQ 5.x): 1. You have to add jetty-jaas jar in the lib/web folder, using the same version as the Jetty artifacts already there (for instance https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jaas/9.4.19.v20190610/j