Re: Confirmation please about ActiveMQ vulnerability

2023-11-08 Thread Justin Bertram
This [1] should answer your questions. Let me know if it doesn't. Justin [1] https://activemq.apache.org/news/cve-2023-46604 On Wed, Nov 8, 2023 at 6:24 PM ZIELINSKI, Adam wrote: > NVD - CVE-2023-46604 (nist.gov)< > https://nvd.nist.gov/vuln/detail/CVE-2023-46604> > > Using Artemis in some of

Confirmation please about ActiveMQ vulnerability

2023-11-08 Thread ZIELINSKI, Adam
NVD - CVE-2023-46604 (nist.gov) Using Artemis in some of my applications. Can someone please verify if the above vulnerability impacts Artemis at all? And if so, which versions? Kind Regards, Adam Zielinski Thi

Re: "Use current logon user" in Artemis management console does not work

2023-11-08 Thread Domenico Francesco Bruscino
Hi Aleksandr, I reproduced this issue connecting a client without user and password, see https://github.com/brusdev/activemq-artemis/commit/1b6697bda4bb19806d982cf9fe6a2a0ab6b45a3b Could you create a new JIRA? Thanks, Domenico On Thu, 19 Oct 2023 at 12:09, MILOVIDOV Aleksandr wrote: > Hi Dome

Re: Artemis 2.30: Messages stop being delivered after running well for a long time?

2023-11-08 Thread David Bennion
-- sorry, my mail client led me to a direct reply instead of to the group, resend to the group Justin, Thank you for your reply. Your questions: > Are the other working consumers on the same queue as the stalled consumer? No, all other consumers appear to be receiving messages from this same

RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-08 Thread SCOTT FIELDS
FYI, per the app using app teams, they're using the following protocols: Mqtt Amqp Openwire core -Original Message- From: SCOTT FIELDS Sent: Wednesday, November 1, 2023 1:03 PM To: users@activemq.apache.org Subject: [EXTERNAL] RE: Native Oauth/OIDC integration in ActiveMQ FYI, I'm awai

Re: Convert queue to configuration managed

2023-11-08 Thread Domenico Francesco Bruscino
Hi Stephen, updateQueue() JMX operation doesn't allow to change the `auto-delete` setting but it allows to change the `configuration-managed` setting, i.e. {"name":"MYQUEUE","configuration-managed":true} Regards, Domenico On Mon, 6 Nov 2023 at 17:55, Stephen Baker wrote: > Hello, > > A proble