Mirror of Apache ActiveMQ Artemis
Go to file
aslepykh bc86a0a481
ARTEMIS-4695 BAD_COPY_PASTE in ActiveMQScheduledLeaseLock.java
In the detectAndReportRenewSlowness() method, the logger.error() and
logger.warn() methods are called 3 times.

In two of the three calls, the method arguments correspond to parameters
that are tested in the if() conditional construct.

Also, the arguments of the logger.error() and logger.warn() methods are
identical in lines 139 and 141, respectively, which may indicate that
they were copied incorrectly.
2024-03-19 13:55:56 -05:00
.github update actions to resolve deprecation warnings, and bump OS version 2024-02-13 11:46:19 +00:00
.settings ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00
artemis-bom ARTEMIS-4559 refactor HA docs & code/module naming 2024-03-15 10:18:05 -04:00
artemis-boot ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-cdi-client ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-cli ARTEMIS-4689 Adjusting XMLDataImporter to use BasicConnectionAbstract 2024-03-19 10:49:47 -04:00
artemis-commons ARTEMIS-4690 Remove storageManager.addAddressSettings from the codebase 2024-03-14 13:38:28 -04:00
artemis-core-client ARTEMIS-4691 Fixing LockManagerBackupSyncJournalTest 2024-03-18 17:36:35 -04:00
artemis-core-client-all ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-core-client-osgi ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-distribution ARTEMIS-4559 refactor HA docs & code/module naming 2024-03-15 10:18:05 -04:00
artemis-docker ARTEMIS-4556 support release of multi-platform Docker images 2024-01-11 17:50:02 +00:00
artemis-dto ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-features ARTEMIS-4582 - view and edit permissions, mops. security-settings for rbac on management apis 2024-03-15 16:40:45 +00:00
artemis-hawtio ARTEMIS-4582 - view and edit permissions, mops. security-settings for rbac on management apis 2024-03-15 16:40:45 +00:00
artemis-image NO-JIRA add comment on current directory to the image build readme 2024-02-29 15:15:16 +00:00
artemis-jakarta-client ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jakarta-client-all ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jakarta-ra ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jakarta-server ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jakarta-service-extensions ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jdbc-store ARTEMIS-4682 Improving performance of reloading JDBC storage 2024-03-11 20:58:27 -04:00
artemis-jms-client ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jms-client-all ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jms-client-osgi ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-jms-server ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-journal ARTEMIS-4651 Performance improvements on Mirror and Paging 2024-02-26 11:01:04 -05:00
artemis-junit ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-lockmanager ARTEMIS-4559 refactor HA docs & code/module naming 2024-03-15 10:18:05 -04:00
artemis-log-annotation-processor ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-maven-plugin ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-pom ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-protocols ARTEMIS-4695 DLS_DEAD_LOCAL_STORE in AMQPLargeMessage.java 2024-03-19 13:55:36 -05:00
artemis-ra ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-selector ARTEMIS-4693 Improve XPath filter performance 2024-03-19 09:19:42 -04:00
artemis-server ARTEMIS-4695 BAD_COPY_PASTE in ActiveMQScheduledLeaseLock.java 2024-03-19 13:55:56 -05:00
artemis-server-osgi ARTEMIS-4582 - view and edit permissions, mops. security-settings for rbac on management apis 2024-03-15 16:40:45 +00:00
artemis-service-extensions ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-unit-test-support ARTEMIS-4691 log.warn on inVM closing 2024-03-18 13:31:48 -05:00
artemis-web ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
artemis-website ARTEMIS-1230 Added artemis-bom 2024-02-14 10:33:19 +00:00
docs ARTEMIS-4582 - view and edit permissions, mops. security-settings for rbac on management apis 2024-03-15 16:40:45 +00:00
etc ARTEMIS-4572 upgrade to Apache parent 31 2024-01-18 16:55:51 +00:00
scripts ARTEMIS-4556 support release of multi-platform Docker images 2024-01-11 17:50:02 +00:00
tests ARTEMIS-4691 log.warn on inVM closing 2024-03-18 13:31:48 -05:00
.asf.yaml NO-JIRA: have github commit log display auto-link ARTEMIS Jira project references 2023-09-21 11:36:41 +01:00
.gitignore ARTEMIS-4383 migrate user docs to AsciiDoc 2023-08-02 16:21:06 -04:00
.project More name changes to activemq 2014-11-19 16:01:54 -05:00
LICENSE ARTEMIS-4383: add RAT config to fix the build, and LICENSE updates to reflect the new files 2023-08-03 13:04:47 +01:00
NOTICE NO-JIRA update NOTICE files! Happy new year 2024-01-03 09:16:19 -05:00
README.md Clarify classic wording 2024-02-19 16:06:40 -06:00
RELEASING.md NO-JIRA: add note about installing PyYAML to use the site release update scripts 2024-02-01 12:38:16 +00:00
artemis_doap.rdf Update vendor to ASF 2015-05-30 08:37:28 +02:00
pom.xml ARTEMIS-4559 refactor HA docs & code/module naming 2024-03-15 10:18:05 -04:00

README.md

Welcome to Apache ActiveMQ Artemis

ActiveMQ Artemis is the next generation message broker from Apache ActiveMQ.

Getting Started

See the User Manual for an in-depth explanation of all aspects of broker configuration and behavior.

The ActiveMQ Artemis Examples repository contains over 90 examples demonstrating many of the client and broker features.

How to Build, etc.

See the Hacking Guide for details about modifying the code, building the project, running tests, IDE integration, etc.

Migrate from ActiveMQ Classic

See the Migration Guide for information about the architectural and configuration differences between ActiveMQ Classic and ActiveMQ Artemis.

Report an Issue

See our website for details on how to report an bug, request a feature, etc.