How to send messages from ActiveMQ Artemis Web console

This tutorial will teach you how to send JMS messages from the ActiveMQ Artemis console.

So, the requirement is to install ActiveMQ Artemis as discussed in this tutorial: Getting started with ActiveMQ Artemis

Next, log into the console which is available at: http://localhost:8161

From there, there are at least two ays to send a JMS Message.

Option 1)

Select the JMS Destination in the left side tree view and click on the Send Tab:

ActiveMQ artemis send messages from console tutorial

Choose the Message format and click on Send Message

As a proof of concept, in the JMS Destination attributes, you should see the message listed in Message Count:

ActiveMQ artemis send messages from console tutorial

Option 2)

Another way to send messages from the ActiveMQ Artemis is to click on Operations and click on Send:

ActiveMQ artemis send messages from console tutorial

From there, you will be able to send messages much the same way.

Furthermore, it is possible to check messages which haven’t been consumed by selecting the Browse tab:

ActiveMQ artemis send messages from console tutorial


Recommended Articles

Deploying Applications on WildFly using Web Console and CLI - A Step-by-Step Guide

Learn how to deploy applications on WildFly using the web console and command-line interface (CLI) for production environments.

Securely Change WildFly Management Console Passwords: A Comprehensive Guide

Learn how to securely change your WildFly Management Console password with this step-by-step guide. #WildFly #Java #Middleware #CloudNative

Configure WildFly Datasource with Oracle 12c Connection using Web Console

Learn how to create a datasource for WildFly 9 using the web console. Deploy the JDBC driver, configure connection settings, and test connectivity in under a minute.

Disable WildFly Admin Console for Enhanced Security - Step-by-Step Guide

Learn how to securely disable the WildFly Admin Console. Expert guide with screenshots and commands.