MCPcopy Index your code
hub / github.com/apache/activemq

github.com/apache/activemq @activemq-6.2.7

Chat with this repo
repository ↗ · DeepWiki ↗ · release activemq-6.2.7 ↗ · + Follow
46,717 symbols 244,024 edges 4,507 files 13,006 documented · 28%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Welcome to Apache ActiveMQ

Apache ActiveMQ is a high performance Apache 2.0 licensed Message Broker. ActiveMQ supports several API and protocols: - Jakarta Messaging 3.1.0, JMS 2.0 and JMS 1.1. - AMQP - MQTT - HTTP/WS

ActiveMQ also provides advanced features like: - network of brokers - scheduling - and much more!

Getting Started

To help you get started, try the following links:

Getting Started - You need JDK17+ to run Apache ActiveMQ - After having extracted ActiveMQ binary distribution, you can start ActiveMQ with ./bin/activemq console (foreground) or ./bin/activemq start - Docker images are also available on Docker Hub (https://hub.docker.com/r/apache/activemq-classic)

Building - You can build (fast) using Apache Maven: mvn clean install -DskipTests - You can build (including all tests) using Apache Maven: mvn clean install

Examples - https://activemq.apache.org/examples.html

We welcome contributions of all kinds, for details of how you can help https://activemq.apache.org/contributing.html

Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel at https://activemq.apache.org/

Please help us make Apache ActiveMQ better - we appreciate any feedback you may have.

Enjoy!

Licensing

This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See https://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

ActiveMQ supports the use of SSL TCP connections when used with with a JVM supporting the Java Cryptography extensions https://www.oracle.com/java/technologies/javase/javase-tech-security.html. ActiveMQ does not include these libraries itself, but is designed to use them.

Extension points exported contracts — how you extend this code

ResponseHandler (Interface)
Interface used by the MQTTProtocolConverter for callbacks. [13 implementers]
activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/ResponseHandler.java
AuthenticationBroker (Interface)
Base for all broker plugins that wish to provide connection authentication services [12 implementers]
activemq-broker/src/main/java/org/apache/activemq/security/AuthenticationBroker.java
CallableClosure (Interface)
This closure interface is intended for the end user implement callbacks for the Transaction.exectue() method. @param <R [45 …
activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/page/Transaction.java
ClientInternalExceptionListener (Interface)
An exception listener similar to the standard jakarta.jms.ExceptionListener which can be used by client cod [100 implementers]
activemq-client/src/main/java/org/apache/activemq/ClientInternalExceptionListener.java
SubjectResolver (Interface)
@since 5.10.0 [12 implementers]
activemq-shiro/src/main/java/org/apache/activemq/shiro/subject/SubjectResolver.java
PasswordFactory (Interface)
This interface is used to allow people to provide a mechanism to override where the password comes from. Implementors of [24 …
activemq-console/src/main/java/org/apache/activemq/console/command/PasswordFactory.java
AmqpConnectionListener (Interface)
Events points exposed by the AmqpClient object. [101 implementers]
activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/client/AmqpConnectionListener.java
WebConsoleConfiguration (Interface)
The configuration used for the web console. [5 implementers]
activemq-web/src/main/java/org/apache/activemq/web/config/WebConsoleConfiguration.java

Core symbols most depended-on inside this repo

info
called by 3746
activemq-runtime-config/src/main/java/org/apache/activemq/plugin/AbstractRuntimeConfigurationBroker.java
get
called by 3390
activemq-broker/src/main/java/org/apache/activemq/memory/Cache.java
start
called by 3092
activemq-client/src/main/java/org/apache/activemq/Service.java
close
called by 2291
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2413Test.java
println
called by 1951
activemq-client/src/main/java/org/apache/activemq/util/IndentPrinter.java
readBoolean
called by 1746
activemq-client/src/main/java/org/apache/activemq/openwire/BooleanStream.java
send
called by 1635
activemq-broker/src/main/java/org/apache/activemq/broker/region/Region.java
receive
called by 1628
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/Receiver.java

Shape

Method 40,579
Class 4,707
Function 1,090
Interface 309
Enum 32

Languages

Java98%
TypeScript2%
C#1%
Python1%
C++1%
PHP1%

Modules by API surface

activemq-web/src/main/resources/org/apache/activemq/web/prototype.js312 symbols
activemq-web-demo/src/main/webapp/js/prototype.js312 symbols
activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java289 symbols
activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/MessageDatabase.java253 symbols
activemq-client/src/main/java/org/apache/activemq/ActiveMQConnection.java197 symbols
activemq-broker/src/main/java/org/apache/activemq/broker/region/policy/PolicyEntry.java142 symbols
activemq-jdbc-store/src/main/java/org/apache/activemq/store/jdbc/Statements.java131 symbols
activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompTest.java130 symbols
activemq-client/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java126 symbols
activemq-unit-tests/src/test/java/org/apache/activemq/store/jdbc/JDBCXACommitExceptionTest.java125 symbols
activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/KahaDBStore.java124 symbols
activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java121 symbols

Datastores touched

(mysql)Database · 1 repos
activemqDatabase · 1 repos

For agents

$ claude mcp add activemq \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact