8828 Commits

Author SHA1 Message Date
Erwin Dondorp
ea06621f3f ARTEMIS-3510 enhance detailed view of property JMS_AMQP_ORIGINAL_ENCODING 2021-10-01 09:56:54 +02:00
Justin Bertram
98a3af8383 This closes #3776 2021-09-29 13:39:59 -05:00
AntonRoskvist
919245b3b3 ARTEMIS-3501 Added exception handling on #handleAddMessage to not stop broker from starting with currupted messages 2021-09-29 13:39:49 -05:00
Robbie Gemmell
20511375de NO-JIRA: update to errorprone 2.9.0, fix errors, enable it when running on Java 17+ 2021-09-29 11:55:40 +01:00
Andy Taylor
e37175784c ARTEMIS-3493 - expose User ID (JMS Message ID) in send tab of console
https://issues.apache.org/jira/browse/ARTEMIS-3493
2021-09-28 08:11:26 +01:00
Justin Bertram
7ce1006e9d This closes #3775 2021-09-27 13:55:15 -05:00
Justin Bertram
1992143836 ARTEMIS-1960 clarify scale-down docs 2021-09-27 13:55:15 -05:00
Domenico Francesco Bruscino
371a7099a6 NO-JIRA clarify console access using certs
Co-authored-by: Paul Wright <5154224+pwright@users.noreply.github.com>
2021-09-27 07:04:50 +02:00
Clebert Suconic
6ed3b1d78c This closes #3774 2021-09-24 16:42:47 -04:00
Clebert Suconic
116545c589 ARTEMIS-3498 Bridge reconnects will not clear delivering count statistics on internal queues 2021-09-24 16:40:59 -04:00
Clebert Suconic
e4276e8cd0 NO-JIRA Update Paging Logging with extra information 2021-09-24 13:18:35 -04:00
Robbie Gemmell
ef677d14d4 NO-JIRA: update GHA builds to use Temurin, and JDK 17 instead of 16 2021-09-24 17:30:18 +01:00
Robbie Gemmell
8c90068527 ARTEMIS-3106: list the actual mechanism names not just the generalisation 2021-09-24 15:23:39 +01:00
gtully
72cfda6b1a ARTEMIS-2007 - refactor to make use of existing refCountForConsumers for tracking consumer count and remove need for volatile redistributor 2021-09-24 15:07:01 +01:00
gtully
28a10450b7 ARTEMIS-3106 - add some doc for SASL SCRAM-SHA
Update docs/user-manual/en/security.md
Co-authored-by: Robbie Gemmell <robbie@apache.org>
2021-09-24 15:03:00 +01:00
Robbie Gemmell
0527e07129 ARTEMIS-3497: update to proton-j 0.33.9 2021-09-24 10:59:56 +01:00
Domenico Francesco Bruscino
902cb105cf ARTEMIS-3485 Improve branding context init 2021-09-24 09:50:08 +02:00
gtully
824eaf7a69 no jira - fix leak of connection in case of failed attempt to connect 2021-09-23 17:03:49 +01:00
Emmanuel Hugonnet
fa439375e9 [ARTEMIS-3494]: ActiveMQClientProtocolManagerFactory shouldn't have a private constructor.
* Removing the 'private' constructor
* Removing the use of a static getInstance

