Sign inSign up

openeuler/activemq

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

5.3K

openeuler/activemq repository overview

Quick reference

ActiveMQ | openEuler

Current ActiveMQ docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Apache ActiveMQ is a high performance Apache 2.0 licensed Message Broker.

Learn more about activemq on activemq Website⁠.

The tag of each activemq docker image is consist of the version of activemq and the version of basic image. The details are as follows

TagCurrentlyArchitectures
6.1.7-oe2403sp4activemq 6.1.7 on openEuler 24.03-LTS-SP4amd64, arm64
6.1.7-oe2403sp2activemq 6.1.7 on openEuler 24.03-LTS-SP2amd64, arm64
6.1.6-oe2403sp1ActiveMQ 6.1.6 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/activemq image from docker

    docker pull openeuler/activemq:{Tag}
    
  • Run with an interactive shell

    You can also start the container with an interactive shell to use activemq.

    docker run -it --rm openeuler/activemq:{Tag} bash
    
  • Start ActiveMQ

    Run the following command to start ActiveMQ:

    ./bin/activemq start
    

    This starts the ActiveMQ broker in the background.

  • Access the web console

    Use the following curl command to access the ActiveMQ interface:

    curl -u admin:admin -L http://localhost:8161/
    
    • -u admin:admin: provides the default username and password.
    • -L: allows curl to follow HTTP redirects.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:c6389ce8c

Size

512.6 MB

Last updated

2 months ago

docker pull openeuler/activemq

This week's pulls

Pulls:

18

Last week