7485 Commits

Author SHA1 Message Date
Clebert Suconic
4a25cc9c59 ARTEMIS-2775 Cleaning up activemq5-unit-ests
Some tests that are ignored, were never really operational.
2020-05-21 17:00:45 -04:00
Clebert Suconic
0106e26036 This closes #3145 2020-05-21 16:27:54 -04:00
brusdev
3bcea4e78e ARTEMIS-2774 Remove the divert transformer on divert destroying 2020-05-21 16:27:54 -04:00
Clebert Suconic
fda2b6c038 This closes #3144 2020-05-21 15:27:24 -04:00
zekeoptimo
31a401223b ARTEMIS-2773 Dockerfile Improvements
Rename Dockerfile-ubuntu to Dockerfile-debian
fix libaio1 dependency issue
updated scripts and readme
2020-05-21 15:26:49 -04:00
Clebert Suconic
b91a1c4d32 This closes #3142 2020-05-20 15:53:16 -04:00
Justin Bertram
4b7b612eb9 ARTEMIS-2771 support JVM GC & thread metrics 2020-05-20 15:53:15 -04:00
Clebert Suconic
818ab3d41c This closes #3141 2020-05-19 18:34:13 -04:00
Clebert Suconic
001a4b409e ARTEMIS-2769 ConfigurationHelper Test returning default on parsing error 2020-05-19 15:49:40 -04:00
Clebert Suconic
d17daf70ef This closes #2938 2020-05-18 16:26:28 -04:00
Howard Gao
d0a2186e9c ARTEMIS-2596 (kill -9) AMQ causes tmp web dir space usage to increase
If you kill the server without invoking a normal shutdown, tmp
web files are not cleaned out.  This leaves old webapp folders
lingering until a normal shutdown.

In a failover test environment that repeatedly kills the server,
this causes disk space usage issues.

The fix is to add a cleanup method before the web server starts.
It searches the tmp web dir if there is any leftover files/dirs
and delete them if any.
2020-05-18 16:25:48 -04:00
Clebert Suconic
faa83b2ba6 [maven-release-plugin] prepare for next development iteration 2020-05-16 18:38:47 -04:00
Clebert Suconic
5f49d89264 [maven-release-plugin] prepare release 2.13.0 2.13.0 2020-05-16 18:38:34 -04:00
Clebert Suconic
b44906eb84 This closes #3140 2020-05-16 11:40:08 -04:00
Clebert Suconic
1420ad7745 ARTEMIS-2766 Improving AMQPMessageSymbolSearch for correctness 2020-05-16 11:39:21 -04:00
Clebert Suconic
55582772f9 ARTEMIS-2767 Perf Improvement. Routing = null should still reuse context 2020-05-16 11:39:15 -04:00
Clebert Suconic
d2cec4e920 This closes #3139 2020-05-15 19:39:36 -04:00
Clebert Suconic
83c7942a78 ARTEMIS-2766 Fixing AMQP Large Messages after Parsing change 2020-05-15 17:57:00 -04:00
Clebert Suconic
fd2b869a1a Changing Extra Tests pom after pom changes 2020-05-15 16:56:52 -04:00
Clebert Suconic
c99fcd501b [maven-release-plugin] prepare for next development iteration 2020-05-15 16:42:54 -04:00
Clebert Suconic
47fafac760 [maven-release-plugin] prepare release 2.13.0 2020-05-15 16:42:41 -04:00
Clebert Suconic
cea651a5ef This closes #3073 2020-05-15 16:19:51 -04:00
Emmanuel Hugonnet
a88815d9b3 [ARTEMIS-2704]: Provide a SPI to manage and cache SSLContext.
* Adding a new SPI to allow for SSLContext reuse accross the broker.
 * Providing a default behaviour similar to the existing one.

[ARTEMIS-2718]: Take advantage of ARTEMIS-2704 to cache SSLContexts.
* Adding a cache for SSLContexts and reusing them accross acceptors and
  connectors.

