Michael Pearce
2c506cc52a
[ARTEMIS-2863] Add support to pause dispatch when group rebalance
...
Add test case
Add implementation
Add docs
2020-08-19 12:04:50 -04:00
franz1981
40f20cfe6a
ARTEMIS-2877 Fix journal replication scalability
...
This is allowing journal appends to happen in burst
during replication, by batching replication response
into the network at the end of the append burst.
2020-08-17 13:01:41 -04:00
Justin Bertram
fa5b56ef1d
ARTEMIS-2881 deadlock when destroying q and depaging
...
I couldn't reproduce this with a test, but static code analysis led me
to this solution which is similar to the fix done for ARTEMIS-2592 via
e397a17796
.
2020-08-17 10:34:20 -05:00
Clebert Suconic
c551df770c
ARTEMIS-2868 Protect Topology Updates from Split Brain on broker shutdown as well
2020-08-07 12:39:20 -04:00
Clebert Suconic
27cb9b37b1
ARTEMIS-2868 Protect Topology Updates from Split Brain
2020-08-06 17:40:57 -04:00
Clebert Suconic
9842f45a49
ARTEMIS-2867 Do not cache IPs on DNS Entries for NetworkHealthCheck
...
In case of a DNS outage, the pinger should still fail
If we cache the InetAddress this would not be possible
2020-08-06 17:40:41 -04:00
Michael Pearce
486896d99e
ARTEMIS-2873 Config-managed queues are auto-deleted
...
auto-delete-queues and auto-delete-created-queues should only apply to
NON configuration managed queues.
2020-08-06 15:19:57 -05:00
Justin Bertram
8473946646
ARTEMIS-2865 LegacyLDAPSecuritySettingPlugin can change default security match
2020-08-06 15:36:05 -04:00
Justin Bertram
1ae8069864
ARTEMIS-2869 JDBC XML conf can't use custom pwd codec
2020-08-04 17:05:19 -05:00
Francesco Nigro
60e25b763c
ARTEMIS-2844 Improve binding query performance by reusing AddressImpl instances
2020-07-30 23:32:10 -04:00
Justin Bertram
4c79b25dc2
ARTEMIS-2840 missing AddressControl audit logging
2020-07-30 12:01:25 -04:00
Clebert Suconic
c00b210629
ARTEMIS-2858 DNS Tests on reconnects and backups
...
There are no fixes as part of this test addition. As I wrote this test as I was debugging DNS issues.
2020-07-29 17:56:55 -04:00
Clebert Suconic
3d86d78828
ARTEMIS-2587 Exposing ActiveMQServer::isActivate through management at ActiveMQServerControl
2020-07-29 11:41:41 -04:00
brusdev
18b8df0f09
ARTEMIS-2855 Define a new broker plugin to track XA transactions
2020-07-29 10:40:55 -04:00
Justin Bertram
cd7f52d4ba
ARTEMIS-2856 consumer can be created on closed session
...
Due to a lack of concurrency protections it's possible to create a
consumer on a closed session. I've not been able to reproduce this with
a test, but I've seen it in the wild. Static code analysis points to a
need for better concurrency controls around closing the session and
creating consumers.
2020-07-29 10:40:33 -04:00
franz1981
f2d0d300f5
ARTEMIS-2853 page-max-concurrent-io cannot be disabled
2020-07-24 14:35:08 +02:00
Clebert Suconic
ccc0fa7100
ARTEMIS-2843 non-destructive LVQ not delivering msg to consumer
2020-07-20 12:01:23 -04:00
Clebert Suconic
6690ba1d24
[maven-release-plugin] prepare for next development iteration
2020-07-09 12:49:08 -04:00
Clebert Suconic
a76f41a7ed
[maven-release-plugin] prepare release 2.14.0
2020-07-09 12:48:54 -04:00
Howard Gao
8c25daee98
ARTEMIS-2835 Porting HORNETQ-1575 and HORNETQ-1578
...
2 of 2) - Porting of HORNETQ-1578
Exceptions are swallowed, making it hard to diagnose issues
2020-07-08 11:27:36 -04:00
Clebert Suconic
61d2f58aab
ARTEMIS-2828 Fixing ManagementServiceImplTest
2020-07-07 21:35:06 -04:00
Clebert Suconic
a7aafc0ab4
NO-JIRA small tweak on ActiveMQTestBase
2020-07-07 15:26:35 -04:00
Clebert Suconic
832bd85941
ARTEMIS-2828 Fixing tests after main change on ManagementServiceImpl
...
This is almost a NO-JIRA, but since I'm fixing ManagementServiceImplTest.testGetResources broken after this
I'm commiting this change associated with ARTEMIS-2828
2020-07-07 12:22:38 -04:00
Justin Bertram
f5d5710133
ARTEMIS-2834 leaking meters
...
Move all of the meter registration code into the ManagementServer
implementation to provide better life-cycle management.
2020-07-07 08:18:28 -04:00
Justin Bertram
fd207e75b0
ARTEMIS-2829 wrong return type for getDiskStoreUsage
...
Since getDiskStoreUsage on the ActiveMQServerControl is converting a
double to a long the value is always 0 in the management API. It should
return a double instead.
2020-07-07 08:18:28 -04:00
Justin Bertram
cb7cd729d7
ARTEMIS-2828 add addressSize metric
...
Adding this metric required moving the meter registration code from the
AddressInfo class to the ManagementService in order to get clean access
to both the AddressInfo and AddressControl classes.
2020-07-07 08:18:28 -04:00
Justin Bertram
ac8ffedf66
ARTEMIS-2827 add addressMemoryUsagePercentage as metric
2020-07-07 08:18:28 -04:00
Justin Bertram
26091f1907
ARTEMIS-2825 wrong calc for DiskStoreUsagePercentage
...
The calculation used by
ActiveMQServerControlImpl.getDiskStoreUsagePercentage() is incorrect. It
uses disk space info with global-max-size which is for address memory.
Also, the existing getDiskStoreUsage() method *already* returns a
percentage of total disk store usage so this method seems redundant.
2020-07-07 08:18:28 -04:00
Clebert Suconic
3f99c4b846
ARTEMIS-2797 Fixing updateQueue on filter / fixing ActiveMQServerControlTest
2020-07-06 21:45:27 -04:00
Jan Šmucr
6cc370e169
ARTEMIS-2797 Fixing redeploy mechanism
...
Queue settings are reset to their default values upon broker.xml reload ONLY.
Regular calls to PostOfficeImpl#updateQueue are no longer affected.
2020-07-06 15:02:03 -04:00
brusdev
d02f5db9b8
ARTEMIS-2833 Fix metrics configuration backwards compatibility
2020-07-01 08:35:17 -04:00
Clebert Suconic
257d353896
ARTEMIS-2797 Logging redeployment errors and speeding RedeployTest
2020-07-01 08:33:01 -04:00
Clebert Suconic
562bb965ae
ARTEMIS-2797 Fixing user update Null
...
UpdateQueueTest::testUpdateQueueWithFilter was broken.
2020-06-29 22:58:35 -04:00
Clebert Suconic
f79a4be4c1
ARTEMIS-2831 Avoiding StackOverFlowException when setDLAOnNoRoute(true)
2020-06-29 16:50:00 -04:00
Clebert Suconic
51d1ed4e11
ARTEMIS-2819 Proper fix (previous fix was breaking the testsuite)
2020-06-29 15:37:55 -04:00
Jan Šmucr
85e07a8afe
ARTEMIS-2820 Undeploy diverts by removing them from broker.xml
2020-06-24 22:01:56 +01:00
qihongxu
e6343b604e
ARTEMIS-2806 deployQueue missing address argument
2020-06-24 14:35:07 -05:00
Bas Elzinga
5621c403ad
ARTEMIS-2821 Stop the timeout future when channel is closed
2020-06-24 13:33:30 -05:00
Keith Wall
efb1bd3f9f
ARTEMIS-2819 exact match address setting removal ineffective
2020-06-24 12:54:05 -05:00
Jan Šmucr
5070e7a72c
ARTEMIS-2797 - Reset queue properties by unsetting them in broker.xml
...
Now it is possible to reset queue parameters to their defaults by removing them
from broker.xml and redeploying the configuration.
Originally this PR covered the "filter" parameter only.
2020-06-23 11:20:03 +02:00
Havret
3e394b45e9
ARTEMIS-2815: Fix null pointer exception on attempt to update queue without filter
2020-06-23 09:36:45 +01:00
Justin Bertram
0908cac668
ARTEMIS-2810 support all address-settings via mgmnt
2020-06-18 09:15:53 -04:00
Robbie Gemmell
0f72455349
ARTEMIS-2109: add StaticQualifiedUsingExpression check in place of older removed StaticAccessedFromInstance, and fix error.
2020-06-17 16:31:09 -04:00
Justin Bertram
79e05774b8
ARTEMIS-2807 avoid notifications on critical IO error
2020-06-17 13:52:36 -04:00
Justin Bertram
9d4ec41935
ARTEMIS-2803 fix semantic change
2020-06-15 14:20:35 -04:00
Justin Bertram
51ecab5141
ARTEMIS-2803 avoid NPE w/o cluster-connection
2020-06-15 09:28:43 -04:00
Robbie Gemmell
d2c46762e8
ARTEMIS-2109: fix javadoc errors, remove doclint config for JDK8, remove superfluous plugin versions, update to 3.0.1 javadoc plugin
...
Using 3.0.1 like the current apache parent pom [not being used], and also as newer ones break build.
2020-06-11 18:50:01 +01:00
Emmanuel Hugonnet
efe0f468de
ARTEMIS-2109: Updating the build to be able to execute it on Java 11 and Java 8.
2020-06-11 18:50:01 +01:00
Michael Pearce
99f6c7bf20
ARTEMIS-2787 - Add ability to disable and enable a queue
...
Add feature
Add tests
Add docs
Add missing bits noticed in ring-size
Address comments
2020-06-08 18:02:48 -04:00
Francesco Nigro
65c4c45fc2
ARTEMIS-2793 quorum logging implies it happens when single pair
2020-06-05 09:16:41 +02:00
Justin Bertram
7096bc187a
ARTEMIS-2649 always over-write ORIG message props
...
ORIG message propertes like _AMQ_ORIG_ADDRESS are added to messages
during various broker operations (e.g. diverting a message, expiring a
message, etc.). However, if multiple operations try to set these
properties on the same message (e.g. administratively moving a message
which eventually gets sent to a dead-letter address) then important
details can be lost. This is particularly problematic when using
auto-created dead-letter or expiry resources which use filters based on
_AMQ_ORIG_ADDRESS and can lead to message loss.
This commit simply over-writes the existing ORIG properties rather than
preserving them so that the most recent information is available.
2020-06-01 15:19:34 -04:00
Justin Bertram
0443128b81
ARTEMIS-2783 user not set on shared queue
2020-05-28 16:38:26 -04:00
Clebert Suconic
39b3dd1044
ARTEMIS-2781 Adding getAllQueueNames; fixing tests
2020-05-28 16:36:59 -04:00
brusdev
a7df87adf9
ARTEMIS-2778 AcceptorControl returns only transport parameters
...
Fix AcceptorControl to return all acceptor parameters.
2020-05-28 14:01:00 -05:00
Clebert Suconic
2fbd801e78
NO-JIRA Fixing intermittent failure on PagingReceiveTest
2020-05-28 13:38:42 -04:00
Clebert Suconic
06276ff26f
NO-JIRA Fixing intermittent failure on PagingReceiveTest
2020-05-28 12:41:19 -04:00
brusdev
9a7620fd71
ARTEMIS-2770 Update diverts using the management API
2020-05-26 20:31:19 -04:00
Justin Bertram
fd11a1e079
ARTEMIS-2781 return only local queue names for AddressControl.getQueueNames()
2020-05-26 17:30:38 -05:00
brusdev
3bcea4e78e
ARTEMIS-2774 Remove the divert transformer on divert destroying
2020-05-21 16:27:54 -04:00
Justin Bertram
4b7b612eb9
ARTEMIS-2771 support JVM GC & thread metrics
2020-05-20 15:53:15 -04:00
Clebert Suconic
faa83b2ba6
[maven-release-plugin] prepare for next development iteration
2020-05-16 18:38:47 -04:00
Clebert Suconic
5f49d89264
[maven-release-plugin] prepare release 2.13.0
2020-05-16 18:38:34 -04:00
Clebert Suconic
55582772f9
ARTEMIS-2767 Perf Improvement. Routing = null should still reuse context
2020-05-16 11:39:15 -04:00
Clebert Suconic
c99fcd501b
[maven-release-plugin] prepare for next development iteration
2020-05-15 16:42:54 -04:00
Clebert Suconic
47fafac760
[maven-release-plugin] prepare release 2.13.0
2020-05-15 16:42:41 -04:00
Emmanuel Hugonnet
a88815d9b3
[ARTEMIS-2704]: Provide a SPI to manage and cache SSLContext.
...
* Adding a new SPI to allow for SSLContext reuse accross the broker.
* Providing a default behaviour similar to the existing one.
[ARTEMIS-2718]: Take advantage of ARTEMIS-2704 to cache SSLContexts.
* Adding a cache for SSLContexts and reusing them accross acceptors and
connectors.
Issue: https://issues.apache.org/jira/browse/ARTEMIS-2704
Issue: https://issues.apache.org/jira/browse/ARTEMIS-2718
2020-05-15 16:19:50 -04:00
Justin Bertram
3bd0d8bf38
ARTEMIS-2758 support disabling metrics per address
2020-05-14 15:16:23 -04:00
brusdev
be41019b50
ARTEMIS-2760 Filter AddressQueueReaper misleading error messages
2020-05-13 15:01:25 -05:00
Clebert Suconic
4fe4220ff0
ARTEMIS-2372 / ARTEMIS-2740 Improving Message Annotations support in AMQP
...
- when sending messages to DLQ or Expiry we now use x-opt legal names
- we now support filtering thorugh annotations if using m. as a prefix.
- enabling hyphenated_props: to allow m. as a prefix
2020-05-13 10:55:36 -04:00
Christopher L. Shannon (cshannon)
80ce96768e
ARTEMIS-2752: Properly cleanup Federated Address Divert consumers
...
DivertBindings are now properly cleaned up when a queue binding is
removed that matches the divert. The correct key is now used to remove
the queue address from the set and the correct address is now used to
remove the remote consumer.
2020-05-11 14:56:24 -04:00
Andy Taylor
5737f965d2
ARTEMIS-2749 - Broadcast Group Control Improvements
...
added some default behaviour for when overridden
https://issues.apache.org/jira/browse/ARTEMIS-2749
2020-05-11 10:28:19 -05:00
Clebert Suconic
7438d7ff07
ARTEMIS-2750 Fixing out of order cancellations in AMQP
2020-05-04 13:15:56 -04:00
Andy Taylor
2ab381565c
ARTEMIS-2749 - Broadcast Group Control Improvements
...
https://issues.apache.org/jira/browse/ARTEMIS-2749
2020-05-04 16:20:08 +01:00
Andy Taylor
8a04ee07de
ARTEMIS-2648 - audit logging improvements
...
https://issues.apache.org/jira/browse/ARTEMIS-2648
2020-05-04 15:19:08 +01:00
Justin Bertram
0b155cf5ea
ARTEMIS-2666 mngmnt for duplicate ID cache
2020-05-01 13:13:45 -05:00
Justin Bertram
ea09a0fd39
ARTEMIS-2638 retro resources created recursively w/# match
2020-05-01 11:56:02 -05:00
Justin Bertram
d53b2bcef6
ARTEMIS-2745 queue registering wrong metrics
2020-04-30 14:53:36 -05:00
Clebert Suconic
4c28297685
ARTEMIS-2741 Passing call timeout to cluster connection bridge
...
This one should improve eventual failures on ClusterConnectionControlTest
to validate this, run ClusterConnectionControlTest::testNotifications in a loop
you will see eventually the test taking longer to shutdown the executor as the call could be blocked.
2020-04-28 22:56:21 -04:00
Clebert Suconic
54c4611229
NO-JIRA test output cleanup
2020-04-28 21:48:21 -04:00
Justin Bertram
6709883d0e
ARTEMIS-2738 implement per-acceptor security domains
2020-04-28 21:45:38 -04:00
Clebert Suconic
2ebf3c8e1b
ARTEMIS-2372 Filtering on Message Annotations
2020-04-28 11:18:30 -04:00
Francesco Nigro
0abb06322c
ARTEMIS-2717 Isolate the current Quorum Vote implementation
2020-04-23 18:24:11 -04:00
Justin Bertram
4b97e06890
ARTEMIS-2726 implement min/max expiry-delay
2020-04-23 17:56:51 -04:00
Clebert Suconic
3541ebf218
ARTEMIS-2732 Cleanup on testsuite logging
2020-04-22 23:08:46 -04:00
Clebert Suconic
11a3e810bb
[maven-release-plugin] prepare for next development iteration
2020-04-21 17:06:21 -04:00
Clebert Suconic
30272e0c2f
[maven-release-plugin] prepare release 2.12.0
2020-04-21 17:06:08 -04:00
Clebert Suconic
974609d206
ARTEMIS-2728 Fixing Deadlock with LargeServerMessage
...
verified by LargeMessageTest::testTwoBindingsAndRestart
2020-04-20 14:40:46 -04:00
brusdev
1d8e9f7fff
ARTEMIS-2724 The setting auto-delete-created-queues doesn't work
...
Set the default auto-delete for created queues.
2020-04-20 14:16:37 -04:00
Clebert Suconic
d81c0f44eb
NO-JIRA Fixing intermittent failures
2020-04-20 11:38:03 -04:00
Clebert Suconic
a000164169
ARTEMIS-2721 Activation keeps retrying even after server.stop()
...
This won't be an issue on a real server (Production system)
however, on the testsuite or while embedded this could cause issues,
if a same instance is stopped then started.
This is the reason why BackupAuthenticationTest was intermittently failing.
I also adapted the test since I would need to stop the server and reactivate it in order to change the configuration.
The previous test wasn't acting like a real server.
2020-04-17 18:26:22 -04:00
Clebert Suconic
45a4f6fc39
ARTEMIS-2720 Additional test
...
I wrote a small / quick test while I was testing the PR #3089
and I decided to keep it with the PR
2020-04-17 16:33:04 -04:00
Justin Bertram
6441068b95
ARTEMIS-2720 optimize match searching
2020-04-17 16:31:52 -04:00
Justin Bertram
c841b84b3e
ARTEMIS-2720 optimize cache clearing
2020-04-17 16:31:52 -04:00
Clebert Suconic
d231e2ac63
[maven-release-plugin] prepare for next development iteration
2020-04-16 16:16:41 -04:00
Clebert Suconic
9636f4a3b0
[maven-release-plugin] prepare release 2.12.0
2020-04-16 16:16:28 -04:00
Clebert Suconic
d9aacec8bb
ARTEMIS-1975 Fixing Typo on QueueImpl::errorProcessing
2020-04-16 10:52:45 -04:00
Justin Bertram
410a552894
ARTEMIS-2711 use peer host:port for acceptor SSL engine
2020-04-16 10:32:54 -04:00
Clebert Suconic
ad60a0b02b
ARTEMIS-1975 Dealing with connection drops on AMQP Large Message
2020-04-15 22:26:58 -04:00
Francesco Nigro
46060b89ff
ARTEMIS-2676 PageCursorProviderImpl::cleanup can save decoding pages without large messages
2020-04-15 22:20:50 -04:00
Francesco Nigro
5a829ff1f4
ARTEMIS-2713 Master failback can trigger a useless quorum vote on slave failover
2020-04-15 21:56:34 -04:00