8218 Commits

Author SHA1 Message Date
Justin Bertram
077087571f ARTEMIS-2943 fix static selector example
The static-selector example was using a multicast queue instead of an
anycast queue which meant that the consumer never actually received any
of the messages. Furthermore, it wasn't actually verifying that it
received the proper messages so there was no failure. This commit
resolves these issues.
2021-02-10 19:26:00 -05:00
Clebert Suconic
4f6c39809a This closes #3446 2021-02-10 19:25:12 -05:00
Justin Bertram
5574e1f7aa ARTEMIS-2343 "Illegal reflective access" with OpenJDK 11 2021-02-10 19:25:12 -05:00
Clebert Suconic
7f64822591 Revert "[ARTEMIS-3113]: Artemis AMQP shouldn't depend on JMS."
This reverts commit 5079ad10199b6b376abd5d872711a59e0a2492bf.
2021-02-10 18:34:25 -05:00
Michael André Pearce
6b1d534128 [NO-JIRA] Belated happy new year! 2021-02-10 16:56:36 -05:00
Justin Bertram
f0cb730672 NO-JIRA clarify clustered grouping docs 2021-02-10 13:44:25 -06:00
Clebert Suconic
7ada47e40a This closes #3448 2021-02-10 12:47:38 -05:00
Clebert Suconic
5079ad1019 [ARTEMIS-3113]: Artemis AMQP shouldn't depend on JMS.
* removing the  JMS dependency on AMQP module
* fixing destinations usage.

Jira: https://issues.apache.org/jira/browse/ARTEMIS-3113
2021-02-10 12:47:38 -05:00
Robbie Gemmell
e277421a0f NO-JIRA: refresh release instructions for website updates 2021-02-10 16:42:36 +00:00
Clebert Suconic
e5b27d6de7 NO-JIRA Adding thread dump logging 2021-02-10 10:40:24 -05:00
Clebert Suconic
54b273b785 NO-JIRA Link updates on RELEASE.md 2021-02-09 17:42:51 -05:00
Clebert Suconic
c0867f0361 [maven-release-plugin] prepare for next development iteration 2021-02-09 12:12:48 -05:00
Clebert Suconic
9b473698e0 [maven-release-plugin] prepare release 2.17.0 2021-02-09 12:12:35 -05:00
Clebert Suconic
b4f0decde2 NO-JIRA Removing performance-jmh from source distribution 2021-02-09 11:30:17 -05:00
Clebert Suconic
a50afb2eea This closes #3443 2021-02-09 11:21:52 -05:00
Justin Bertram
ea6b133ac8 ARTEMIS-3109 unsetting expiry-address results in excessive logging 2021-02-09 11:21:52 -05:00
Clebert Suconic
1647f5e1f1 NO-JIRA updating pom on jmh perf 2021-02-09 09:46:25 -05:00
Clebert Suconic
108334b333 NO-JIRA Fix Extra Tests pom 2021-02-08 16:09:13 -05:00
Clebert Suconic
6ed1e4c87d [maven-release-plugin] prepare for next development iteration 2021-02-08 15:56:31 -05:00
Clebert Suconic
06b29806ca [maven-release-plugin] prepare release 2.17.0 2021-02-08 15:56:18 -05:00
Clebert Suconic
624580a5ae This closes #3442 2021-02-08 14:40:43 -05:00
Justin Bertram
f1d5303994 ARTEMIS-2952 allow protected access to ActiveMQConnectionFactory readOnly 2021-02-08 14:40:43 -05:00
Clebert Suconic
017daa90f2 NO-JIRA fixing javadoc 2021-02-08 14:29:02 -05:00
Justin Bertram
cd7600314f ARTEMIS-3108 fixing yet another test failure 2021-02-08 11:45:26 -06:00
Justin Bertram
1dd34e6e54 ARTEMIS-3108 fixing another test failure 2021-02-08 11:43:43 -06:00
Justin Bertram
05e7198099 ARTEMIS-3108 fix test failure 2021-02-08 11:37:11 -06:00
Clebert Suconic
b8b4649053 This closes #3440 2021-02-08 12:19:42 -05:00
Justin Bertram
52de3827fe ARTEMIS-3108 bridge XML config doesn't allow -1
The value `-1` is valid for both the confirmation-window-size and the
producer-window-size elements.
2021-02-08 12:19:42 -05:00
Clebert Suconic
c81ba279e1 NO-JIRA update versions.md 2021-02-08 12:18:26 -05:00
Justin Bertram
0b62fdcf3d NO-JIRA update versions.md before release 2021-02-08 10:52:33 -06:00
Clebert Suconic
26972532a8 This closes #3437 2021-02-08 11:18:23 -05:00
Justin Bertram
86cb888b62 NO-JIRA remove failover-on-server-shutdown from bridge doc 2021-02-08 11:18:23 -05:00
Clebert Suconic
2c11c2e3e8 This closes #3438 2021-02-08 11:16:23 -05:00
Antonio Musarra
17ad9c701f ARTEMIS-3107 - Extension of the artemis-docker module
Adding Adoptopenjdk-11 as a build option on docker
2021-02-08 11:16:23 -05:00
Clebert Suconic
e5ae22b2bd This closes #3439 2021-02-08 07:09:50 -05:00
Domenico Francesco Bruscino
41affe11ee ARTEMIS-3086 Fix diagram refresh 2021-02-08 07:09:50 -05:00
Justin Bertram
c36f3a159b This closes #3431 2021-02-07 13:08:05 -06:00
Erwin Dondorp
6694912121 NO-JIRA remove single quotes on status screen title 2021-02-07 13:07:49 -06:00
Clebert Suconic
76e359279e This closes #3432 2021-02-07 11:18:29 -05:00
Christoph Läubrich
0bedb3048a ARTEMIS-33 Generic integration with SASL Frameworks
This adds the opportunity to register new SASL schemes via the default
java service-loader mechanism.
Implementors have to provide an implementation of the ServerSASLFactory
that is responsible for providing instances of the actual scheme.
2021-02-07 11:18:13 -05:00
Clebert Suconic
eb273d1073 This closes #3433 2021-02-07 11:16:31 -05:00
Justin Bertram
0148eec79a ARTEMIS-3099 wrong default producer-window-size on bridge in xml 2021-02-07 11:16:31 -05:00
Clebert Suconic
9e71256a5d This closes #3434 2021-02-07 11:16:08 -05:00
Justin Bertram
9b2d9b19b3 ARTEMIS-3095 clarify diagram check-boxes w/whitespace 2021-02-07 11:16:08 -05:00
Clebert Suconic
8862c116b6 This closes #3435 2021-02-07 11:15:26 -05:00
岳豹
9c5ec1b07c ARTEMIS-3105 large message file not closed on backup side 2021-02-07 10:41:41 +08:00
Clebert Suconic
e65eff0f24 ARTEMIS-3096 Fixing compilation on JDK 1.8 2021-02-04 17:35:36 -05:00
Clebert Suconic
337df5286c This closes #3427 2021-02-04 15:32:52 -05:00
Justin Bertram
b4f8aada3c ARTEMIS-3092 inconsistent JDBC config logging 2021-02-04 15:32:51 -05:00
Justin Bertram
4b314e2aab NO-JIRA fix JDBC parsing typo 2021-02-04 15:32:51 -05:00