Issue: https://issues.apache.org/jira/browse/ARTEMIS-2704
Issue: https://issues.apache.org/jira/browse/ARTEMIS-2718
2020-05-15 16:19:50 -04:00
Clebert Suconic
79fef2f20b This closes #3138 2020-05-15 16:17:15 -04:00
Clebert Suconic
8562e6a1a7 ARTEMIS-2766 Not parsing application properties for duplicate property 2020-05-15 16:17:15 -04:00
Clebert Suconic
d9caf839bd This closes #3130 2020-05-15 16:13:23 -04:00
Clebert Suconic
9ff3c17525 ARTEMIS-2757 improving flow control in AMQP 2020-05-15 16:12:07 -04:00
Clebert Suconic
75f72b63a5 This closes #3137 2020-05-15 10:39:25 -04:00
brusdev
d551163789 NO-JIRA Decrease queue check consume test timeout 2020-05-15 16:03:12 +02:00
Clebert Suconic
56797baf69 This closes #3118 2020-05-15 09:43:03 -04:00
Clebert Suconic
15b5616f0a ARTEMIS-2739 Adding Input for queue name 2020-05-15 09:43:02 -04:00
brusdev
8d5a212bd2 ARTEMIS-2739 Artemis health check tool
Add the command `check` to the Command Line utility. This command exposes some
checks for nodes and queues using the management API for most of them.
The checks have been implemented to be modular. Each user can compose his own
health check, ie to produce and consume from a queue the command is
`artemis check queue --name TEST --produce 1 --consume 1`.
2020-05-15 09:43:02 -04:00
Clebert Suconic
5db1aad860 This closes #3134 2020-05-15 09:23:14 -04:00
Francesco Nigro
4e1af3aea3 ARTEMIS-2762 JournalRecord is using too much memory to track JournalFile updates 2020-05-15 09:21:33 -04:00
Clebert Suconic
5a4057dbc0 This closes #3131 2020-05-14 15:16:23 -04:00
Justin Bertram
3bd0d8bf38 ARTEMIS-2758 support disabling metrics per address 2020-05-14 15:16:23 -04:00
Justin Bertram
902bcb7610 This closes #3136 2020-05-14 13:42:06 -05:00
Chris Rog
8cb5332a50 ARTEMIS-2765 Fix parsing error in XMLUtil
Fix a StringIndexOutOfBoundsException in XMLUtil while parsing system
properties in XML that contains curly braces or unterminated property
references
2020-05-14 13:42:06 -05:00
Robbie Gemmell
ba31813cef ARTEMIS-2764: update to Qpid JMS 0.51.0 2020-05-14 10:45:25 -04:00
Clebert Suconic
28143ef079 This closes #3133 2020-05-14 09:04:50 -04:00
brusdev
71d311322a ARTEMIS-2759 Warn ignored connection factory URI parameters 2020-05-14 09:04:49 -04:00
Justin Bertram
e14ff38bae This closes #3132 2020-05-13 15:01:25 -05:00
brusdev
be41019b50 ARTEMIS-2760 Filter AddressQueueReaper misleading error messages 2020-05-13 15:01:25 -05:00
Clebert Suconic
4011632230 This closes #3129 2020-05-13 13:58:46 -04:00
Clebert Suconic
4fe4220ff0 ARTEMIS-2372 / ARTEMIS-2740 Improving Message Annotations support in AMQP
- when sending messages to DLQ or Expiry we now use x-opt legal names
- we now support filtering thorugh annotations if using m. as a prefix.
- enabling hyphenated_props: to allow m. as a prefix
2020-05-13 10:55:36 -04:00
Clebert Suconic
88b7ee36a3 ARTEMIS-2761 Supporting Quoted IDs to allow complex names in AMQP
copied/borrowed from fd2139c27d
2020-05-13 10:46:11 -04:00
Clebert Suconic
47d0b6b84b This closes #3128 2020-05-12 15:57:28 -04:00
dengliming
2cd638afad NO-JIRA Remove deprecated sudo setting. 2020-05-12 15:57:16 -04:00
Clebert Suconic
b2041de93b This closes #3126 2020-05-11 14:56:24 -04:00
Christopher L. Shannon (cshannon)
80ce96768e ARTEMIS-2752: Properly cleanup Federated Address Divert consumers
DivertBindings are now properly cleaned up when a queue binding is
removed that matches the divert. The correct key is now used to remove
the queue address from the set and the correct address is now used to
remove the remote consumer.
2020-05-11 14:56:24 -04:00