Re: Update of Spring planned for ActiveMQ Classic 5.18.5?

2024-06-03 Thread Matt Pavlovich
. Spring has a massive OSS-based user community. -Matt Pavlovich > On Jun 3, 2024, at 10:18 AM, Boeltl, Stefan > wrote: > > Hi Matt, > > Thanks - but it would seem that Spring really EOLs Spring 5 in 08/2024 and > will provide updates only for paying customers... >

Re: Update of Spring planned for ActiveMQ Classic 5.18.5?

2024-06-03 Thread Matt Pavlovich
omatism")! >> >> And just between the two of us: I was the one asking for this EOL >> topic some time ago because we're stuck with Solaris on Sparc where >> Java 17 is not supported... currently it looks like our way forward >> will be to migrate to Artemis for th

Re: Update of Spring planned for ActiveMQ Classic 5.18.5?

2024-06-03 Thread Matt Pavlovich
Hi Stefan- Currently, the work is on a 6.2.0 release and a 5.18.x will usually come around the same time. Dependencies (including Spring) are updated ahead of each release. Keep in mind Spring is planning to EOL OSS support in August of 2024. I recommend starting to make plans for ActiveMQ

[jira] [Updated] (AMQ-9455) DestinationPolicy to support MessageInterceptorStrategy

