Jean-Baptiste Onofré
455df1d0c7
Merge pull request #860 from jbonofre/AMQ-9010
...
[AMQ-9010] Upgrade to Spring 5.3.22
2022-07-28 17:44:58 +02:00
Jean-Baptiste Onofré
0a372c7363
Merge pull request #859 from jbonofre/AMQ-9002
...
[AMQ-9002] Upgrade to Pax URL 2.6.11
2022-07-28 17:43:08 +02:00
Jean-Baptiste Onofré
103d832709
[AMQ-9010] Upgrade to Spring 5.3.22
2022-07-28 10:09:28 +02:00
Jean-Baptiste Onofré
1ee49a619d
[AMQ-9002] Upgrade to Pax URL 2.6.11
2022-07-28 10:09:06 +02:00
artnaseef
2b50b3ff1b
[AMQ-8971] activemq-client karaf feature supporting both JMS 1.1 and JMS 2.0
2022-07-23 12:34:15 -07:00
Jean-Baptiste Onofré
fe358c9405
[AMQ-8994] Upgrade to Pax Logging 2.1.3
2022-07-23 07:52:35 +02:00
Jean-Baptiste Onofré
e04faac37d
Merge pull request #838 from lucastetreault/console-consumers
...
[AMQ-8597] Show active consumers in web console
2022-07-22 15:54:54 +02:00
Jean-Baptiste Onofré
c670247388
Merge pull request #853 from jbonofre/AMQ-8979
...
[AMQ-8979] Upgrade to Spring 5.3.21
2022-07-22 15:45:37 +02:00
Jean-Baptiste Onofré
5fa523fbf1
Merge pull request #858 from jbonofre/AMQ-8990
...
[AMQ-8990] Upgrade to shiro 1.9.1
2022-07-22 15:34:19 +02:00
Matt Pavlovich
680717cb95
[AMQ-8976] Add maxConnectionExceededCount metric for connectors ( #850 )
2022-07-18 16:20:25 -05:00
Jean-Baptiste Onofré
3263d81dce
[AMQ-8990] Upgrade to shiro 1.9.1
2022-07-11 09:40:06 +02:00
Jean-Baptiste Onofré
82f2c8d918
[AMQ-8979] Upgrade to Spring 5.3.21
2022-07-11 09:39:31 +02:00
charlie-aws
6e3b19bd59
AMQ-8987 EncryptableLDAPLoginModule support wider password encryption schemes
2022-07-08 14:23:06 -07:00
Matt Pavlovich
2b58e7b09f
[AMQ-8577] Minor updates to assembly unit tests to pass ( #855 )
...
* Add broker.waitUntilStarted(5000l); to broker startup tests
* Add exclusion for jolokia-access.xml to xml validation tests
2022-06-29 17:26:35 -05:00
Matt Pavlovich
1483d1c1e0
[AMQ-8980] Align maven-xbean-plugin to xbean version ( #854 )
...
Merging to work on getting unit tests going
2022-06-29 09:25:54 -05:00
Matt Pavlovich
a1b2e3ae02
[AMQ-8978] Clean up WARNs in activemq-unit-tests ( #852 )
2022-06-29 09:08:22 -05:00
Matt Pavlovich
6598ec5717
[AMQ-8977] Upgrade to mockito 4.6.1 ( #851 )
2022-06-29 09:08:08 -05:00
Matt Pavlovich
77738cab5f
[NO-JIRA] Update Jenkins timeout to allow tests to complete ( #849 )
2022-06-24 10:06:42 -05:00
Matt Pavlovich
3aacc4744b
[AMQ=8625] Upgrade maven-bundle-plugin 5.1.6 ( #846 )
2022-06-20 13:55:36 -05:00
Matt Pavlovich
262ac5534a
[AMQ-8626] Upgrade maven-compiler-plugin 3.10.1 ( #847 )
2022-06-20 12:19:24 -05:00
Matt Pavlovich
678a1242d9
[AMQ-8624] Upgrade common-daemon to 1.3.1 ( #845 )
2022-06-20 12:19:11 -05:00
Matt Pavlovich
524bc530c5
[AMQ-8623] Upgrade Jackson to 2.13.3 ( #844 )
2022-06-20 12:19:01 -05:00
Enrico Olivelli
4b08978062
AMQ-8613 Improve performance of selectors with a big sequence of OR and AND logical expressions
2022-05-31 12:07:23 +02:00
Endre Stølsvik
393a696955
AMQ-8617: RedeliveryPolicy:Exponential Backoff + NonBlockingRedelivery = too long delays
...
Scenario on client:
1. Employing RedeliveryPolicy with exponential backoff (keeping maximum
redeliveries at default 6)
2. Enabled non-blocking redelivery
3. Receiving e.g. 100 consecutive poison messages (which eventually
should DLQ after max redeliveries)
This will result in massive redelivery delays due to a logic bug.
The reason is that redeliveryDelay is a field variable kept on the
ActiveMQMessageConsumer, instead of being a property on the message - or
that the redelivery delay was calculated per message based on the
redelivery count.
When consecutive messages rollbacks multiple times, the redeliveryDelay
field is continuously multiplied by the backoff multiplier, resulting in
enormous delays.
Fix: Ditch the field variable, instead calculating the redeliveryDelay
per delivery from the redelivery count. (This happens to be identical to
how it is done in afterRollback() in ActiveMQSession:1004.)
Test is added - which fails with the previous code, and passes with
this. Added a debug log line for the calculated delay.
2022-05-31 01:56:30 +02:00
Zishuo Ding
f2c9a6c718
Refine the logging messages
2022-05-11 14:46:31 -04:00
Lucas Tétreault
4cedd80774
[AMQ-8597] Show active consumers in web console
2022-05-07 00:30:08 -07:00
Christopher L. Shannon (cshannon)
9b1eb96b83
NO-JIRA: activemq-log4j-appender maven-compiler-plugin should use root pom version
2022-04-28 10:43:49 -04:00
Jean-Baptiste Onofré
59dfbc3302
Merge pull request #832 from jbonofre/AMQ-8546
...
[AMQ-8546] Move jolokia-access.xml into ActiveMQ conf folder
2022-04-24 07:43:58 +02:00
Jean-Baptiste Onofré
80d4fc3e2e
Merge pull request #834 from mattrpav/AMQ-8590
...
[AMQ-8590] Update karaf feature to use jaxb-runtime vs jaxb-impl
2022-04-24 07:42:17 +02:00
Matt Pavlovich
3bf085c309
[AMQ-8590] Update karaf feature to use jaxb-runtime vs jaxb-impl
2022-04-22 08:53:27 -05:00
Jean-Baptiste Onofré
c56907a825
[AMQ-8546] Move jolokia-access.xml into ActiveMQ conf folder
2022-04-22 07:30:41 +02:00
Jean-Baptiste Onofré
1aa3031ebe
Merge pull request #833 from jbonofre/AMQ-8587
...
[AMQ-8587] Upgrade to tomcat 9.0.58
2022-04-22 07:28:33 +02:00
Jean-Baptiste Onofré
cd0bfd5ae1
This closes #743
2022-04-22 07:26:51 +02:00
Yury Gubernatorov
bb375895de
Quote queue names so that web console shows correct results for queue`s producers/subscribers
2022-04-22 07:26:17 +02:00
Jean-Baptiste Onofré
1fb071f23f
[AMQ-8587] Upgrade to tomcat 9.0.58
2022-04-20 16:11:50 +02:00
Jean-Baptiste Onofré
c0927c2937
Merge pull request #831 from jbonofre/AMQ-8583
...
[AMQ-8583] Move AMQP ResponseHandler interface into protocol package
2022-04-20 07:44:04 +02:00
Jean-Baptiste Onofré
82f5cbd65f
Merge pull request #828 from jbonofre/AMQ-8545
...
[AMQ-8545] Upgrade to Jolokia 1.7.1
2022-04-20 07:42:16 +02:00
Jean-Baptiste Onofré
239ddc05b1
[AMQ-8583] Move AMQP ResponseHandler interface into protocol package
2022-04-19 17:26:48 +02:00
Jean-Baptiste Onofré
8936c17707
Merge pull request #830 from jbonofre/AMQ-8558
...
[AMQ-8558] Remove activemq-itests-spring31 module
2022-04-19 17:07:33 +02:00
Jean-Baptiste Onofré
7bd6ef7fc4
[AMQ-8558] Remove activemq-itests-spring31 module
2022-04-19 11:06:01 +02:00
Jean-Baptiste Onofré
39c3ce7810
[AMQ-8545] Upgrade to Jolokia 1.7.1
2022-04-19 08:31:44 +02:00
Jean-Baptiste Onofré
d09fe45695
Merge pull request #829 from jbonofre/AMQ-8518
...
[AMQ-8518] Avoid NPE if path is null (at startup)
2022-04-19 08:28:45 +02:00
Jean-Baptiste Onofré
564d7bece6
Merge pull request #825 from jbonofre/AMQ-8585
...
[AMQ-8585] Upgrade to Spring 5.3.19
2022-04-19 08:27:04 +02:00
Jean-Baptiste Onofré
57fffe30d9
Merge pull request #783 from jbonofre/AMQ-8514
...
[AMQ-8514] Upgrade to groovy 4.0.1
2022-04-19 08:25:18 +02:00
Jean-Baptiste Onofré
89b7e9dbfa
Merge pull request #782 from jbonofre/AMQ-8513
...
[AMQ-8513] Upgrade to ant 1.10.12
2022-04-19 08:20:47 +02:00
Jean-Baptiste Onofré
0849ae0211
[AMQ-8518] Avoid NPE if path is null (at startup)
2022-04-18 16:52:46 +02:00
Jean-Baptiste Onofré
f3c7f21d9c
Merge pull request #826 from jbonofre/AMQ-8578
...
[AMQ-8578] Upgrade to xbean 4.21
2022-04-18 16:42:09 +02:00
Jean-Baptiste Onofré
7e21fa0110
[AMQ-8513] Upgrade to ant 1.10.12
2022-04-18 16:37:40 +02:00
Jean-Baptiste Onofré
d4ef7d3ee2
Merge pull request #763 from winne42/fix_encoding_error
...
fix encoding error in chat.js
2022-04-18 16:07:23 +02:00
Jean-Baptiste Onofré
b285955a3b
[AMQ-8585] Upgrade to Spring 5.3.19
2022-04-18 11:56:55 +02:00