Issue: https://issues.apache.org/jira/browse/ARTEMIS-3494
2021-09-23 11:28:06 +02:00
Justin Bertram
1a27d8e28d This closes #3761 2021-09-20 12:54:39 -05:00
Justin Bertram
e01d6c3846
ARTEMIS-2545 fix test 2021-09-20 12:54:14 -05:00
Justin Bertram
dada1cdb6a
NO-JIRA update versions doc 2021-09-19 21:35:52 -05:00
Clebert Suconic
a1d2a37679 This closes #3760 2021-09-18 10:45:55 -04:00
Domenico Francesco Bruscino
569c5994a5 ARTEMIS-3491 Fix cluster connection restart 2021-09-17 19:45:08 +02:00
Robbie Gemmell
515ac3a7cb ARTEMIS-3475: fix recursion and duplicate class name print from 2481a784f3ba7648f4b4322335bd3d4061aa4b01 2021-09-17 15:48:48 +01:00
Justin Bertram
ac419080d0 This closes #3757 2021-09-17 07:56:13 -05:00
Domenico Francesco Bruscino
a648805a59 ARTEMIS-3485 Fix web plugin contexts
Support custom web plugin contexts defined with the `url` attribute
of the `app` element in bootstrap.xml.
2021-09-17 07:56:13 -05:00
Robbie Gemmell
cbdaee4afa ARTEMIS-3300: fix checkstyle failure after f4f2f4eedad020427f5414e213130402cc3159af 2021-09-17 08:50:03 +01:00
Justin Bertram
0d81e399fb This closes #2220 2021-09-16 18:48:29 -05:00
JiriOndrusek
4d429b115c [ARTEMIS-1946] Cluster with allow-direct-connections-only="true" and localAddress in netty connections with allow-direct-connections-only="true" prevents core bridge to be created. 2021-09-16 18:48:28 -05:00
Justin Bertram
b772c47542 This closes #3576 2021-09-16 17:21:50 -05:00
Alexander Domke
f4f2f4eeda ARTEMIS-3300 Evaluation of the system property artmis.data in the OSGi environment in addition to karaf.data 2021-09-16 17:21:49 -05:00
Justin Bertram
a95c615317 This closes #3741 2021-09-16 17:19:02 -05:00
Andy Taylor
0545664b3d ARTEMIS-3474 - replace whitelist with allowlist in management.xml
https://issues.apache.org/jira/browse/ARTEMIS-3474
2021-09-16 17:19:02 -05:00
Justin Bertram
8f915dd627 This closes #3755 2021-09-16 17:17:33 -05:00
Paul Wright
236f280688 remove duplicate cache-timeout docs 2021-09-16 17:17:33 -05:00
Justin Bertram
48e6b97154 This closes #3756 2021-09-16 17:16:38 -05:00
Robbie Gemmell
8451f50b57 ARTEMIS-3486: update docs around data tools commands, note use of broker instance and refresh shown output 2021-09-16 17:16:38 -05:00
Clebert Suconic
0f23e29f01 NO-JIRA Rewording chapter Protocols as they don't refer to APIs 2021-09-16 11:42:24 -04:00
Paul Wright
1d73f7d2eb update description of cache-timeout 2021-09-16 10:48:02 -04:00
Clebert Suconic
cb17b78dd2 This closes #3747 2021-09-16 10:47:20 -04:00
Domenico Francesco Bruscino
b8ae6dca32 ARTEMIS-3476 Upgrade maven-artifact to 3.8.2 2021-09-16 10:47:19 -04:00
Domenico Francesco Bruscino
b64cc1fbe3 ARTEMIS-3478 Upgrade netty version to 4.1.68.Final 2021-09-16 10:45:55 -04:00
Domenico Francesco Bruscino
e8aeb99807 ARTEMIS-3477 Upgrade selenium-java to 3.141.59 2021-09-16 10:45:40 -04:00
Domenico Francesco Bruscino
2d6502d1f1 ARTEMIS-3479 Upgrade commons-codec version to 1.15 2021-09-16 10:45:26 -04:00
Emmanuel Hugonnet
f19337901a [ARTEMIS-2545]: Auto queue creation does not work with MDBs.
* Adding support for queue autocreation from the resource adapter.

Issue: https://issues.apache.org/jira/browse/ARTEMIS-2545
2021-09-16 10:44:54 -04:00
franz1981
6f1f9a62c2 This closes #3726 2021-09-16 14:16:39 +02:00
franz1981
cc527f6359 NO-JIRA Adding quorum paging & large msg BackupSyncJournalTest 2021-09-16 14:16:39 +02:00
Justin Bertram
447422604c ARTEMIS-3484 flesh out Jakarta Messaging support
Back in version 2.17.0 we began to provide Maven artifacts for Jakarta
Messaging client resources. This commit expands that support in the
following ways:

 - Distribute a Jakarta Messaging 3.0 client with the broker (in the
   'lib/client' directory alongside the JMS client.
 - Update documentation.
 - Add example using the Jakarta Messaging client.
 - Update Artemis CLI to use core instead of JMS as it was causing
   conflicts with the new Jarkarta Messaging client.
 - Add example to build Jarkarta Messaging version of the JCA RA for
   deployment into Jakarta EE 9 application servers.
2021-09-15 15:20:54 -04:00
Clebert Suconic
c3b403a980 ARTEMIS-3482 Removing non used methods and some reorg on message methods 2021-09-15 09:17:01 -04:00