Clebert Suconic
2b72653f29
This closes #2999
2020-03-05 21:38:09 -05:00
Justin Bertram
ed7fee6d9c
ARTEMIS-2643 allow masked password when resetting via mgmnt
2020-03-05 21:38:09 -05:00
Clebert Suconic
b156b7d3b3
This closes #2997
2020-03-05 21:37:37 -05:00
Justin Bertram
b2417d33b1
ARTEMIS-2640 mgmnt ops reporting wrong audit details
2020-03-05 21:37:37 -05:00
Clebert Suconic
e899fac372
This closes #2993
2020-03-05 21:36:35 -05:00
Justin Bertram
339ccccbd7
ARTEMIS-2631 address orphaned from JMS temp queue
2020-03-05 21:36:35 -05:00
Clebert Suconic
32829d6542
This closes #2992
2020-03-05 21:35:36 -05:00
Justin Bertram
766f88c22a
ARTEMIS-2629 ensure queue auto-delete after expiration
2020-03-05 21:35:35 -05:00
Clebert Suconic
9010db797d
This closes #2973
2020-03-05 21:34:53 -05:00
Justin Bertram
8c259116a8
NO-JIRA clarify & verify web socket support for MQTT
2020-03-05 21:34:53 -05:00
Justin Bertram
ead80eae5c
This closes #3002
2020-03-05 18:09:24 -06:00
brusdev
be0fa47d63
ARTEMIS-2644 Include client id into non durable subscriber queue name
2020-03-05 19:09:03 +01:00
Justin Bertram
9b4ece2e1d
This closes #2996
2020-03-04 10:58:26 -06:00
avi5kdonrh
e90a10b195
NO-JIRA clarify default id-cache-size in the doc
...
The default id cache size is 20000, not 2000
2020-03-04 10:56:59 -06:00
Francesco Nigro
ca37a09f87
This closes #2998
2020-03-04 12:37:55 +01:00
brusdev
c0f3ea66a9
ARTEMIS-2641 Openwire client runs out of credits after reconnection
...
Clear the messagePullHandler on setting prefetchSize.
2020-03-04 09:14:53 +01:00
Howard Gao
0c046641c0
This closes #2432
2020-03-03 19:40:30 +08:00
Howard Gao
cb8da54110
ARTEMIS-2716 Refactoring
2020-03-03 11:01:42 +00:00
Bartosz Spyrko-Smietanko
eb41be78f3
[ARTEMIS-2176] RA connection properties are not propagated to XARecoveryConfig
2020-03-03 08:56:18 +00:00
Clebert Suconic
6a04a33e6e
ARTEMIS-2637 Fixing checkstyle
2020-02-28 16:35:25 -05:00
Clebert Suconic
ea3c592c82
ARTEMIS-2637 Adding additional logging and fixing checkstyle
2020-02-28 15:19:11 -05:00
Clebert Suconic
ffb8df7f4b
This closes #2994
2020-02-28 12:12:31 -05:00
Clebert Suconic
0cac669840
ARTEMIS-2637 Making UDP client discovery resilient
...
In case there is a hardware, firewal or any other thing making the UDP connection to go deaf
we will now reopen the connection in an attempt to go over possible issues.
This is also improving locking around DiscoveryGroup initial connection.
2020-02-28 11:54:27 -05:00
Justin Bertram
34f2fc8e88
This closes #2988
2020-02-25 12:19:05 -06:00
brusdev
de113e47ae
ARTEMIS-2625 testListConsumers failing on IBM JDK 8
...
Fix JmxServerControlTest.testListConsumers.
2020-02-25 12:19:05 -06:00
Justin Bertram
692e44d999
This closes #2989
2020-02-25 12:08:00 -06:00
Paul Vogel
0879af8d1c
Typo fix for docker readme
2020-02-25 12:08:00 -06:00
Justin Bertram
00923025eb
This closes #2990
2020-02-25 12:02:51 -06:00
brusdev
1e9be7ddc9
ARTEMIS-2627 simpleSecureServer failing on IBM Java 8 JVM
...
Remove excluded cipher suites matching the prefix `SSL` because the names of the
IBM Java 8 JVM cipher suites have the prefix `SSL` while the
`DEFAULT_EXCLUDED_CIPHER_SUITES` of org.eclipse.jetty.util.ssl.SslContextFactory
includes "^SSL_.*$". So all IBM JVM cipher suites are excluded by
SslContextFactory using the `DEFAULT_EXCLUDED_CIPHER_SUITES`.
2020-02-25 12:02:51 -06:00
Justin Bertram
ee52dec467
NO-JIRA make ArtemisTest more robust
...
Change the test to use a pre-created queue rather than an auto-created
one as auto-creation and auto-deletion were causing spurious failures.
2020-02-25 11:20:48 -06:00
Francesco Nigro
11a00bea5f
This closes #2986
2020-02-25 15:25:01 +01:00
Clebert Suconic
ddd8ed4402
ARTEMIS-1975 Real Large Message support into AMQP
...
This is a Large commit where I am refactoring largeMessage Body out of CoreMessage
which is now reused with AMQP.
I had also to fix Reference Counting to fix how Large Messages are Acked
And I also had to make sure Large Messages are transversing correctly when in cluster.
2020-02-25 15:25:01 +01:00
Justin Bertram
72f5a1f5bc
NO-JIRA fix up docs for security-ldap example
2020-02-24 13:32:02 -06:00
Clebert Suconic
e6ecbfaaf4
This closes #2985
2020-02-20 17:44:56 -05:00
Justin Bertram
d0758f34f6
ARTEMIS-2624 auto-create expiry resources
2020-02-20 17:44:56 -05:00
Justin Bertram
b76f3b3a0d
ARTEMIS-2587 auto-create dead-letter resources
...
This is a reimplementation of the IndividualDeadLetterQueueStrategy
from 5.x in a way that makes sense with the Artemis addressing model.
2020-02-20 17:44:56 -05:00
Clebert Suconic
d3efc24ffb
This closes #2987
2020-02-20 14:30:45 -05:00
Emmanuel Hugonnet
ac98cda224
[ARTEMIS-2626]: Postgresql Journal implementation requires direct access to PostgeSQL driver internal classes.
...
Issue: The BLOB manipulation is done using PostgreSQL internal classes starting from PGConnection.
This leads to ClasCastExceptions if the connection is wrapped in a pool or if the driver is in a different classloader (WildFly).
Fix: unwrap the connection and if the PostgreSQL classes are not directly available uses reflection to manipulate the BLOBs.
Jira: https://issues.apache.org/jira/browse/ARTEMIS-2626
2020-02-20 19:01:38 +01:00
Christopher L. Shannon (cshannon)
d3d9ceb4c8
This closes #2966
2020-02-17 12:16:06 -05:00
Christopher L. Shannon (cshannon)
3966e47338
ARTEMIS-2613: Add support for DivertBindings for federated addresses
...
This will allow federated addresses to create remote consumers based on
the existing of divert bindings and matching queue bindings
2020-02-17 12:15:18 -05:00
Howard Gao
3c83587746
This closes #2952
2020-02-17 19:50:25 +08:00
brusdev
4b6390f42f
NO-JIRA improve role-access match priority doc
2020-02-17 19:49:50 +08:00
Justin Bertram
b588f61670
This closes #2983
2020-02-14 13:57:04 -06:00
Clebert Suconic
990890d228
ARTEMIS-2622 Making replica resilient to closed pages
2020-02-14 14:01:52 -05:00
Clebert Suconic
9a24b89a33
This closes #2974
2020-02-14 13:23:05 -05:00
Justin Bertram
a8cf6b04b4
ARTEMIS-2607 interceptor returns false but processing continues
2020-02-14 13:23:05 -05:00
Clebert Suconic
fa6a008fa9
This closes #2976
2020-02-14 13:12:49 -05:00
Justin Bertram
72429e1e49
ARTEMIS-2325 ack handler being invoked twice
2020-02-14 13:12:49 -05:00
Justin Bertram
1c15e1f812
NO-JIRA fixing stale comments
2020-02-14 13:12:49 -05:00
Justin Bertram
b76700c18f
NO-JIRA fix JMSMessageConsumerTest.testTimedOutWaitingForWriteLogOnConsumer
2020-02-14 13:12:49 -05:00