Re: ActiveMQ Artemis Release Schedule

2024-12-04 Thread Justin Bertram
This query might be helpful as well, and it doesn't require a Jira account: https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARTEMIS%20AND%20fixVersion%20%3D%202.39.0 It returns everything that's marked for 2.39.0 (which you can easily change). Justin On Wed, Dec 4, 2024 at 3:58 PM

Re: ActiveMQ Artemis Release Schedule

2024-12-04 Thread cooper . r . jones
Thanks! > On Dec 4, 2024, at 4:58 PM, ski n wrote: > > You can also track upcoming features on the Jira of Apache (Just need an > Apache account): > > https://issues.apache.org/jira/projects/ARTEMIS?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=unreleased > > Raym

Re: ActiveMQ Artemis Release Schedule

2024-12-04 Thread cooper . r . jones
That makes sense, thanks! And yeah Java 17 is fine for me. > On Dec 4, 2024, at 4:51 PM, Justin Bertram wrote: > > There's no strict schedule for releases. It really depends on what's being > developed and what folks want. This year there have been 7 Artemis > releases, and I expect there wil

Re: ActiveMQ Artemis Release Schedule

2024-12-04 Thread ski n
You can also track upcoming features on the Jira of Apache (Just need an Apache account): https://issues.apache.org/jira/projects/ARTEMIS?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=unreleased Raymond On Wed, Dec 4, 2024 at 10:51 PM Justin Bertram wrote: > There'

Re: ActiveMQ Artemis Release Schedule

2024-12-04 Thread Justin Bertram
There's no strict schedule for releases. It really depends on what's being developed and what folks want. This year there have been 7 Artemis releases, and I expect there will be another one (i.e. 2.39.0) this month. It's possible that 2.39.0 may require Java 17. Would that be a problem for you?

ActiveMQ Artemis Release Schedule

2024-12-04 Thread cooper . r . jones
Hey, Sorry if this is the wrong place to ask but are there any resources available to track when the next version of Artemis (2.39) is planning on being released? Thanks, Cooper - To unsubscribe, e-mail: users-unsubscr...@active

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-04 Thread Matt Pavlovich
Hi Ravindu- The ActiveMQ web console uses a separate JAAS realm in 5.x — you will need to modify the conf/jetty.xml and related realm files used by Jetty. (Jetty is the sub-component that provides the http:// services in ActiveMQ) Thanks, Matt > On Dec 4, 2024, at 4:13 AM, Ravindu Wanasinghe

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-04 Thread Ravindu Wanasinghe
HI Matt, We need to use this sldap authentication when logging to the activemq console(GUI) from a browser. Could you please guide us which files/configurations are used for the authentication in activemq console. Regards, Ravindu. On Wed, 4 Dec 2024 at 04:14, Matt Pavlovich wrote: > Hi Ravind