Clebert Suconic
cdc046a152
This closes #3738
2021-09-10 17:17:56 -04:00
Justin Bertram
8f6dd3ea37
ARTEMIS-3471 implement "session present" for MQTT CONNACK
2021-09-10 14:41:02 -05:00
gtully
6a346e71d4
ARTEMIS-3470 - exclude junit5 transitive deps - to allow junit introspection to work with our junit version
2021-09-10 15:21:10 +01:00
Robbie Gemmell
55fb9bb540
ARTEMIS-3449: add some additional guarding following behaviour seen prior to ARTEMIS 3465 fix
2021-09-10 11:41:21 +01:00
Clebert Suconic
6f2d58f886
This closes #3732
2021-09-09 16:56:52 -04:00
Domenico Francesco Bruscino
9ed12b53d6
ARTEMIS-3467 FD leak on receiving AMQP large messages
2021-09-09 16:56:52 -04:00
Justin Bertram
10cf41521c
This closes #3735
2021-09-09 15:28:39 -05:00
Justin Bertram
4dd643cbec
ARTEMIS-3466 byte arrays can have negative hex numbers in web console
2021-09-09 15:28:39 -05:00
Justin Bertram
57156ba064
This closes #3734
2021-09-09 15:27:47 -05:00
Erwin Dondorp
366ab504ac
ARTEMIS-3469 additionally show readable versions of expiration/timestamp
2021-09-09 15:27:47 -05:00
Justin Bertram
d99b2e30ee
This closes #3733
2021-09-09 15:27:15 -05:00
Erwin Dondorp
e27ef12ae1
ARTEMIS-3468 do not show field "selected"
2021-09-09 15:27:15 -05:00
Clebert Suconic
86c7bd72b3
This closes #3729
2021-09-09 15:45:38 -04:00
Paul Wright
1f1ee28b34
NO-JIRA fixing doc about pools
2021-09-09 15:45:17 -04:00
franz1981
e379b447ff
ARTEMIS-3465 BufferSplitter::split shouldn't consume input buffer
2021-09-09 15:37:51 -04:00
gtully
475d349a23
ARTEMIS-3446 - tidy up cli set code based on static analysis
2021-09-09 13:29:01 +01:00
gtully
dbdd941c49
ARTEMIS-3446 - tidy up cli code based on static analysis
2021-09-09 13:22:56 +01:00
Robbie Gemmell
8fb5b8969f
ARTEMIS-3449: fix some issues from using position to track an unrelated state, plus simplify some previous changes and more
2021-09-09 10:37:36 +01:00
Clebert Suconic
9de288857d
This closes #3728
2021-09-08 15:30:39 -04:00
Clebert Suconic
7fb4f80649
ARTEMIS-3464 Missing ACKs on Page and Mirror
2021-09-08 15:30:39 -04:00
Clebert Suconic
20c1836fa2
This closes #3711
2021-09-08 15:30:03 -04:00
franz1981
a4c311f368
ARTEMIS-3449 Speedup AMQP large message streamig
2021-09-08 15:22:22 -04:00
Domenico Francesco Bruscino
9d04c9d51d
ARTEMIS-3462 Improve MBean Guard exception messages
2021-09-08 10:28:36 +02:00
Robbie Gemmell
27c1df6687
This closes #3724
2021-09-07 10:14:06 +01:00
Domenico Francesco Bruscino
0a88aafd74
ARTEMIS-3450 Fix StaticPoolTest and DiscoveryPoolTest intermittent failures
2021-09-07 10:01:14 +01:00
Robbie Gemmell
5db3d988ad
This closes #3722 (fixup for #3720 )
2021-09-07 09:51:04 +01:00
Domenico Francesco Bruscino
e3b9018e09
NO-JIRA Update broker connection AMQP SSL example
2021-09-07 09:48:27 +01:00
franz1981
94f63df723
This closes #3528
2021-09-07 09:18:16 +02:00
franz1981
f4d7c8ae69
ARTEMIS-3219 Save allocating map entries during bindings iteration
2021-09-07 09:18:16 +02:00
franz1981
c576db9013
This closes #3725
2021-09-07 07:14:08 +02:00
franz1981
f150fe5095
NO-JIRA Fix HAPolicyConfigurationTest::PrimaryReplicationTest NPE on assert
2021-09-07 07:11:14 +02:00
franz1981
4944016cb3
This closes #3694
2021-09-06 18:14:29 +02:00
franz1981
1e5b361b6a
ARTEMIS-3446 Pluggable quorum vote force live CLI command
2021-09-06 18:14:29 +02:00
franz1981
fa475c40b6
ARTEMIS-3458 Bump version of Apache Curator to 5.2.0 for CURATOR-595
2021-09-06 18:14:29 +02:00
franz1981
082f06a095
ARTEMIS-3458 Reduce number of ZK nodes for fast-tests runs
2021-09-06 18:14:29 +02:00
franz1981
ce3b50c1a6
ARTEMIS-3430 Activation Sequence Auto-Repair
2021-09-06 18:14:29 +02:00
franz1981
c31db95f6b
NO-JIRA Reduce amount of Apache Curator logs
2021-09-06 18:14:29 +02:00
franz1981
c629289e9b
NO-JIRA speed-up replicated failback test
2021-09-06 18:14:29 +02:00
franz1981
44dd84d704
ARTEMIS-3429 Backup forget coordination-id after quorum loss
2021-09-06 18:14:29 +02:00
gtully
276f822a0e
ARTEMIS-1925 - allow redistribution with new loadbalance type of OFF_WITH_REDISTRIBUTION to ensure local consumers get priority, we only optionally redistribute when messages are stuck
2021-09-06 11:18:11 +01:00
gtully
b27aa03a37
ARTEMIS-1612 - strip any acceptor matching prefix from the message address such that further routing will match the lack of prefixes in broker routing, different fix for redistribution with prefixes
2021-09-06 11:08:36 +01:00
gtully
e985df77fb
ARTEMIS-3223 - ensure distribution uses the address from the message, rather than the address from the queue which may be a wildcard sub and not valid for publishng on, fix and test
2021-09-06 11:08:36 +01:00
gtully
224b89810d
ARTEMIS-2007 - allow redistribution if there are unmatched messages pending on a queue and there is new remote demand
2021-09-06 10:40:39 +01:00
Justin Bertram
13df6a8fb9
ARTEMIS-3457 log WARN for OpenWire property conversion problem
...
While converting a core message to an OpenWire message there may be an
error processing a property value. Currently this results in an
exception and the message is not dispatched to the client. The broker
eventually attempts to redeliver this message resulting in the same
error. Instead of throwing an exception the broker should simply log a
WARN message and skip the property. This will allow clients to receive
the message without the problematic property and the broker will not
have to attempt to redeliver the message again.
2021-09-03 16:51:02 -04:00
Clebert Suconic
a4be85369d
This closes #3714
2021-09-03 16:48:01 -04:00
Justin Bertram
6ee7e72db1
ARTEMIS-3445 automatically clean-up abandoned MQTT subscriptions
2021-09-03 16:48:01 -04:00
Robbie Gemmell
9b074e124e
ARTEMIS-3459: use appropriate call to clear up, avoid creating unnecessary wrapper
2021-09-03 18:06:21 +01:00
Robbie Gemmell
f82cd797cb
NO-JIRA: undo addition of module-specific resources-plugin version from 97e84bb0d1
...
Also consolidates plugin configuration to fix warning from having plugin defined multiple times
2021-09-03 12:05:29 -04:00
Justin Bertram
4569263c04
ARTEMIS-3454 prevent directory listing for deployed web apps
2021-09-03 15:19:51 +01:00
Paul Wright
b777f1f1cc
link to jira instance
2021-09-02 15:02:41 -04:00