Mirror of Apache ActiveMQ Artemis
Go to file
Justin Bertram d9d84f814c ARTEMIS-5048 use java.util.Base64
We've traditionally used org.apache.activemq.artemis.utils.Base64 for
Base64 encoding/decoding. This implementation is based on public domain
code from http://iharder.net/base64.

In Java 8 java.util.Base64 was introduced. I assumed we hadn't switched
to this implementation for performance reasons so I created a simple
JMH-based test to compare the two implementations and it appears to me
that java.util.Base64 is significantly faster than our current
implementation. Using the JDK's class will simplify our code and
improve performance. Also, it should be 100% backwards compatible
since Base64 encoding/decoding is standardized.
2024-09-18 12:15:14 -07:00
.github NO-JIRA: have dependabot ignore errorprone >= 2.32.0 since it needs Java 17+ 2024-09-12 14:32:10 +01:00
.settings ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00
artemis-bom [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-boot [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-cdi-client [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-cli ARTEMIS-5048 use java.util.Base64 2024-09-18 12:15:14 -07:00
artemis-commons ARTEMIS-5048 use java.util.Base64 2024-09-18 12:15:14 -07:00
artemis-core-client ARTEMIS-5048 use java.util.Base64 2024-09-18 12:15:14 -07:00
artemis-core-client-all [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-core-client-osgi [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-distribution [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-docker ARTEMIS-4906 CentOS 7 is EOL so remove Docker file 2024-08-28 16:05:48 +01:00
artemis-dto [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-features [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-hawtio [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-image [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jakarta-client [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jakarta-client-all [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jakarta-ra [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jakarta-server [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jakarta-service-extensions [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jdbc-store ARTEMIS-4965 mitigate NPE when missing SQL property 2024-09-10 18:03:21 +01:00
artemis-jms-client ARTEMIS-5018 eliminate deprecated use of Class.newInstance 2024-08-28 17:30:19 -04:00
artemis-jms-client-all [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jms-client-osgi [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-jms-server [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-journal ARTEMIS-4965 mitigate NPE when missing SQL property 2024-09-10 18:03:21 +01:00
artemis-junit [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-lockmanager [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-log-annotation-processor [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-maven-plugin ARTEMIS-4999 bump plugin.components.maven.version from 3.9.8 to 3.9.9 2024-08-22 13:53:37 -05:00
artemis-pom ARTEMIS-5026 Upgrade commons-compress to 1.27.1 2024-09-03 09:19:08 +01:00
artemis-protocols ARTEMIS-5033 Avoid NPE on method processAddSession in OpenWireConnection 2024-09-10 22:08:52 -05:00
artemis-ra ARTEMIS-5018 eliminate deprecated use of Class.newInstance 2024-08-28 17:30:19 -04:00
artemis-selector [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-server ARTEMIS-5048 use java.util.Base64 2024-09-18 12:15:14 -07:00
artemis-server-osgi [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-service-extensions [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
artemis-unit-test-support ARTEMIS-4781 AMQP message leaking large message file 2024-09-17 14:42:37 +01:00
artemis-web ARTEMIS-5023 web temp directory cleaner now moot 2024-09-09 12:57:06 +01:00
artemis-website [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
docs ARTEMIS-4182 support client ID config on bridges 2024-09-10 16:46:20 +01:00
etc ARTEMIS-4848 Bump org.codehaus.mojo:javacc-maven-plugin from 2.6 to 3.1.0 2024-06-26 14:20:53 -05:00
scripts NO-JIRA Remove first empty line from cherry-pick-report.sh 2024-08-05 16:05:22 -04:00
tests ARTEMIS-5048 use java.util.Base64 2024-09-18 12:15:14 -07: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: update with note+instructions to push tag now created by examples release helper script 2024-07-16 10:48:07 +01:00
artemis_doap.rdf Update vendor to ASF 2015-05-30 08:37:28 +02:00
pom.xml ARTEMIS-5046: update to groovy 4.0.23 2024-09-13 14:55:14 +01: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.