Clebert Suconic
caf314ec82
This closes #3374
2020-12-08 14:43:14 -05:00
Clebert Suconic
825341734a
ARTEMIS-3024 Expiry or DLQ Retry not working with AMQP
2020-12-08 14:13:53 -05:00
Clebert Suconic
7fafe179f1
This closes #3371
2020-12-08 10:44:59 -05:00
Andy Taylor
216e267c07
ARTEMIS-3022 - Add original queue column on browse tab when looking at dlq or expiry
...
https://issues.apache.org/jira/browse/ARTEMIS-3022
2020-12-08 10:44:59 -05:00
Clebert Suconic
eb84d92af1
This closes #3366
2020-12-08 10:44:29 -05:00
Domenico Francesco Bruscino
383ec0870e
NO-JIRA Mask ssl context log passwords
2020-12-08 10:44:29 -05:00
Clebert Suconic
1fc5458ebb
This closes #3373
2020-12-07 21:26:50 -05:00
Clebert Suconic
6a6a3b3863
ARTEMIS-3023 Avoid opening AMQP Large Message for final parsing
2020-12-07 21:24:45 -05:00
Clebert Suconic
f939f49fff
This closes #3372
2020-12-07 14:54:16 -05:00
Urs Roesch
57e6d2757a
NO-JIRA: Correct misspellings in documentation
2020-12-07 14:54:16 -05:00
Clebert Suconic
7474f11e3a
This closes #3361
2020-12-07 11:33:06 -05:00
Domenico Francesco Bruscino
03a64f6b50
NO-JIRA Add proxy forwarding doc
2020-12-07 11:33:06 -05:00
Justin Bertram
eece57da3c
This closes #3369
2020-12-07 10:09:25 -06:00
Clebert Suconic
e6a6e81b02
ARTEMIS-3019 expiry changes in AMQP Large Message
2020-12-07 10:44:51 -05:00
Clebert Suconic
ccefbfcfa9
ARTEMIS-3019 Before applying the fix into two methods, I needed to move the method into the right place
...
There is no real change in this commit other than moving the methods to the right place
2020-12-07 10:30:03 -05:00
Clebert Suconic
12cd10a43c
This closes #3368
2020-12-07 10:29:34 -05:00
Andy Taylor
232c7b16aa
ARTEMIS-3018 - Console dlq pref doesn work with multiple dlq's
...
https://issues.apache.org/jira/browse/ARTEMIS-3018
2020-12-04 12:25:39 +00:00
Gary Tully
4843a09afe
no jira - indicate what journal-compact-percentage is a percentage of
2020-12-03 12:44:31 +00:00
Clebert Suconic
fd5c512d99
This closes #3353
2020-12-01 09:45:09 -05:00
Bartosz Spyrko-Smietanko
f546298273
[ARTEMIS-3004] RA connection properties are not propagated to XARecoveryConfig
2020-12-01 09:44:49 -05:00
Justin Bertram
f64dfeacbe
This closes #3364
2020-11-30 11:12:25 -06:00
Domenico Francesco Bruscino
7eb22c18db
ARTEMIS-3014 Fix JMX RBAC guard
2020-11-30 11:12:25 -06:00
Justin Bertram
c64d4d62e3
ARTEMIS-3010 doc updates
2020-11-27 11:04:08 +00:00
Robbie Gemmell
805a94018c
This closes #3362
2020-11-26 13:01:55 +00:00
Robbie Gemmell
5265e66272
ARTEMIS-3013: update to Qpid JMS 0.55.0
2020-11-25 17:29:50 +00:00
gtully
7b9641dc9a
ARTEMIS-3009 - reference remoteBinding loadbalancing type on add binding, rather then doing a second pass via the po and address manager. rework ARTEMIS-1680
2020-11-25 10:28:11 +00:00
gtully
0585bf1662
ARTEMIS-179 - fix intermittent failure on BindingsClusterTest
2020-11-25 10:08:24 +00:00
gtully
a5d7a043dc
ARTEMIS-2990 - alway be getBiased and only publish complete records and only calculate linked addresses once ARTEMIS-2990
2020-11-24 13:33:21 +00:00
Clebert Suconic
a5fd97d2c9
This closes #3356
2020-11-22 23:42:50 -05:00
Clebert Suconic
686036b1a4
ARTEMIS-3007 Checking if a message becomes large during copy
...
This is to avoid shutting down the server on a critical failure in case the message is a few bytes shy
from beyond the max buffer size.
This will prevent the issue.
2020-11-22 23:42:25 -05:00
Clebert Suconic
1529c518b3
This closes #3354
2020-11-20 14:48:40 -05:00
Domenico Francesco Bruscino
27392b1d7e
ARTEMIS-3005 Fix scaling down AMQP messages routing
2020-11-20 14:48:40 -05:00
Clebert Suconic
6af31c44d0
This closes #3355
2020-11-20 14:48:05 -05:00
Clebert Suconic
af4d2cd5fc
ARTEMIS-3006 Upgrading to Qpid ProtonJ 0.33.8
...
I am also bringing a test I used to report https://issues.apache.org/jira/browse/PROTON-2297
Even though the issue here is on proton. There's no such thing as enough tests so I am keeping the test.
2020-11-20 13:31:21 -05:00
Clebert Suconic
e75a679dec
ARTEMIS-2985 Ordered Executor not needed on Actor
...
The Actor is already an ordered executor. No need to create one here.
2020-11-20 10:42:07 -05:00
Clebert Suconic
4f208ef4b1
This closes #3351
2020-11-20 10:08:39 -05:00
Justin Bertram
ec2cb19f2d
ARTEMIS-3003 NPE when reloading persisted security-setting
2020-11-20 10:08:39 -05:00
gtully
ccc74a2313
ARTEMIS-2938 - disable openwire host verification to work with existing certs
2020-11-20 13:28:42 +00:00
Clebert Suconic
83b12ca09f
NO-JIRA Adding MQTT Test
2020-11-19 11:51:35 -05:00
Clebert Suconic
85b9ac3cce
NO-JIRA Improving AmqpLargeMessageTest
...
This includes removing a test that was removed by accident on ddd8ed4402
And improving the test with size parameters.
2020-11-19 09:53:55 -05:00
Clebert Suconic
8259441725
This closes #3350
2020-11-18 21:03:25 -05:00
Justin Bertram
bfc07062a9
ARTEMIS-2987 improve message body display
2020-11-18 21:03:25 -05:00
Justin Bertram
bfca1c59de
This closes #3339
2020-11-18 15:04:52 -06:00
Luis De Bello
a2d827e23f
ARTEMIS-2991 Removing HttpAcceptorHandler from HttpKeepAliveRunnable when upgrade to websocket connection
2020-11-18 15:04:52 -06:00
gtully
d0d1aef88c
ARTEMIS-2938 - allow array list serialisation for dependent openwire tests AMQ-7399
2020-11-18 12:56:42 +00:00
Clebert Suconic
905f897cb7
This closes #3345
2020-11-17 16:21:54 -05:00
Justin Bertram
2c0b192e81
ARTEMIS-2997 NPE with JMS queue/topic toString()
2020-11-17 16:21:54 -05:00
Justin Bertram
05b9c3cb6d
NO-JIRA formatting error in versions.md
2020-11-17 15:19:09 -06:00
Clebert Suconic
6c33b0c088
This closes #3348
2020-11-17 16:17:46 -05:00
Clebert Suconic
80b2c7a89a
NO-JIRA Update Travis and github builds to include jmh as part of their builds
...
This will make sure PR checks will always check for issues on the new module
2020-11-17 16:17:46 -05:00