Clebert Suconic
be3579d36d
This closes #3078
2020-04-13 16:02:36 -04:00
Justin Bertram
40a6bab898
ARTEMIS-2708 JDK bug causes missed props reload
2020-04-13 16:02:35 -04:00
Clebert Suconic
42f75537e4
This closes #3063
2020-04-13 16:02:10 -04:00
Justin Bertram
701b4e4794
ARTEMIS-2692 refactor queue creation
...
This commit changes all tests to use the new methods.
2020-04-13 14:25:30 -05:00
Justin Bertram
2efa44daf5
ARTEMIS-2692 refactor queue creation
...
This commit does the following:
- Deprecates existing overloaded createQueue, createSharedQueue,
createTemporaryQueue, & updateQueue methods for ClientSession,
ServerSession, ActiveMQServer, & ActiveMQServerControl where
applicable.
- Deprecates QueueAttributes, QueueConfig, & CoreQueueConfiguration.
- Deprecates existing overloaded constructors for QueueImpl.
- Implements QueueConfiguration with JavaDoc to be the single,
centralized configuration object for both client-side and broker-side
queue creation including methods to convert to & from JSON for use in
the management API.
- Implements new createQueue, createSharedQueue & updateQueue methods
with JavaDoc for ClientSession, ServerSession, ActiveMQServer, &
ActiveMQServerControl as well as a new constructor for QueueImpl all
using the new QueueConfiguration object.
- Changes all internal broker code to use the new methods.
2020-04-13 14:25:30 -05:00
Clebert Suconic
0dfbfaa833
NO-JIRA Adding Serialization compatiblity for a recent 2.x release
2020-04-13 12:25:51 -04:00
Timothy Bish
0a4ec3cbff
This closes #3077
2020-04-13 12:12:32 -04:00
Robbie Gemmell
17b5b09b46
ARTEMIS-2659: address some more sporadic test failures due to races in tests
2020-04-13 16:13:31 +01:00
Clebert Suconic
fcd27d53c1
This closes #3069
2020-04-13 10:53:35 -04:00
brusdev
431bb87b03
ARTEMIS-2703 Update commons-configuration2 version to 2.7
2020-04-13 10:53:35 -04:00
Clebert Suconic
e5b8237d2b
NO-JIRA Increasing timeout on test and avoiding intermittent failure
2020-04-08 22:41:06 -04:00
Clebert Suconic
4d7c4ea51c
NO-JIRA Improving logging on CoreClientOverOneWaySSLKerb5Test
...
in case of a failure, it should throw the complete exception instead of just showing Assert.fail
2020-04-08 22:33:56 -04:00
Clebert Suconic
a084e5b37f
NO-JIRA Avoiding intermittent failures on BridgeTest
2020-04-08 22:27:37 -04:00
Clebert Suconic
bbac2937ee
NO-JIRA Avoiding intermittent failure on OpenWireLargeMessageTest
2020-04-08 22:17:49 -04:00
Clebert Suconic
fa67499509
NO-JIRA Avoiding Intermittent failures on FederatedQueueTest
2020-04-08 16:49:57 -04:00
Clebert Suconic
679bc1a3a0
ARTEMIS-2698 Fixing Typos on exposed group properties
2020-04-08 16:00:26 -04:00
Clebert Suconic
598c2631ad
This closes #3058
2020-04-08 15:45:19 -04:00
brusdev
c36170477d
ARTEMIS-2686 Fix MQTT connect message rejection
...
Initialize the session state with a default value to fix a NPE, when an incoming
MQTT interceptor rejects a MqttConnectMessage.
2020-04-08 15:45:19 -04:00
Clebert Suconic
a4f0e7660e
This closes #3052
2020-04-08 15:44:26 -04:00
brusdev
5f5c47e8a5
ARTEMIS-2693 Improve log of starting acceptor errors
...
Add the log of starting acceptor errors to simplify the detection of the
failing acceptor in case of multiple acceptors.
2020-04-08 15:44:26 -04:00
Clebert Suconic
a03e2f1726
This closes #3056
2020-04-08 15:42:26 -04:00
brusdev
24c0601519
ARTEMIS-2684 NullPointer exception when slave tries to scale down
...
Check the parentServer before to access to its configuration and storageManager.
2020-04-08 15:42:26 -04:00
Clebert Suconic
8b78f704f0
This closes #3074
2020-04-08 15:41:44 -04:00
Timothy Bish
a22c3abf79
ARTEMIS-2653 Update proton-j to version 0.33.4
2020-04-08 15:41:44 -04:00
Clebert Suconic
7ff71a97af
ARTEMIS-2699 Avoid some journal exceptions on test
2020-04-08 14:56:06 -04:00
Clebert Suconic
800417292f
This closes #3064
2020-04-08 12:54:16 -04:00
brusdev
cd72f4db82
NO-JIRA Document NO-JIRA use cases
2020-04-08 12:54:16 -04:00
Clebert Suconic
d13b802db3
This closes #3065
2020-04-08 12:53:56 -04:00
brusdev
0f200a4798
ARTEMIS-2698 Expose queue group attributes
2020-04-08 12:53:56 -04:00
Clebert Suconic
67b1b01196
This closes #3068
2020-04-08 12:53:03 -04:00
Francesco Nigro
124ed872a6
ARTEMIS-2702 QuorumVoteServerConnect with requestToStayLive is voting order sensitive
2020-04-08 12:53:03 -04:00
Clebert Suconic
e5b7782eab
This closes #3066
2020-04-08 12:52:15 -04:00
brusdev
68e493029b
ARTEMIS-2699 Warn if queue stats are limited by default maxRows
...
Print a warning if the queues are greater than the max rows value.
2020-04-08 12:52:15 -04:00
Clebert Suconic
ee29b4be10
ARTEMIS-2659 Fixing auto created queues leading to journal errors
...
This was causing the queue to be removed right before the server being stopped, leading to exceptions about the journal being stopped.
2020-04-08 12:42:38 -04:00
Clebert Suconic
f78fe47548
This closes #3072
2020-04-08 12:19:36 -04:00
Clebert Suconic
1932cfc818
ARTEMIS-2659 Fixing intermittent failures
2020-04-08 11:34:05 -04:00
Clebert Suconic
7febd8c49d
This closes #3071
2020-04-07 23:11:01 -04:00
Clebert Suconic
858a8240f9
ARTEMIS-2659 / ARTEMIS-2673 Fix AmqpSendReceiveTest.testAcceptWithoutSettling
2020-04-07 23:06:40 -04:00
Clebert Suconic
b2342b626e
This closes #3067
2020-04-06 13:20:16 -04:00
Clebert Suconic
af796d5ce4
ARTEMIS-2701 Improving DLQ/check over previously removed records
2020-04-06 12:25:35 -04:00
Clebert Suconic
ae17fd6552
NO-JIRA Fixing intermittent failure on AutoDeleteJmsDestinationTest
2020-04-05 00:58:57 -04:00
Clebert Suconic
a30fc81a61
This closes #3061
2020-04-04 18:19:47 -04:00
brusdev
38a79be314
ARTEMIS-2691 Improve critical analyzer LOG policy
...
Reset the critical component timer after the expiration to allow further LOG
actions after the first expiration.
2020-04-04 18:19:46 -04:00
Clebert Suconic
dd4b89d881
This closes #3062
2020-04-03 16:34:11 -04:00
Clebert Suconic
4e1840dce2
NO-JIRA Fixing PagingStore not initialized exception during shutdown
2020-04-03 10:41:27 -04:00
Clebert Suconic
1320ad9367
NO-JIRA more fixes into NotificationTest
...
this test was failing intermittently.
Some small speedup on the test as well.
2020-04-03 10:24:24 -04:00
Clebert Suconic
b0cfbe0a34
NO-JIRA Fixing NotificationTest
2020-04-02 11:15:16 -04:00
Clebert Suconic
aefd730241
This closes #3054
2020-04-02 11:07:41 -04:00
Atri Sharma
505b3b0fdc
ARTEMIS-2636: Add Disk Store Usage Metrics
...
ARTEMIS-2688: Check Arguments In FileStoreMonitor.calculateUsage
2020-04-02 11:04:42 -04:00
Clebert Suconic
a2696cd650
This closes #3057
2020-04-02 10:20:50 -04:00