2024-05-31 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9455: Summary: DestinationPolicy to support MessageInterceptorStrategy (was: DestinationPolicy to support

Re: ActiveMQ Classic SSL/TLS Support

2024-05-28 Thread Matt Pavlovich
, Matt Pavlovich > On May 28, 2024, at 8:36 AM, Daniel Raj wrote: > > Hi team > > I could find some details about how to configure ssl but not quite sure if > ActiveMQ Classic supports TLS1.2 & TLS1.3. > > Appreciate if someone could confirm this

[jira] [Commented] (AMQ-9482) Broker crashes after runaway threads spawn

2024-05-27 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849786#comment-17849786 ] Matt Pavlovich commented on AMQ-9482: - [~tomtichy] Keep in mind that the out-of-the-box defaults

Re: Log JMS headers

2024-05-27 Thread Matt Pavlovich
Hi Peter- Are you trying to log on the client side or server-side? For the broker-side, there is a LoggingBrokerPlugin that will log the JMS properties and headers for each message. For the client-side, that is usually application-specific. Some frameworks have built-in support to log message

[jira] [Commented] (AMQ-9482) Broker crashes after runaway threads spawn

2024-05-24 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849318#comment-17849318 ] Matt Pavlovich commented on AMQ-9482: - There are a ton of environment and use case specific details

Re: Setting up a network of brokers: queues not syncing

2024-05-23 Thread Matt Pavlovich
Hi Marc- Yep, that approach sounds on target. The async-replication is a successful approach to avoid the side-effects with sync-based replication in messaging systems. -Matt > On May 22, 2024, at 5:43 PM, Marc Boorshtein wrote: > > Thanks Matt for the explanation. We have two scenarios we

Re: Setting up a network of brokers: queues not syncing

2024-05-22 Thread Matt Pavlovich
unplanned outages that require taking the entire cluster down to resend. Large ActiveMQ clusters often see better overall cluster uptime using VM volumes, Kubernetes Volumes and infrastructure-level HA components vs trying to replicate at the message broker layer. Best, Matt Pavlovich > On May

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Matt Pavlovich
> Just to clarify, the PendingMessageLimitStrategy applies to Classic, but > the question was about Artemis. > > > Justin > > On Tue, May 21, 2024 at 11:41 AM Matt Pavlovich wrote: > >> .. or when the PendingMessageLimitStrategy is applied messages may be >> dropped based on desi

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Matt Pavlovich
.. or when the PendingMessageLimitStrategy is applied messages may be dropped based on desired message pattern. > On May 21, 2024, at 10:40 AM, Jean-Baptiste Onofré wrote: > > Hi, > > If you don't have any subscribers on the topic, the message is directly > removed. > > If you have

Re: [VOTE] Include unsubscribe me on all ActiveMQ mail lists..

2024-05-16 Thread Matt Pavlovich
+1 binding > On May 16, 2024, at 1:19 PM, Clebert Suconic > wrote: > > I want to propose having all of our user lists including an > Unsubscribe-me link at the end of the messages. Such unsubscribe-me > should include the link with enough information to remove such > subscriptions. Something

Re: Need help in upgrading activemq

2024-05-14 Thread Matt Pavlovich
This looks like a problem with slf4j logging library compatibility. -Matt > On May 13, 2024, at 11:20 PM, Sowjanya wrote: > > Hi > > We are trying to upgrade from activemq 5.11.2 to 5.12.0, New version of > activemq is being reflected but unfortunately not able to access any module > in our

Re: Security filters

2024-05-10 Thread Matt Pavlovich
are filtered to _separate_ queues and permissions handled there vs trying to sub-divide a single shared queue. Thanks, Matt Pavlovich > On May 10, 2024, at 8:47 AM, Daniel Martín Anido > wrote: > > Hi there! > > I'm trying to let external users access my broker. Messages co

Re: I can’t get activemq 5 to run with Spring 5

2024-05-08 Thread Matt Pavlovich
, activemq-broker, etc. I sent you a Slack invite. -Matt Pavlovich > On May 8, 2024, at 4:19 AM, Jonas Jansson wrote: > > Hi folks, i desperately need som guidance as to how to get my ActiveMQ > upgrade to work with Tomcat and Spring5. > (If Slack is better, happy to ge

Re: can you please send me an invite link to join the ActiveMQ Slack channel

2024-05-07 Thread Matt Pavlovich
Invitation request submitted -Matt Pavlovich > On May 7, 2024, at 2:17 PM, Tim Jones wrote: > > Hi, > > can you please send me an invite link to join the ActiveMQ Slack channel. > > > Thanks > > Tim

Re: Unable to configure SSL and authentication

2024-05-07 Thread Matt Pavlovich
or log messages? Thanks, Matt Pavlovich > On May 7, 2024, at 2:07 AM, Naveen Kumar wrote: > > Hi all, > > I'm using Apache ActiveMQ Classic 5.16.7 version. My requirement is to > enable SSL and authentication for the JMX URL to prevent from RMI. > > I have generated cer

Re: OSGi or karaf-specific file storage service?

2024-05-06 Thread Matt Pavlovich
Hi Steinar- No, this is beyond the scope of what OSGi provides as an application runtime. This would be something provided by an application written in Java and deployed as an application-level service. Thanks, Matt > On May 6, 2024, at 11:50 AM, Steinar Bang wrote: > > Is there an OSGi, or

[jira] [Work started] (AMQ-9484) Support exporting kahadb messages from a queue with an offset

2024-05-02 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AMQ-9484 started by Matt Pavlovich. --- > Support exporting kahadb messages from a queue with an off

[jira] [Work started] (AMQ-9480) Update activemq-osgi import for Jetty 11 and 12

2024-05-02 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AMQ-9480 started by Matt Pavlovich. --- > Update activemq-osgi import for Jetty 11 and

[jira] [Work started] (AMQ-9455) DestinationPolicy to support MessageStrategy

2024-05-02 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AMQ-9455 started by Matt Pavlovich. --- > DestinationPolicy to support MessageStrat

[jira] [Updated] (AMQ-9480) Update activemq-osgi import for Jetty 11 and 12

2024-05-02 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9480: Summary: Update activemq-osgi import for Jetty 11 and 12 (was: Update activemq-osgi import

[jira] [Updated] (AMQ-9373) Add advanced browse that supports paging out-of-band

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9373: Fix Version/s: (was: 6.2.0) > Add advanced browse that supports paging out-of-b

[jira] [Closed] (AMQ-9240) Enable queue/topic specific expiration configuration

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich closed AMQ-9240. --- The implementation for this request is in AMQ-9455 > Enable queue/topic specific expiration configurat

[jira] [Updated] (AMQ-9373) Add advanced browse that supports paging out-of-band

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9373: Fix Version/s: 6.x > Add advanced browse that supports paging out-of-b

[jira] [Updated] (AMQ-9240) Enable queue/topic specific expiration configuration

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9240: Fix Version/s: (was: 6.2.0) > Enable queue/topic specific expiration configurat

[jira] [Resolved] (AMQ-9240) Enable queue/topic specific expiration configuration

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich resolved AMQ-9240. - Resolution: Duplicate > Enable queue/topic specific expiration configurat

[jira] [Updated] (AMQ-8476) Improve maxFrameSize exception message when maxFrameSize < 1MB

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8476: Fix Version/s: 6.x (was: 6.2.0) > Improve maxFrameSize exception message w

[jira] [Updated] (AMQ-8477) Centralize util methods in BaseNetworkTest

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8477: Fix Version/s: 6.x (was: 6.2.0) > Centralize util methods in BaseNetworkT

[jira] [Updated] (AMQ-9302) Modernize activemq-openwire-generator

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9302: Fix Version/s: 6.x (was: 6.2.0) > Modernize activemq-openwire-genera

[jira] [Updated] (AMQ-8525) Improve unit test exec times

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8525: Fix Version/s: 6.x (was: 6.2.0) > Improve unit test exec ti

[jira] [Updated] (AMQ-8577) Clean-up flaky unit tests

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8577: Fix Version/s: 6.x (was: 6.2.0) > Clean-up flaky unit te

[jira] [Updated] (AMQ-8975) Add config option to send Max Connections exceeded exception to client

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8975: Fix Version/s: 6.x (was: 6.2.0) > Add config option to send Max Connecti

[jira] [Updated] (AMQ-8414) Support KahaDB stats to be nanoseconds

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8414: Fix Version/s: 6.x (was: 6.2.0) > Support KahaDB stats to be nanoseco

[jira] [Updated] (AMQ-8335) Migrate deprecated o.spring.PropertyPlaceholderConfigurer to org.springframework.context.support.PropertySourcesPlaceholderConfigurer

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8335: Fix Version/s: 6.x (was: 6.2.0) > Migrate depreca

[jira] [Updated] (AMQ-5625) Allow AbortSlowConsumerStrategy to specify a fixed number of pending messages to consider a consumer slow

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-5625: Fix Version/s: 6.x (was: 6.2.0) (was: 5.18.5) > Al

[jira] [Resolved] (AMQ-9457) Add activemq-bom

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich resolved AMQ-9457. - Resolution: Done > Add activemq-bom > > > K

[jira] [Updated] (AMQ-9117) Remove jettison in favor of xstream built-in JSON support

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9117: Fix Version/s: 6.x (was: 6.2.0) > Remove jettison in favor of xstream bu

[jira] [Work started] (AMQ-9359) Upgrade to jakarta.servlet-api 6.0.0 & Jetty 12.0.x

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AMQ-9359 started by Matt Pavlovich. --- > Upgrade to jakarta.servlet-api 6.0.0 & Jetty

[jira] [Updated] (AMQ-9059) Remove deprecated 'reliable' transport

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9059: Fix Version/s: 6.x (was: 6.2.0) > Remove deprecated 'reliable' transp

[jira] [Updated] (AMQ-8479) Remove deprecated copyMessage from CompositeDestination

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8479: Fix Version/s: 6.x (was: 6.2.0) > Remove deprecated copyMessage f

[jira] [Updated] (AMQ-8479) Remove deprecated copyMessage from CompositeDestination

2024-05-01 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-8479: Description: copyMessages is flagged as deprecated and should be removed in 6.x (was: copyMessages

[jira] [Updated] (AMQ-9359) Upgrade to jakarta.servlet-api 6.0.0 & Jetty 12.0.x

2024-04-30 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9359: Fix Version/s: 6.2.0 (was: 7.0.0) > Upgrade to jakarta.servlet-api 6.

[jira] [Commented] (AMQ-9359) Upgrade to jakarta.servlet-api 6.0.0 & Jetty 12.0.x

2024-04-30 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842396#comment-17842396 ] Matt Pavlovich commented on AMQ-9359: - Bringing this forward to ActiveMQ 6.2.0 > Upgr

[jira] [Assigned] (AMQ-9359) Upgrade to jakarta.servlet-api 6.0.0 & Jetty 12.0.x

2024-04-30 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich reassigned AMQ-9359: --- Assignee: Matt Pavlovich (was: Jean-Baptiste Onofré) > Upgrade to jakarta.servlet-api 6.

[jira] [Updated] (AMQ-9455) DestinationPolicy to support MessageStrategy

2024-04-29 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9455: Fix Version/s: 6.2.0 > DestinationPolicy to support MessageStrat

[jira] [Assigned] (AMQ-9487) Deprecated tag for ForcePersistencyModeBroker and TimeStampingBrokerPlugin

2024-04-29 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich reassigned AMQ-9487: --- Assignee: Matt Pavlovich > Deprecated tag for ForcePersistencyModeBro

[jira] [Updated] (AMQ-9455) DestinationPolicy to support MessageStrategy

2024-04-29 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9455: Summary: DestinationPolicy to support MessageStrategy (was: MessagePolicies added

[jira] [Created] (AMQ-9487) Deprecated tag for ForcePersistencyModeBroker and TimeStampingBrokerPlugin

2024-04-29 Thread Matt Pavlovich (Jira)
Matt Pavlovich created AMQ-9487: --- Summary: Deprecated tag for ForcePersistencyModeBroker and TimeStampingBrokerPlugin Key: AMQ-9487 URL: https://issues.apache.org/jira/browse/AMQ-9487 Project: ActiveMQ

Re: Why the option for createConnector?

2024-04-29 Thread Matt Pavlovich
Hi Douglas- Yeah, it is outdated. Definitely a candidate for deprecation-for-removal in ActiveMQ 7.x Thanks, Matt Pavlovich > On Apr 29, 2024, at 11:37 AM, Doug Whitfield > wrote: > > Hi Folks, > > I am reading the JMX documentation at > https://activemq.apache.o

[jira] [Work started] (AMQ-9486) Upgrade Spring 6.1.6

2024-04-29 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AMQ-9486 started by Matt Pavlovich. --- > Upgrade Spring 6.1.6 > > > K

[jira] [Created] (AMQ-9486) Upgrade Spring 6.1.6

2024-04-29 Thread Matt Pavlovich (Jira)
Matt Pavlovich created AMQ-9486: --- Summary: Upgrade Spring 6.1.6 Key: AMQ-9486 URL: https://issues.apache.org/jira/browse/AMQ-9486 Project: ActiveMQ Classic Issue Type: Dependency upgrade

[jira] [Updated] (AMQ-9486) Upgrade Spring 6.1.6

2024-04-29 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9486: Fix Version/s: 6.2.0 > Upgrade Spring 6.1.6 > > > K

[jira] [Assigned] (AMQ-9486) Upgrade Spring 6.1.6

2024-04-29 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich reassigned AMQ-9486: --- Assignee: Matt Pavlovich > Upgrade Spring 6.

[HEADS-UP] Starting on 6.2.0-SNAPSHOT

2024-04-29 Thread Matt Pavlovich
policies instead of broker-wide plugin — ie forced persistence, JMSXUserID, etc) - Add’l JMS 3.1/2.0 features Thanks, Matt Pavlovich

Re: ActiveMQ Classic Broker Stuck in Recovery

2024-04-26 Thread Matt Pavlovich
to reproduce it in a unit test or get a specific error message, we’d be able to give it a shot. If your organization really needs a root cause — checkout out the commercial support options. Thanks, Matt Pavlovich > On Apr 26, 2024, at 3:19 PM, Derek Zhang wrote: > > Thanks Justin, >

Re: [VOTE] Archive unused or out-of-date repos

2024-04-26 Thread Matt Pavlovich
Thanks, Justin! This is a nice spring cleaning on the repos. -Matt > On Apr 26, 2024, at 11:50 AM, Justin Bertram wrote: > > The vote passed with 7 binding votes. > > The following votes were received: > > Binding: > +1 Justin Bertram > +1 Tim Bish > +1 Havre

[jira] [Created] (AMQ-9485) Host activemq-protobuf modules in main source tree

2024-04-24 Thread Matt Pavlovich (Jira)
Matt Pavlovich created AMQ-9485: --- Summary: Host activemq-protobuf modules in main source tree Key: AMQ-9485 URL: https://issues.apache.org/jira/browse/AMQ-9485 Project: ActiveMQ Classic Issue

Re: [VOTE] Archive unused or out-of-date repos

2024-04-23 Thread Matt Pavlovich
+1 > On Apr 23, 2024, at 12:57 PM, Justin Bertram wrote: > > Following up from the previous discussion thread on this subject, I'd like > to propose a vote for archiving the following repos: > > - activemq-stomp - https://github.com/apache/activemq-stomp > - activemq-activeio -

[jira] [Commented] (AMQ-9484) Support exporting kahadb messages from a queue with an offset

2024-04-23 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17840162#comment-17840162 ] Matt Pavlovich commented on AMQ-9484: - [~cshannon] I updated the description to provide more details

[jira] [Updated] (AMQ-9484) Support exporting kahadb messages from a queue with an offset

2024-04-23 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9484: Description: Support exporting and pulling messages from a MessageStore with an offset, to prevent

[jira] [Updated] (AMQ-9484) Support exporting kahadb messages from a queue with an offset

2024-04-23 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9484: Summary: Support exporting kahadb messages from a queue with an offset (was: Support exporting

[jira] [Updated] (AMQ-9484) Support exporting kahadb messages from a queue with an offset

2024-04-23 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9484: Fix Version/s: 6.2.0 > Support exporting kahadb messages from a queue with an off

[jira] [Assigned] (AMQ-9484) Support exporting kahadb messages from a queue with an offset

2024-04-23 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich reassigned AMQ-9484: --- Assignee: Matt Pavlovich > Support exporting kahadb messages from a queue with an off

[jira] [Updated] (AMQ-9484) Support exporting kahadb messages from a queue with an offset

2024-04-23 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9484: Fix Version/s: 5.18.5 > Support exporting kahadb messages from a queue with an off

[jira] [Created] (AMQ-9484) Support exporting messages from a queue with an offset

2024-04-23 Thread Matt Pavlovich (Jira)
Matt Pavlovich created AMQ-9484: --- Summary: Support exporting messages from a queue with an offset Key: AMQ-9484 URL: https://issues.apache.org/jira/browse/AMQ-9484 Project: ActiveMQ Classic

Re: [DISCUSS] Delete unused or out-of-date repos

2024-04-18 Thread Matt Pavlovich
be some unforeseen reason to release an update out of this repo. Thanks! Matt Pavlovich > On Apr 18, 2024, at 2:40 PM, Justin Bertram wrote: > > During the process of researching the proposed move to GitHub Issues I > reviewed all ActiveMQ Git repos [1]. I noticed a handful that

Re: [PROPOSAL] Enable GH issues

2024-04-16 Thread Matt Pavlovich
y required before committership (the Apache >> 2.0 license already covered contributor, it has been discussed on >> LEGAL Jira). >> Second, you don't report security issues on a mailing list, you go to >> secur...@apache.org. >> Explaining how to report issue, create PR, c

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-16 Thread Matt Pavlovich
clarity). > > Regards > JB > > On Tue, Apr 16, 2024 at 5:26 PM Matt Pavlovich wrote: >> >> @dev- >> >> I’m summarizing the good points here and starting [PROPOSAL] thread to draft >> up potential next steps. >> >> Thanks, >> Matt >&g

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-16 Thread Matt Pavlovich
the purposes for a Jira issue vs. > comments in a PR. These are two completely different artifacts serving > different needs in the process and you cannot replace one with the other. > > Bruce > > On Tue, Apr 16, 2024 at 9:27 AM Matt Pavlovich wrote: > >> @dev- >&

[PROPOSAL] Enable GH issues

2024-04-16 Thread Matt Pavlovich
id for reference and linking. Op-B. Use of GHT Project(s) for planning and tracking Issue & PR for releases. Thanks, Matt Pavlovich

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-16 Thread Matt Pavlovich
@dev- I’m summarizing the good points here and starting [PROPOSAL] thread to draft up potential next steps. Thanks, Matt > On Apr 16, 2024, at 9:58 AM, Matt Pavlovich wrote: > > Robbie- > > One option with GH issues is we can have them prompted with a ’type’ (for >

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-16 Thread Matt Pavlovich
them toward being generally applicable. > > I believe there are private subversion repo areas for PMCs (never use > it though), not sure whether there are facilities yet for PMC git > repos. > > On Mon, 8 Apr 2024 at 17:27, Matt Pavlovich wrote: >> >> Got it, tha

Re: ActiveMQ Classic v6.x - Encrypted passwords for web-based services

2024-04-16 Thread Matt Pavlovich
and service management (even though > authZ can make sure some users only can access the service and some users can > only access the management). > > > BR, > > - Simon > > ____ > From: Matt Pavlovich > Sent: 16 April 2024 05:06

Re: ActiveMQ Classic v6.x - Encrypted passwords for web-based services

2024-04-15 Thread Matt Pavlovich
Note — This also falls under one of the goals for ActiveMQ 7.x’s non-Spring bootstrapping to support single JAAS-provider for all services, that uses broker-wide crypto and config services to handle encrypted macro expansion across authn/authz and config params. > On Apr 13, 2024, at 11:49 PM,

[jira] [Created] (AMQ-9480) Update activemq-osgi import for Jetty 11

2024-04-12 Thread Matt Pavlovich (Jira)
Matt Pavlovich created AMQ-9480: --- Summary: Update activemq-osgi import for Jetty 11 Key: AMQ-9480 URL: https://issues.apache.org/jira/browse/AMQ-9480 Project: ActiveMQ Classic Issue Type: Task

[jira] [Assigned] (AMQ-9480) Update activemq-osgi import for Jetty 11

2024-04-12 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich reassigned AMQ-9480: --- Assignee: Matt Pavlovich > Update activemq-osgi import for Jetty

[jira] [Updated] (AMQ-9480) Update activemq-osgi import for Jetty 11

2024-04-12 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9480: Fix Version/s: 6.2.0 > Update activemq-osgi import for Jetty

Re: [VOTE] Apache ActiveMQ "Classic" 6.1.2 release

2024-04-12 Thread Matt Pavlovich
+1 (binding) - Reviewed tickets - Confirmed various fixes (JMX runtime reload op) - Confirmed OSGi spring imports in Karaf Thanks, Matt Pavlovich > On Apr 11, 2024, at 3:08 PM, Jean-Baptiste Onofré wrote: > > Hi folks, > > I submit Apache ActiveMQ "Classic" 6

[jira] [Created] (KARAF-7823) Add a way to have a cfg file append options to featuresBoot

2024-04-11 Thread Matt Pavlovich (Jira)
Matt Pavlovich created KARAF-7823: - Summary: Add a way to have a cfg file append options to featuresBoot Key: KARAF-7823 URL: https://issues.apache.org/jira/browse/KARAF-7823 Project: Karaf

[jira] [Created] (AMQ-9478) Add unit test for modernized IntrospectionSupport

2024-04-11 Thread Matt Pavlovich (Jira)
Matt Pavlovich created AMQ-9478: --- Summary: Add unit test for modernized IntrospectionSupport Key: AMQ-9478 URL: https://issues.apache.org/jira/browse/AMQ-9478 Project: ActiveMQ Classic Issue

[jira] [Updated] (AMQ-9478) Add unit test for modernized IntrospectionSupport

2024-04-11 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated AMQ-9478: Fix Version/s: 6.2.0 > Add unit test for modernized IntrospectionSupp

Re: ActiveMQ Classic 5.18.4

2024-04-11 Thread Matt Pavlovich
Hi Stefan- The 5.18.4 release is “in-progress”, so it should update on website and Maven Central shortly. Thanks, Matt Pavlovich > On Apr 11, 2024, at 1:11 AM, Boeltl, Stefan > wrote: > > Dear ActiveMQ committers, > > One question regarding 5.18.4: has this bee

[jira] [Commented] (AMQ-9430) ActiveMQ 5.18.3 (Classic) and Java 17: runtimeConfigurationPlugin causes ClassNotFoundException

2024-04-11 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836175#comment-17836175 ] Matt Pavlovich commented on AMQ-9430: - I'm able to reproduce with JDK 11 and JDK 17. I believe

Re: [VOTE] Apache Karaf OSGi runtime 4.4.6 release

2024-04-09 Thread Matt Pavlovich
+1 (non-binding) - Download distribution - Tested installing various features Thanks, Matt Pavlovich > On Apr 9, 2024, at 8:33 AM, Jean-Baptiste Onofré wrote: > > Hi folks, > > I submit Apache Karaf OSGi runtime 4.4.6 release to your vote. > > This release is

[jira] [Created] (AMQ-9474) Update activemq-osgi import for Spring 6

2024-04-09 Thread Matt Pavlovich (Jira)
Matt Pavlovich created AMQ-9474: --- Summary: Update activemq-osgi import for Spring 6 Key: AMQ-9474 URL: https://issues.apache.org/jira/browse/AMQ-9474 Project: ActiveMQ Classic Issue Type: Task

[jira] [Comment Edited] (AMQ-9472) Wildcard publisher auto-creates wildcard topic and breaks authorization

2024-04-09 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17835432#comment-17835432 ] Matt Pavlovich edited comment on AMQ-9472 at 4/9/24 2:14 PM: - Recommended

[jira] [Commented] (AMQ-9472) Wildcard publisher auto-creates wildcard topic and breaks authorization

2024-04-09 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/AMQ-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17835432#comment-17835432 ] Matt Pavlovich commented on AMQ-9472: - Recommended alternative approach: 1. Use subscription(s) on one

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-08 Thread Matt Pavlovich
gt;> and no longer use Jira. This switch was made before my time so I'm >>>> not >>>>>>> sure of the reasoning. Personally, I don't really care too much >>>> either >>>>>>> way as I've used both but I wil

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-05 Thread Matt Pavlovich
> been >>>>> using and seems to work ok as you can list multiple projects >>>>> (versions) for an Issue or PR: >>>>> https://github.com/apache/accumulo/projects?type=classic >>>>> >>>>> 2) Robbie's

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-04 Thread Matt Pavlovich
> On Apr 4, 2024, at 1:26 PM, Robbie Gemmell wrote: > > To the later point around Discussions, I do think enabling those could > be good either way since, just like with Jira, people will often > create Issues to ask questions rather than e.g mail a mailing list. > They might use a Discussion

Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-03 Thread Matt Pavlovich
gement. Thank you for attending my TED talk, Matt Pavlovich > On Apr 2, 2024, at 2:52 PM, Justin Bertram wrote: > > There's been a few threads about this general subject, but most have > concentrated on Classic in particular. I think it's worth discussing > migration of ActiveM

Re: [VOTE] Apache ActiveMQ "Classic" 6.1.1 release

2024-04-03 Thread Matt Pavlovich
+1 (binding) - Reviewed PRs and JIRA issues - Downloaded dist tar.gz and exercised the broker Thanks JB! Matt Pavlovich > On Apr 2, 2024, at 12:40 AM, Jean-Baptiste Onofré wrote: > > Hi folks, > > I submit Apache ActiveMQ "Classic" 6.1.1 release to your vote. &

Re: [VOTE] Migrate ActiveMQ Classic issues from JIRA to GitHub

2024-03-28 Thread Matt Pavlovich
Hey Justin- Checking in.. have you had a chance to collect your findings? Thanks, Matt > On Mar 18, 2024, at 3:26 PM, Justin Bertram wrote: > > I hope to present it later this week. Thanks for your patience! > > > Justin > > On Sun, Mar 17, 2024 at 6:16 PM Matt Pa

[jira] [Updated] (KARAF-7682) Karaf does not stop when stop command issued

2024-03-28 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/KARAF-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Pavlovich updated KARAF-7682: -- Affects Version/s: 4.3.7 > Karaf does not stop when stop command iss

[jira] [Commented] (KARAF-7682) Karaf does not stop when stop command issued

2024-03-28 Thread Matt Pavlovich (Jira)
[ https://issues.apache.org/jira/browse/KARAF-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17831823#comment-17831823 ] Matt Pavlovich commented on KARAF-7682: --- v4.3.7 > Karaf does not stop when stop command iss

Re: activemq-6.1.0 missing observation

2024-03-27 Thread Matt Pavlovich
into the Camel side confidently knowing the broker part is good. Camel has its own error handling, and you may need to turn on debugging to see if Camel’s error handler is discarding the message. Ref: https://activemq.apache.org/logging-interceptor Thanks, Matt Pavlovich > On Mar 27, 2024, at 10:41

Re: Is there an ASF Jira link or other place where I can find a release ETA for ActiveMQ 6.0.2 and other versions ?

2024-03-26 Thread Matt Pavlovich
Hi James- ActiveMQ 6.1.1 is currently in the process of being released and includes Spring 6.1.5. There is no formal schedule published ahead of releases. JIRA tracks the planned issues for each release, and is the best place to track upcoming releases. Thanks, Matt Pavlovich > On Mar

Re: Future of ActiveMQ 5.x with nearing EOL of Spring 5.3.x

2024-03-25 Thread Matt Pavlovich
5.x will stay on Spring 5. This is all community support, so it is best effort. If you need formalized support, checkout the commercial offerings: https://activemq.apache.org/support Thanks, Matt Pavlovich > On Mar 25, 2024, at 10:45 AM, Boeltl, Stefan > wrote: > > Dear ActiveM

  1   2   3   4   5   6   7   8   9   10   >