Justin Bertram
c376503f35
ARTEMIS-3699 expose actual port on NettyAcceptor
...
It sometimes makes sense to set an acceptor's port to 0 to allow the JVM
to select an ephemeral port (e.g. in embedded integration tests). This
commit adds a new getter on NettyAcceptor so tests can programmtically
determine the actual port used by the acceptor.
This commit also changes the ACCEPTOR_STARTED notification and the
related logging to clarify the actual port value where clients can
connect.
2022-03-04 13:53:06 +00:00
nbrendah
7bee0d8923
ARTEMIS-3686: Adding example showing how to do telemetry support
...
This is adding an example intercepting and sending messages using opentelemetry to either Jaeger, zipkin or OTLP exporter
2022-03-03 11:08:53 -05:00
gtully
dcaebfb24e
ARTEMIS-3660 - rename broker-balancer to connection-router
2022-03-01 11:15:16 +01:00
Domenico Francesco Bruscino
2398e5a16c
ARTEMIS-3685 Fix BridgeTransformer resolver
2022-02-28 20:43:06 -06:00
Domenico Francesco Bruscino
263351b331
ARTEMIS-3685 Fix BridgeImpl init
2022-02-28 13:45:20 -05:00
Justin Bertram
2d16ec3305
ARTEMIS-3685 fix a couple more issues
2022-02-28 10:12:05 -06:00
Justin Bertram
b5c25e871c
ARTEMIS-3685 fix a couple of issues
2022-02-28 09:55:08 -06:00
Justin Bertram
bc65438344
ARTEMIS-3687 bridges with concurrency > 1 can leak
2022-02-26 15:16:04 -06:00
Justin Bertram
c51fda09cd
ARTEMIS-3685 support reloading bridges
2022-02-26 15:16:04 -06:00
franz1981
101c0d2cd0
ARTEMIS-3679 Brokers shutdown after daylight saving fall back
2022-02-23 06:53:49 +01:00
gtully
cdcbfb2ae0
ARTEMIS-3627 - support 25k type postfix, same feature as xml config, for long values
2022-02-17 15:20:52 -06:00
AntonRoskvist
99b9d87bfd
ARTEMIS-2934 Add option to suppress SESSION notifications
2022-02-17 14:56:16 -06:00
Matteo Baccan
dc1c269b36
Fixed a typo error "unkown" -> "unknown"
2022-02-17 10:29:58 -05:00
Emmanuel Hugonnet
20bbfe3afb
[ARTEMIS-3682]: No way of knowing if a bridge was successfully deployed
...
or not.
* deployBridge now returns a boolean to know if the deployment
succeeded or not.
Issue: https://issues.apache.org/jira/browse/ARTEMIS-3682
2022-02-15 09:05:35 -05:00
Domenico Francesco Bruscino
bac579ac25
ARTEMIS-3573 Support PropertiesLoginModule custom password codecs
2022-02-07 20:31:30 -06:00
AntonRoskvist
bf83a9b3d1
ARTEMIS-3608 - Add distribution for Multicast messages to OFF_WITH_REDISTRIBUTION to avoid message loss
2022-02-07 20:06:45 -06:00
Luis De Bello
cf73e895f3
ARTEMIS-3613: Deprecating stompMaxFramePayloadLength in favour of webSocketMaxFramePayloadLength
2022-02-07 19:44:18 -06:00
Domenico Francesco Bruscino
290e5016c8
ARTEMIS-3645 Support broker balancer cache persistence
2022-02-07 19:08:00 -06:00
Justin Bertram
ec52682697
ARTEMIS-3145 ensure lock validity before releasing
2022-02-07 09:07:12 -06:00
Justin Bertram
bafa0fbb3c
ARTEMIS-3641 move to the latest checkstyle
2022-02-07 10:02:09 -05:00
nbrendah
dbb4cd0a7a
ARTEMIS-2582: EmbeddedActiveMQ.stop() should check for null
2022-02-07 08:55:57 -06:00
Clebert Suconic
100e4abd7b
ARTEMIS-3670 Fixing Divert Update tests
2022-02-06 11:44:18 -05:00
Justin Bertram
e582ce03a5
ARTEMIS-3644 add cert info to CONNECTION_CREATED notification
2022-02-04 14:37:15 -06:00
Justin Bertram
f18dd80dc8
ARTEMIS-3662 remove deprecated config from default broker.xml
...
The auto-create-jms-queues, auto-delete-jms-queues,
auto-create-jms-topics, and auto-delete-jms-topics address settings
were deprecated in ARTEMIS-881 way back in 2016. There's no need to keep
them in the default broker.xml at this point.
2022-02-04 13:49:32 -05:00
Justin Bertram
9c459eb313
ARTEMIS-2413 upgrade JGroups
...
JGroups 3.x hasn't been updated in some time now. The last release was
in April 2020 almost 2 years ago. Lots of protocols have been updated
and added and users are wanting to use them. There is also increasing
concern about using older components triggered mainly by other
recently-discovered high-profile vulnerabilities in the wider Open
Source Java community.
This commit bumps JGroups up to the latest release - 5.2.0.Final.
However, there is a cost associated with upgrading.
The old-style properties configuration is no longer supported. I think
it's unlikely that end-users are leveraging this because it is not
exposed via broker.xml. The JGroups XML configuration has been around
for a long time, is widely adopted, and is still supported. I expect
most (if not all) users are using this. However, a handful of tests
needed to be updated and/or removed to deal with this absence.
Some protocols and/or protocol properties are no longer supported. This
means that users may have to change their JGroups stack configurations
when they upgrade. For example, our own clustered-jgroups example had to
be updated or it wouldn't run properly.
2022-02-04 13:47:11 -05:00
AntonRoskvist
263b723726
ARTEMIS-3646 - OpenWire, Fix overflowing prefetch and incorrect metrics for messages sent to DLQ
2022-02-04 13:40:32 -05:00
Justin Bertram
e184038d05
ARTEMIS-3670 support diverting to multiple addresses
2022-02-04 11:39:16 -05:00
Justin Bertram
8063110644
ARTEMIS-3638 Support MQTT 5
...
MQTT 5 is an OASIS standard which debuted in March 2019. It boasts
numerous improvments over its predecessor (i.e. MQTT 3.1.1) which will
benefit users. These improvements are summarized in the specification
at:
https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901293
The specification describes all the behavior necessary for a client or
server to conform. The spec is highlighted with special "normative"
conformance statements which distill the descriptions into concise
terms. The specification provides a helpful summary of all these
statements. See:
https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901292
This commit implements all of the mandatory elements from the
specification and provides tests which are identified using the
corresponding normative conformance statement. All normative
conformance statements either have an explicit test or are noted in
comments with an explanation of why an explicit test doesn't exist. See
org.apache.activemq.artemis.tests.integration.mqtt5 for all those
details.
This commit also includes documentation about how to configure
everything related to the new MQTT 5 features.
2022-02-04 09:57:15 -05:00
Clebert Suconic
ba02fccb77
ARTEMIS-3664 Critical Analyzer should not HALT or STOP the broker during the startup
2022-01-31 13:33:20 -05:00
Robbie Gemmell
8661cecb8f
ARTEMIS-3655: isolate the errorprone dependencies to its profiles, enable everywhere, fix related problems, and update to 2.10.
2022-01-26 16:32:34 +00:00
Robbie Gemmell
ee52e3de7c
ARTEMIS-3650: simplify distribution to leverage module poms for most of work, ensure their deps are present
...
Fixes/tidies some module definitions to set appropriate test/etc dep scopes and/or exclude bits not used or passed on for usage.
2022-01-26 10:09:18 +00:00
gtully
e164a5b3b8
ARTEMIS-3627 - fix regression in CriticalCrashTest - statically configured converters were being lost on new custom bean utils
2022-01-25 19:22:36 +00:00
gtully
c05177d723
ARTEMIS-3627 - allow default classpath properties name to be configured and use non intrusive property for testing, root cause of falure in test identified by ARTEMIS-3652
2022-01-24 17:18:34 +00:00
gtully
10d93d9c92
ARTEMIS-3627 - support broker.properties for augmenting or supplying additional configuration via nested properties of the internal configuratinimpl bean - elements with a name attribute can be configured in collections, the type inferred by the add singular fluent api
2022-01-19 14:39:27 +00:00
Justin Bertram
951c506481
ARTEMIS-3637 config-delete-diverts not applied properly
...
The address-setting config-delete-diverts is not being applied correctly
hierarchically because it's not included in the merge() method. It is
also not being persisted to disk either. This commit fixes both issues.
2022-01-12 21:06:40 -05:00
Clebert Suconic
e34677f5c0
[maven-release-plugin] prepare for next development iteration
2021-12-14 22:50:55 -05:00
Clebert Suconic
3dea7eeb71
[maven-release-plugin] prepare release 2.20.0
2021-12-14 22:50:53 -05:00
AntonRoskvist
7d129b36e9
Commits: 'Add redistribution to old Anycast consumers' and 'Changed redistributionDelay-check to earlier, improved test, reverted changes in ClusterTestBase'
2021-12-14 09:22:05 -05:00
Justin Bertram
fac7f1692a
ARTEMIS-3601 expose acceptors via management
2021-12-14 08:52:48 -05:00
Justin Bertram
996f6f46fe
ARTEMIS-3115 use correct call timeout defaults for cluster-connection
2021-12-13 21:56:45 -06:00
Marlon Müller
47e947ad7b
ARTEMIS-3542 Avoid requesting LDAP root attribute
...
Check getAttributes with dn of user entry to avoid missing permissions
2021-12-13 21:55:32 -06:00
Clebert Suconic
1e62979577
ARTEMIS-3604 Async sends overflowing server in OpenWire
2021-12-10 15:49:26 -05:00
gtully
158157260c
ARTEMIS-2097 - via elastic queue use case test based on ARTEMIS-3365 and ARTEMIS-3569
...
scenario - avoid paging, if address is full chain another broker and produce to the head, consume from the tail using producer and consumer roles to partition connections. When tail is drained, drop it.
- adds a option to treat an idle consumer as slow
- adds basic support for credit based address blocking ARTEMIS-2097
- adds some more visiblity to address memory usage and balancer attribute modifier operations
2021-12-09 10:14:20 +00:00
gtully
56299e846a
ARTEMIS-3054 - fix lock inversion - intermittent failure of PageCleanupWhileReplicaCatchupTest and hang
2021-12-09 10:13:26 +00:00
gtully
e0b16217a1
ARTEMIS-3594 - add support for a local target key transformer and an instance of CONSISTENT_HASH_MODULO that can be used to partition in a static cluster
2021-12-07 13:17:37 +00:00
Domenico Francesco Bruscino
3f7f8c0ecd
ARTEMIS-3576 Fix toString methods throwing exceptions
2021-12-03 13:15:44 -05:00
Clebert Suconic
5730fcacfa
ARTEMIS-3599 Removing finalization calls
2021-12-03 13:12:02 -05:00
franz1981
7e6373d4df
ARTEMIS-3578 Save SimpleString duplication and long[] allocation while moving Core messages
2021-12-01 10:27:46 +01:00
franz1981
185236f74d
ARTEMIS-3577 Save Core msg re-encoding due to msg copy
2021-12-01 10:27:46 +01:00
franz1981
ad4f6a133a
ARTEMIS-3021 OOM due to wrong CORE clustered message memory estimation
2021-12-01 10:27:46 +01:00
Clebert Suconic
12a93e3c7e
Revert "ARTEMIS-3576 Fix toString methods throwing exceptions"
...
This reverts commit fcd512f9de
.
this will be re-applied after fixing the build and tests
2021-11-29 13:21:24 -05:00
Justin Bertram
5fe42dd0c4
ARTEMIS-3552 NPE on message expiration
2021-11-29 12:13:14 -05:00
Domenico Francesco Bruscino
fcd512f9de
ARTEMIS-3576 Fix toString methods throwing exceptions
2021-11-29 12:02:58 -05:00
Domenico Francesco Bruscino
f8472fd736
ARTEMIS-3569 Validate users on AMQP remote open
2021-11-24 11:28:16 +01:00
gtully
b979189187
ARTEMIS-3569 - balancer role_name local target, matches role of authenticated user
2021-11-24 11:28:16 +01:00
Clebert Suconic
bfc10dcf8b
ARTEMIS-3546 Jakarta javax.json incompability on jakarta all client
...
Domenico Bruscino provided the JSON Wrapper used here. Thanks Domenico!
2021-11-19 13:20:38 -05:00
gtully
8d50aa916c
ARTEMIS-3581 - allow max-size-bytes=0 configuration force paging for an address, independent of the page-size-bytes
2021-11-18 09:44:13 +00:00
gtully
778ab4419f
ARTEMIS-3575 - ensure message owner is set from journal reload, follow up on ARTEMIS-3067
2021-11-16 11:33:26 -05:00
Erwin Dondorp
dde48d052f
ARTEMIS-3556 show message protocol on message-view page
2021-11-10 20:46:55 -05:00
Clebert Suconic
98a6e42a57
ARTEMIS-3554 Invalid Prepared Transaction could interrupt server reload
2021-11-05 10:14:43 -04:00
Justin Bertram
4367ec40a6
ARTEMIS-649 deprecate the HTML based JMX reports
...
The HTML output methods are hold-overs from way back when the code-base
started off as JBoss Messaging 2 and the broker mainly ran in JBoss AS 4
and 5 which leveraged an HTML-based JMX console where these methods
would be executed and spit out nicely formatted data. That stuff has all
long since been retired so this commit deprecates the HTML-based
management methods so they can be removed completely in a future release.
JSON is a better structured output format for this and most of the
deprecated methods have JSON alternatives.
2021-11-04 11:36:49 -04:00
Clebert Suconic
8b3663e827
ARTEMIS-3538 Removing a few extra // ----- structural comments
2021-11-02 21:45:09 -04:00
Asukwo-comfort
923e4cc892
ARTEMIS-3538: Removing // --------- comments from the codebase
2021-11-02 21:44:12 -04:00
Clebert Suconic
1d0c0a8897
ARTEMIS-3541 createQueue ignoring autoDeleteAddress flag
...
Commit 481b73c8ca
from ARTEMIS-3502
inadvertently broke this functionality. This commit restores the
original behavior.
autoDeleteAddress was renamed to forceAutoDeleteAddress which will ignore the address settings.
delete temporary queues will use forceAutoDeleteAddress=true.
this is done in collaboration with Justin Bertram
2021-11-02 08:56:15 -04:00
gtully
c6b85ea4e3
ARTEMIS-1925 - fix test regression - isHighAcceptPriority does not need to check for off_with_redistribution
2021-11-01 13:08:26 +00:00
gtully
1839461204
ARTEMIS-3489 - fix JdbcLeaseLockTest fails sporadically in CI
2021-11-01 09:35:39 +00:00
pahamala
a0c4cba7e1
ARTEMIS-3140 Extra options in LDAP login module
...
Adds support for extra configuration options to LDAP login module to
prepare for supporting any future/custom string configuration in LDAP
directory context creation.
Details:
- Changed LDAPLoginModule to pass any string configuration not
recognized by the module itself to the InitialDirContext contruction
environment.
- Changed the static LDAPLoginModule configuration key fields to an
enum to be able to loop through the specified keys (e.g. to filter out
the internal LDAPLoginModule configuration keys from the keys passed to
InitialDirContext).
- Few fixes for issues reported by static analysis tools.
- Tested that LDAP authentication with TLS+GSSAPI works against a
recent Windows AD server with Java
OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8 by setting the property
com.sun.jndi.ldap.tls.cbtype (see ARTEMIS-3140) in JAAS login.conf.
- Moved LDAPLoginModuleTest to the correct package to be able to
access LDAPLoginModule package privates from the test code.
- Added a test to LDAPLoginModuleTest for the task changes.
- Updated documentation to reflect the changes.
2021-10-29 12:19:30 -05:00
gtully
2167ac2e30
ARTEMIS-1925 - ensure OFF_WITH_REDISTRIBUTION behaves like OFF for initial routing
2021-10-29 13:37:17 +01:00
Clebert Suconic
fdc0cc591c
ARTEMIS-3523 Small tweaks into AddressControl delegation
2021-10-21 13:20:19 -04:00
nbrendah
ebf8adc72b
ARTEMIS-3523: Created delegated methods replay in addressControl
2021-10-21 13:20:06 -04:00
Domenico Francesco Bruscino
dca3facb55
ARTEMIS-3495 Fix backup cluster controller connection loops
...
Skip backup connector equivalent to cluster connector for cluster connections.
2021-10-21 10:46:59 +01:00
Justin Bertram
6d52f20edd
ARTEMIS-3530 space in role list breaks user listing
2021-10-21 10:44:29 +01:00
gtully
925ceadffa
ARTEMIS-3433 - allow null return and throw error only startup usage paths
2021-10-21 10:35:43 +01:00
gtully
3259791bbb
ARTEMIS-3533 - respect extra url parameters from federation connector-ref
2021-10-20 09:44:21 +01:00
gtully
cf85d35355
ARTEMIS-3308 - support federation of large messages
2021-10-20 09:43:11 +01:00
Clebert Suconic
a833d95c1f
ARTEMIS-3461 Generalize MBean Support on Messages and avoid converstion to core on AMQP Messages on console browsing
...
Done in collaboration with Erwin Dondorp through https://github.com/apache/activemq-artemis/pull/3794/
2021-10-17 11:25:27 -04:00
Clebert Suconic
1d84800d5a
ARTEMIS-3529 Expire should not reject messages from duplicateID
2021-10-13 19:11:40 -04:00
Clebert Suconic
2383aa0125
ARTEMIS-3525 Empty Auto Created queues should be removed on restart
2021-10-12 12:54:48 -04:00
gtully
6f4c609ee0
ARTEMIS-3496 - add test to verify no reconnect on locators - mokito based and quite involved
2021-10-12 10:14:30 +01:00
franz1981
1dc9d4f455
ARTEMIS-3496 Replica connection to its live should fail fast
2021-10-12 10:14:30 +01:00
Justin Bertram
402842062a
[maven-release-plugin] prepare for next development iteration
2021-10-11 13:35:57 -05:00
Justin Bertram
5fcb763234
[maven-release-plugin] prepare release 2.19.0
2021-10-11 13:35:06 -05:00
Justin Bertram
c3d93f5590
ARTEMIS-3313 routing-type conflict during import/export
2021-10-08 08:09:21 -05:00
Clebert Suconic
d125109784
ARTEMIS-3502 Removing non used logger method
2021-10-08 09:02:18 -04:00
gtully
5508b8a87a
ARTEMIS-3365 - add simple local-target balancer example with amqp failover, remove manditory pool and policy config and update doc with data gravity concept
2021-10-07 15:23:58 +01:00
Robbie Gemmell
a5b5a504e0
ARTEMIS-3038: unwind effect of defunct changes from ARTEMIS-1264
...
Follows earlier test removal in a3de3d4c75
2021-10-07 10:45:02 +01:00
Clebert Suconic
15c2dbb1c3
ARTEMIS-3521 Option to disable duplicate detection on openwire failover clients
2021-10-06 16:26:01 -04:00
Clebert Suconic
ef9011a83c
ARTEMIS-3519 OperationContext not respecting store lineups and dones on store only
2021-10-06 14:56:19 -04:00
Clebert Suconic
481b73c8ca
ARTEMIS-3502 Auto delete & auto create leading to inconsistencies
2021-10-05 17:53:30 -04:00
Clebert Suconic
ef63dc95bb
ARTEMIS-3513 Compacting exception invalidates deletes and updates
2021-10-05 11:44:24 -04:00
Justin Bertram
8cf428ad49
ARTEMIS-3433 mitigate NPE
...
It is technically possible for
OpenSSLContextFactoryProvider.getOpenSSLContextFactory() to return
null so we need to check to avoid an NPE.
2021-10-04 14:47:08 -05:00
AntonRoskvist
919245b3b3
ARTEMIS-3501 Added exception handling on #handleAddMessage to not stop broker from starting with currupted messages
2021-09-29 13:39:49 -05:00
Robbie Gemmell
20511375de
NO-JIRA: update to errorprone 2.9.0, fix errors, enable it when running on Java 17+
2021-09-29 11:55:40 +01:00
Andy Taylor
e37175784c
ARTEMIS-3493 - expose User ID (JMS Message ID) in send tab of console
...
https://issues.apache.org/jira/browse/ARTEMIS-3493
2021-09-28 08:11:26 +01:00
Clebert Suconic
116545c589
ARTEMIS-3498 Bridge reconnects will not clear delivering count statistics on internal queues
2021-09-24 16:40:59 -04:00
Clebert Suconic
e4276e8cd0
NO-JIRA Update Paging Logging with extra information
2021-09-24 13:18:35 -04:00
gtully
72cfda6b1a
ARTEMIS-2007 - refactor to make use of existing refCountForConsumers for tracking consumer count and remove need for volatile redistributor
2021-09-24 15:07:01 +01:00
gtully
28a10450b7
ARTEMIS-3106 - add some doc for SASL SCRAM-SHA
...
Update docs/user-manual/en/security.md
Co-authored-by: Robbie Gemmell <robbie@apache.org>
2021-09-24 15:03:00 +01:00
Emmanuel Hugonnet
fa439375e9
[ARTEMIS-3494]: ActiveMQClientProtocolManagerFactory shouldn't have a private constructor.
...
* Removing the 'private' constructor
* Removing the use of a static getInstance
Issue: https://issues.apache.org/jira/browse/ARTEMIS-3494
2021-09-23 11:28:06 +02:00
Domenico Francesco Bruscino
569c5994a5
ARTEMIS-3491 Fix cluster connection restart
2021-09-17 19:45:08 +02:00
Robbie Gemmell
515ac3a7cb
ARTEMIS-3475: fix recursion and duplicate class name print from 2481a784f3
2021-09-17 15:48:48 +01:00
JiriOndrusek
4d429b115c
[ARTEMIS-1946] Cluster with allow-direct-connections-only="true" and localAddress in netty connections with allow-direct-connections-only="true" prevents core bridge to be created.
2021-09-16 18:48:28 -05:00
Andy Taylor
0545664b3d
ARTEMIS-3474 - replace whitelist with allowlist in management.xml
...
https://issues.apache.org/jira/browse/ARTEMIS-3474
2021-09-16 17:19:02 -05:00
Clebert Suconic
c3b403a980
ARTEMIS-3482 Removing non used methods and some reorg on message methods
2021-09-15 09:17:01 -04:00
Clebert Suconic
2481a784f3
ARTEMIS-3475 avoiding possible recursion on toString and improving overal PacketImpl toString
2021-09-13 14:51:55 -04:00
Clebert Suconic
14457c4308
ARTEMIS-3464 Protecting scheduled tasks counter with a synchronized
2021-09-13 14:35:45 -04:00
Clebert Suconic
6db6b8cf9e
ARTEMIS-3442 Removing input for journal retention on cli create
2021-09-12 20:11:16 -04:00
Clebert Suconic
2fb23474ce
ARTEMIS-3464 Improving ACK reliability on Paging and code improvements
2021-09-10 18:27:00 -04:00
Clebert Suconic
7792d8f7b3
ARTEMIS-3473 Some tests were leaving a directory named null for journal files under tests/integration-tests
2021-09-10 17:43:06 -04:00
franz1981
e379b447ff
ARTEMIS-3465 BufferSplitter::split shouldn't consume input buffer
2021-09-09 15:37:51 -04:00
Clebert Suconic
7fb4f80649
ARTEMIS-3464 Missing ACKs on Page and Mirror
2021-09-08 15:30:39 -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
Domenico Francesco Bruscino
0a88aafd74
ARTEMIS-3450 Fix StaticPoolTest and DiscoveryPoolTest intermittent failures
2021-09-07 10:01:14 +01:00
franz1981
f4d7c8ae69
ARTEMIS-3219 Save allocating map entries during bindings iteration
2021-09-07 09:18:16 +02:00
franz1981
f150fe5095
NO-JIRA Fix HAPolicyConfigurationTest::PrimaryReplicationTest NPE on assert
2021-09-07 07:11:14 +02:00
franz1981
ce3b50c1a6
ARTEMIS-3430 Activation Sequence Auto-Repair
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
Justin Bertram
6ee7e72db1
ARTEMIS-3445 automatically clean-up abandoned MQTT subscriptions
2021-09-03 16:48:01 -04:00
gtully
c7b672d8b9
ARTEMIS-3365 - fix intermittent ci failure on test
2021-09-02 12:09:31 +01:00
Clebert Suconic
0266582a8f
ARTEMIS-3441 Remove a few finalize methods
2021-08-24 19:08:00 -04:00
Clebert Suconic
4d2fd89882
ARTEMIS-3436 Journal Replay operation
2021-08-24 19:07:15 -04:00
Justin Bertram
3fd0eea667
ARTEMIS-3438 legacy updateQueue doesn't respect ringSize
2021-08-20 17:00:23 -04:00
Justin Bertram
c8d71cbebc
ARTEMIS-3422 mitigate NPE for audit logging
2021-08-20 16:33:21 -04:00
Robbie Gemmell
02a8296821
ARTEMIS-3435: fail-fast if AIO check fouls, rather than burning hours and still failing, and report/log detals to aid analysis
2021-08-20 16:38:08 +01:00
Clebert Suconic
3edb96b09b
ARTEMIS-3425 Possible NPE on Page reload
2021-08-18 17:49:35 -04:00
Justin Bertram
82f0ece67c
ARTEMIS-3329 ability to purge all queues on address
2021-08-18 12:33:01 -04:00
Clebert Suconic
b8c64590f9
[maven-release-plugin] prepare for next development iteration
2021-08-09 11:58:28 -04:00
Clebert Suconic
37cc298973
[maven-release-plugin] prepare release 2.18.0
2021-08-09 11:58:27 -04:00
Clebert Suconic
cc4a51a3ea
[maven-release-plugin] prepare for next development iteration
2021-08-06 17:04:18 -04:00
Clebert Suconic
0b30187091
[maven-release-plugin] prepare release 2.18.0
2021-08-06 17:04:16 -04:00
Clebert Suconic
0e2ce484ba
[maven-release-plugin] prepare for next development iteration
2021-08-06 13:46:56 -04:00
Clebert Suconic
cb705b5c5c
[maven-release-plugin] prepare release 2.18.0
2021-08-06 13:46:54 -04:00
Domenico Francesco Bruscino
3555dd7d25
ARTEMIS-3365 Add broker balancers
2021-08-06 08:33:21 -04:00
franz1981
49e3843aa7
ARTEMIS-3340 Atomic server restart and clean dirty activation: fix testFailbackTimeout
2021-08-06 08:29:54 -04:00
gtully
ca7a100de0
ARTEMIS-3340 Sequential activation tracking for pluggable quorum replication policies + peer
...
Co-authored-by: franz1981 <nigro.fra@gmail.com>
2021-08-05 14:18:20 -04:00
Francesco Nigro
536271485f
ARTEMIS-2716 Pluggable Quorum Vote
2021-08-05 14:18:20 -04:00
gtully
c2da0fd663
ARTEMIS-3200 - remove braces from the belt and braces fix in ARTEMIS-2712, the braces are not necessary and leak, cleaning up in close negates the need to the session closeable
2021-08-05 09:27:12 -04:00
Erwin Dondorp
abcfe2fe6f
ARTEMIS-3177 allow a NOT-CONTAINS filter
2021-08-05 09:21:55 -04:00
Clebert Suconic
f9aa0a98b4
ARTEMIS-3411 Add PrintData information on Divert records
2021-08-04 17:18:15 -04:00
Domenico Francesco Bruscino
a741ae9994
ARTEMIS-3367 Set verifyHost true for connectors by default
2021-08-03 18:14:51 -04:00
Clebert Suconic
813ed88ecb
ARTEMIS-3243 Implementing dual mirror with Broker Connections
...
There are some major tests added as part of this PR.
This PR has been done through an extensive collaboration with Robbie Gemmel on https://github.com/apache/activemq-artemis/pull/3633
2021-08-03 16:50:43 -04:00
Justin Bertram
6bd30e8fe3
ARTEMIS-3385 management changes can be reverted by XML update
...
Durable changes made via the management API (e.g. adding
security-settings, adding address-settings, adding diverts) can be
reverted when reloading the XML at runtime.
2021-08-03 12:30:00 -04:00
Justin Bertram
8c3384a947
ARTEMIS-3397 remove queue rate metric from web console
...
This is a follow-up from ARTEMIS-2322.
The changes related to expired message are only there because
QueueFilterPredicate had a bug where the rate was correlated to expired
messages. When I fixed that I noticed that expired messages was actually
missing so I added it.
2021-08-03 10:15:57 -04:00
Justin Bertram
55533ae099
ARTEMIS-3394 ClassCastException when queue & divert have same name
2021-08-03 09:57:05 -04:00