# Install activemq with Homebrew, chocolatey, apt, Nix, scoop

Apache ActiveMQ: powerful open source messaging server. Version 6.2.7 via Homebrew; verified 2026-06-29.

## Install

```sh
sudo av install brew:activemq
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install activemq
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install activemq
```

  Evidence: Debian stable package indexes: activemq from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#activemq
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ac/activemq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install ActiveMQ
```

  Evidence: Chocolatey community package catalog: ActiveMQ from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='10.8512','kmupd4'

- Scoop (92%):

```sh
scoop install extras/activemq
```

  Evidence: Scoop official bucket manifest trees: bucket/activemq.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:activemq
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/activemq>
- **Version:** 6.2.7
- **Source summary:** Apache ActiveMQ: powerful open source messaging server
- **Homepage:** <https://activemq.apache.org/>
- **Repository:** <https://github.com/apache/activemq>
- **Upstream docs:** <https://activemq.apache.org/components/classic/documentation>
- **License:** Apache-2.0
- **Source archive:** <https://www.apache.org/dyn/closer.lua?path=activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz>
- **Last updated:** 2026-06-29T10:40:31Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- activemq (cli)
- activemq (alias)

## Dependencies

- java-service-wrapper
- openjdk

## Install behavior

- Post-install hook: not defined
- Service: declared
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 6.2.7
- Package-manager updated: 2026-06-29
- Local data: ok
- Upstream repository: https://activemq.apache.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Apache ActiveMQ is the Apache Software Foundation's long-running open source message broker line. The Classic distribution is a Java broker for JMS, Jakarta Messaging, and cross-language protocols including OpenWire, STOMP, AMQP, and MQTT.

### Project history

The ActiveMQ Classic documentation describes a broker configured through XML deployment descriptors and notes that version 4.0 adopted XBean-based XML configuration. The project has since kept the broker as a standalone server, embeddable Java component, and protocol bridge for enterprise integration patterns.

The Apache project site now distinguishes ActiveMQ Classic from related ActiveMQ components, while the Apache GitHub repository is the official source-control location for the Classic code line.

### Adoption history

ActiveMQ became a common package-manager entry because it ships as a runnable message broker with an `activemq` command, default configuration files, and broad protocol support. The Apache site highlights use from Java, C, C++, C#, Ruby, Perl, Python, PHP, and browser-facing APIs.

The project continues to publish maintained 5.x and 6.x Classic releases; the Apache news feed lists ongoing 5.19.x maintenance and 6.2.x releases in 2026.

### How it is used

Package users typically install ActiveMQ to run a local or server-side message broker, edit `${ACTIVEMQ_HOME}/conf/activemq.xml`, and start the `activemq` command. The XML configuration imports `jetty.xml` for the web console and reads `${activemq.conf}/credentials.properties` through Spring property placeholders.

### Why package nerds care

ActiveMQ matters to package maintainers because it is both a daemon-style service and a developer integration tool: packages must preserve configuration layout, broker scripts, Java runtime assumptions, and web-console credentials behavior.

It is also a representative Java server package whose version streams can coexist in enterprise environments, making default config paths and upgrade notes more important than a simple CLI formula.

### Timeline

- 2006: ActiveMQ 4.0-era documentation adopted XBean XML configuration.
- 2009: The Apache GitHub mirror for `apache/activemq` was created.
- 2023: ActiveMQ Classic 6.0.0 began the Classic 6.x series.
- 2026: Apache published ActiveMQ 5.19.x maintenance and 6.2.x releases.

### Related projects

- ActiveMQ Artemis is a related Apache messaging broker project under the ActiveMQ family. ActiveMQ Classic also relates to Apache NMS client libraries and protocol peers for STOMP, AMQP, MQTT, and OpenWire.

### Sources

- <https://activemq.apache.org/components/classic/>
- <https://activemq.apache.org/news/>
- <https://activemq.apache.org/xml-configuration>
- <https://api.github.com/repos/apache/activemq>


## Security Notes

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ${ACTIVEMQ_HOME}/conf/activemq.xml, ${ACTIVEMQ_HOME}/conf/jetty.xml

## Credential files

- Unix: ${activemq.conf}/credentials.properties
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** activemq
- **Aliases:** apache-activemq
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - activemq - 5.17.6+dfsg-2: normalized package name match | Debian stable package indexes: activemq from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Java message broker - server | https://activemq.apache.org
- Debian apt - libactivemq-java - 5.17.6+dfsg-2: normalized package name match | Debian stable package indexes: libactivemq-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Java message broker core libraries | https://activemq.apache.org
- Nix - activemq: normalized package name match | nixpkgs package indexes: pkgs/by-name/ac/activemq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - activemq - 5.17.6+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: activemq from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Java message broker - server | https://activemq.apache.org
- Ubuntu apt - libactivemq-java - 5.17.6+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libactivemq-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Java message broker core libraries | https://activemq.apache.org
- Chocolatey - ActiveMQ: normalized package name match | Chocolatey community package catalog: ActiveMQ from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='10.8512','kmupd4'
- Scoop - extras/activemq: normalized package name match | Scoop official bucket manifest trees: bucket/activemq.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [openjdk](https://www.automicvault.com/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [rabbitmq](https://www.automicvault.com/pkg/brew/rabbitmq/) - Shares av.db curated category or tags: cli, message-broker, messaging, networking, server.
- [ejabberd](https://www.automicvault.com/pkg/brew/ejabberd/) - Shares av.db curated category or tags: cli, messaging, networking, server.
- [lavinmq](https://www.automicvault.com/pkg/brew/lavinmq/) - Shares av.db curated category or tags: cli, message-broker, messaging, networking.
- [nats-server](https://www.automicvault.com/pkg/brew/nats-server/) - Shares av.db curated category or tags: cli, messaging, networking, server.
- [nats-streaming-server](https://www.automicvault.com/pkg/brew/nats-streaming-server/) - Shares av.db curated category or tags: cli, messaging, networking, server.
- [czmq](https://www.automicvault.com/pkg/brew/czmq/) - Shares av.db curated category or tags: cli, messaging, networking.
- [emqx](https://www.automicvault.com/pkg/brew/emqx/) - Shares av.db curated category or tags: cli, messaging, networking.
- [libpaho-mqtt](https://www.automicvault.com/pkg/brew/libpaho-mqtt/) - Shares av.db curated category or tags: cli, messaging, networking.
- [activemq-cpp](https://www.automicvault.com/pkg/brew/activemq-cpp/) - Package names and metadata indicate a similar tool family. Shared terms: activemq, apache, cli, message, messaging.

## Combined YAML source

View the package source record on GitHub. [combined/activemq.yml](https://github.com/automic-vault/db/blob/main/combined/activemq.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
