Commit Graph

11365 Commits

Author SHA1 Message Date
Christopher L. Shannon (cshannon) d46b74d674 AMQ-9107 - rework performance improvement for consumer closing in
managed region broker

This new approach just looks matching Subscriptions from the region for the
destination which prevents having to store another map and falls back to
the old approach if something went wrong.
2022-11-03 06:43:55 -04:00
Christopher L. Shannon (cshannon) ea10d984d0 AMQ-9152: Make test classes abstract to fix surefire plugin 2022-11-01 17:49:35 -04:00
Christopher L. Shannon (cshannon) 596ee31687 AMQ-9153: Fix slow consumer advisory for queue subscriptions
Due to changes with Queues to check if consumers are full before adding
more messages to the subscription, the Queue dispatch logic needed to be
updated to mark subscriptions as slow and send advisories if configured
instead of relying on the subscription itself to do it.
2022-11-01 10:29:53 -04:00
Christopher L. Shannon (cshannon) ba0b7a25a0 AMQ-9152: Fix surefire setup to run all tests that are not excluded 2022-11-01 06:38:27 -04:00
Lucas Tétreault 98b7d3443c Add a test for offline durable subscriptions for AMQ-9107 2022-11-01 07:06:15 +01:00
Jean-Baptiste Onofré c33af578bc
Merge pull request #914 from mattrpav/AMQ-9115
[AMQ-9115] Upgrade to commons-daemon 1.3.2
2022-10-31 17:43:25 +01:00
Jean-Baptiste Onofré 006cf2fffb
Merge pull request #915 from mattrpav/AMQ-9116
[AMQ-9116] Upgrade to jettison 1.5.1
2022-10-31 17:39:18 +01:00
Jean-Baptiste Onofré 5ab691ee91
Merge pull request #917 from mattrpav/AMQ-8572
[AMQ-8572] Remove unused commons-lang3 dependency
2022-10-31 08:44:33 +01:00
Jean-Baptiste Onofré 1ef6d5d6f1
Merge pull request #923 from jbonofre/AMQ-9133
[AMQ-9133] Upgrade to ASM 9.4
2022-10-30 16:35:03 +01:00
Jean-Baptiste Onofré 6b9036b25c
Merge pull request #925 from jbonofre/AMQ-9130
[AMQ-9130] Upgrade to jackson 2.13.4 and jackson-databind 2.13.4.1
2022-10-30 16:32:12 +01:00
Jonathan Gallimore 731ca3694a Update XJC plugin to 3.3.2 2022-10-24 11:22:25 +01:00
Jean-Baptiste Onofré 5cbaa0356d [AMQ-9130] Upgrade to jackson 2.13.4 and jackson-databind 2.13.4.1 2022-10-23 17:59:04 +02:00
Jean-Baptiste Onofré 6e7a4c66f1 [AMQ-9133] Upgrade to ASM 9.4 2022-10-23 17:51:14 +02:00
Jean-Baptiste Onofré e2fcae8bab
Merge pull request #699 from Dm-Chebotarskyi/main
AMQ-6148 Reusing LDAP context to avoid creating new connections
2022-10-19 05:59:44 +02:00
Matt Pavlovich c86ed31122
[AMQ-9112] Upgrade to Spring 5.3.23 (#910) 2022-10-18 13:07:57 -05:00
Matt Pavlovich be1a5ec68e
[AMQ-9114] Upgrade to log4j2 2.19.0 (#913) 2022-10-18 13:07:39 -05:00
Dmytro Chebotarskyi 610b87aed8 AMQ-6148 re-using LDAP context for authentication 2022-10-14 10:56:33 -07:00
Jean-Baptiste Onofré 96a011d4b1
Merge pull request #908 from lucastetreault/AMQ-9107
[AMQ-9107] Remove consumers more efficiently in ManagedRegionBroker
2022-10-13 05:58:04 +02:00
Jean-Baptiste Onofré 3bcbc5b847
Merge pull request #919 from lucastetreault/AMQ-9119
[AMQ-9119] Fix serialization of RemoveInfo advisory message for AMQP consumers
2022-10-13 05:54:09 +02:00
Lucas Tétreault e0a37a5c30 Fix serialization of RemoveInfo advisory message for AMQP consumers 2022-10-12 19:06:44 -07:00
Matt Pavlovich 4fa107e896 [AMQ-8572] Remove unsued commons-lang3 dependency 2022-10-11 10:29:36 -05:00
Matt Pavlovich e9b7afbe1f [AMQ-9116] Upgrade to jettison 1.5.1 2022-10-11 08:47:33 -05:00
Matt Pavlovich 68a1d6e612 [AMQ-9115] Upgrade to commons-daemon 1.3.2 2022-10-11 08:43:54 -05:00
Matt Pavlovich 3de38130ed [AMQ-9113] Upgrade to Jetty 9.4.49.v20220914 2022-10-11 08:33:12 -05:00
Lucas Tétreault b7f73d4875 remove consumers more efficiently 2022-10-10 13:40:01 -07:00
Hervé Boutemy bd53a5bcf2 improve Reproducible Builds 2022-09-22 08:28:22 +02:00
Jean-Baptiste Onofré 84c193df81
Merge pull request #904 from amazon-mq/remove-dead-code
[NO JIRA] Removing unused variable `concurrentStoreAndDispatchTransactions` in `KahaDBStore`
2022-09-09 07:43:44 +02:00
Robbie Gemmell 52574a794a AMQ-9074: use -noindex to remove various .js files, disable html source listings for javadoc 2022-09-07 18:02:01 -04:00
Dmytro Chebotarskyi 73f827f9a6 [NO JIRA] Removing unused concurrentStoreAndDispatchTransactions variable from KahaDBStore. Cleaning up related unused code. 2022-09-06 12:18:40 -07:00
Matt Pavlovich 91b8a3cebd
[NO-JIRA] Add a 'Verify' stage to perform release verfication steps on every build (#905)
- add apache-rat:check
 - Add exclude .ts to rat config
2022-09-03 13:10:02 -05:00
Matt Pavlovich ead9533d53
[AMQ-8322] JMS2 Implementation - JMSContext, JMSProducer, JMSConsumer first pass (#729) 2022-09-02 08:21:11 -05:00
Matt Pavlovich 8c74765618
[NO-JIRA] Update Jenkinsfile to include a JDK 17 build (#902) 2022-08-30 12:43:09 -05:00
Matt Pavlovich b55e8cd5d2
[AMQ-9065] Replace ianal-maven-plugin with geronimo tools-maven-plugin for JDK 17 support (#901) 2022-08-30 11:28:26 -05:00
Jean-Baptiste Onofré 8d8a27c7a7 Add missing ASF header 2022-08-24 09:39:54 +02:00
Jean-Baptiste Onofré c4a3e3b0f1
Merge pull request #897 from jbonofre/AMQ-9026
[AMQ-9026] Use Spring 5.x namespace location in activemq-osgi
2022-08-23 07:49:17 +02:00
Jean-Baptiste Onofré 4a03869074
Merge pull request #898 from jbonofre/AMQ-9057
[AMQ-9057] Don't include OSGi contract in activemq-osgi
2022-08-23 07:45:58 +02:00
Jean-Baptiste Onofré 81ee88d911
Merge pull request #899 from mattrpav/AMQ-8981b
[AMQ-8981] Fix CustomBridgeFactoryTest
2022-08-23 07:11:58 +02:00
Matt Pavlovich 82a2374764 [AMQ-8981] Fix CustomBridgeFactoryTest 2022-08-22 17:11:05 -05:00
Jean-Baptiste Onofré c506d46c09 [AMQ-9057] Don't include OSGi contract in activemq-osgi 2022-08-22 08:09:14 +02:00
Jean-Baptiste Onofré 64ff517f0b [AMQ-9026] Use Spring 5.x namespace location in activemq-osgi 2022-08-21 08:04:29 +02:00
Jean-Baptiste Onofré 1afe72e666
Merge pull request #896 from jbonofre/AMQ-9000
[AMQ-9000] Upgrade to maven 3.8.6
2022-08-20 06:36:22 +02:00
Jean-Baptiste Onofré 6541b8d418 [AMQ-9000] Upgrade to maven 3.8.6 2022-08-19 18:38:51 +02:00
Jean-Baptiste Onofré 4acabd2e5a Use version from parent pom 2022-08-19 09:28:17 +02:00
Jean-Baptiste Onofré a7054d9d89
Merge pull request #875 from jbonofre/AMQ-9016
[AMQ-9016] Upgrade to geronimo-annotation_1.3_spec 1.3
2022-08-19 07:30:03 +02:00
Jean-Baptiste Onofré c417099337
Merge pull request #886 from jbonofre/AMQ-9038
[AMQ-9038] Upgrade to maven-consolets-plugin and maven-graph-plugin 1.45
2022-08-19 06:47:00 +02:00
Jean-Baptiste Onofré 85827ae633
Merge pull request #888 from jbonofre/AMQ-9036
[AMQ-9036] Upgrade to cobertura-maven-plugin 2.7
2022-08-19 06:45:37 +02:00
Jean-Baptiste Onofré 8cca01dbb5
Merge pull request #890 from jbonofre/AMQ-9034
[AMQ-9034] Upgrade to maven-war-plugin 3.3.2
2022-08-19 06:43:51 +02:00
Jean-Baptiste Onofré a2d5a54c32 [AMQ-9016] Upgrade to geronimo-annotation_1.3_spec 1.3 2022-08-18 07:28:12 +02:00
Jean-Baptiste Onofré 6371bf15e6
Merge pull request #884 from jbonofre/AMQ-9049
[AMQ-9049] Mention dicarded messages in getTotalDequeueCount operation of BrokerViewMBean
2022-08-18 07:26:11 +02:00
Jean-Baptiste Onofré a4ad35e642 [AMQ-9038] Upgrade to maven-consolets-plugin and maven-graph-plugin 1.45 2022-08-18 07:25:30 +02:00