Overview
ActiveMQ Artemis console login
The Apache ActiveMQ Artemis web management console login, served on port 80 through nginx on first boot.
ActiveMQ Artemis console login
Broker queues overview
Queue detail view
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Apache ActiveMQ Artemis - Production-Ready Message Broker AMI
Deploy a fully configured, high-performance message broker on AWS in minutes - not hours. This AMI delivers Apache ActiveMQ Artemis preinstalled and running as a managed system service so you can start exchanging messages immediately after launch.
Why This AMI Instead of a DIY Install or Managed Service
- Versus manual EC2 setup: Skip the hours of downloading, compiling, configuring systemd units, provisioning data disks, and hardening credentials. This image handles all of that at launch.
- Versus Amazon MQ: Retain full control over broker configuration, clustering topology, acceptor tuning, and JVM settings without managed-service constraints, while still getting a production-grade baseline out of the box.
- Versus other community AMIs: Benefit from a hardened first-boot process that generates a unique administrator password per instance (no shared or default credentials), a dedicated data disk for the message journal, and 24/7 professional support from cloudimg.
Application Stack
- Apache ActiveMQ Artemis installed under /opt/artemis, run by a dedicated unprivileged service account
- Headless OpenJDK Java runtime
- Broker instance on a dedicated EBS data disk holding the message journal, paging store, and large message store - independently resizable for IOPS and capacity scaling
- systemd service that starts the broker on boot and restarts on failure
- nginx reverse proxy publishing the Hawtio web management console on port 80
Multi-Protocol Messaging
The broker exposes a multiplexed acceptor on port 61616 handling CORE (JMS 2.0 and Jakarta Messaging), OpenWire, AMQP, STOMP, and MQTT protocols. Dedicated listeners are also available: AMQP on 5672, MQTT on 1883, and STOMP on 61613. Point your JMS, AMQP, MQTT, or STOMP clients at the broker and start publishing and consuming immediately.
Security
Secure First Boot: A one-shot service generates a fresh broker administrator password unique to each instance, rewrites the broker user and role configuration, and stores the password in a root-only file. No shared or default credentials ship in the image.
Encryption in Transit: The broker acceptors support TLS configuration. Enable TLS on any protocol listener to encrypt client connections. The nginx reverse proxy can also be configured with your own certificate for HTTPS access to the web console.
Encryption at Rest: The dedicated data disk holding the message journal can leverage AWS EBS encryption to protect messages at rest. Enable EBS encryption when launching the instance or use encrypted snapshots.
Network Isolation: Deploy the broker in a private VPC subnet and use security groups to restrict access to only the protocol ports your clients require (61616, 5672, 1883, 61613, 80).
Web Management Console
The Hawtio console is served on port 80 through nginx. Sign in with the generated administrator credentials to inspect addresses, queues, and topics, browse and send messages, and monitor broker health. Create queues and topics through the console, the management API, or your messaging clients.
Use Cases
- Decoupling microservices with durable queues and publish-subscribe topics
- Bridging AMQP, MQTT, and JMS clients on a single broker
- IoT telemetry ingestion over MQTT
- Asynchronous task and event processing
- Lift and shift of on-premises JMS workloads to AWS
Evaluation Path
Launch this AMI on a small instance type to evaluate the broker with minimal AWS infrastructure cost. The broker is fully functional on any supported instance size, allowing you to validate protocol connectivity, console access, and message flow before scaling up for production workloads.
24/7 cloudimg Support
Technical support by email and live chat covers broker deployment, protocol and acceptor configuration, TLS setup, clustering and high availability, persistence tuning, and JVM administration.
Book a free broker deployment review with our engineers to plan your production architecture before or after purchase.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Zero-setup production broker: Apache ActiveMQ Artemis launches as a systemd-managed service with a ready-to-use broker instance and the Hawtio web console on port 80. Skip hours of manual installation, configuration, and hardening that a DIY EC2 deployment requires. The broker accepts client connections within minutes of instance launch, so your team can focus on application logic rather than infrastructure provisioning.
- Multi-protocol consolidation on a dedicated data disk: Consolidate AMQP, MQTT, STOMP, OpenWire, and JMS 2.0 CORE clients on one broker instead of running separate systems per protocol. The message journal and paging store reside on a dedicated EBS volume that you can resize independently for IOPS and capacity, enabling safer instance replacement and predictable storage scaling without risking message data.
- Hardened security from first boot: Every instance generates a unique broker administrator password stored in a root-only file - no shared or default credentials ever ship. TLS can be enabled on all protocol acceptors and the nginx proxy. Deploy in a private VPC subnet with security groups restricting access to only the ports your clients need. Backed by 24/7 cloudimg technical support via email and live chat.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
r8i.4xlarge | r8i.4xlarge instance type | $0.24 |
r6id.8xlarge | r6id.8xlarge instance type | $0.24 |
m6id.32xlarge | m6id.32xlarge instance type | $0.24 |
r5b.large | r5b.large instance type | $0.08 |
r5b.8xlarge | r5b.8xlarge instance type | $0.24 |
r5ad.12xlarge | r5ad.12xlarge instance type | $0.24 |
r6id.large | r6id.large instance type | $0.08 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release of Apache ActiveMQ Artemis 2.44.0 message broker.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant). The Hawtio web management console is served on port 80: browse to http://<instance-public-ip>/ and sign in with the generated administrator credentials. Retrieve them with: sudo cat /root/apache-activemq-credentials.txt. Broker acceptors listen on 61616 (multi-protocol CORE/OpenWire/AMQP/STOMP/MQTT), 5672 (AMQP), 1883 (MQTT) and 61613 (STOMP); point your messaging clients at <instance-public-ip> on the relevant port. The broker instance, journal and paging store live on a dedicated data disk mounted at /var/lib/artemis-instance.
Resources
Vendor resources
Support
Vendor support
cloudimg Support - 24/7 Technical Assistance
cloudimg provides round-the-clock technical support for this Apache ActiveMQ Artemis AMI via email and live chat. Our engineers assist with:
- Initial deployment and instance sizing guidance
- Protocol acceptor and TLS configuration
- Clustering and high availability setup
- Persistence tuning and JVM administration
- Troubleshooting connectivity and performance issues
- Security hardening and credential management
- Updates and patch guidance
Response Times: Critical issues receive a one-hour average response time.
Contact: Email support@cloudimg.co.uk or reach us via live chat.
Deployment Prerequisites
- Minimum instance type: Select an instance with sufficient memory for your expected message volume and consumer count.
- EBS data volume: The broker uses a dedicated data disk for the message journal. Provision an EBS volume sized for your retention and throughput requirements.
- Security groups: Open ports 61616 (multi-protocol), 5672 (AMQP), 1883 (MQTT), 61613 (STOMP), and 80 (web console) only to trusted sources.
- VPC: Deploy in a VPC subnet appropriate for your network isolation requirements.
Getting Started
- Launch the AMI and attach or confirm the dedicated data volume.
- Retrieve the generated admin password from /root/.artemis-admin-password (accessible via SSH as root or via EC2 Instance Connect).
- Open port 80 in your security group and navigate to the instance public IP to access the Hawtio web console.
- Sign in with username 'admin' and the retrieved password.
- Create queues or topics via the console, then point your messaging clients at the appropriate protocol port.
For sizing recommendations, production architecture planning, or any issues including requesting refunds, contact support@cloudimg.co.uk .
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products

