I have Apache ActiveMQ Artemis installed and want to populate a queue via the GUI with a message.
I navigate to queues --> Select queue --> operations
There is a function sendMessage(java.util.Map,int,java.lang.String,boolean,java.lang.String,java.lang.String)
The screen looks like :
For the Type, I add in 1 and for the Body I add in "Test"
When I click execute, the queue does not get populated.
Is there something else I need to do to populate the queue via Artemis GUI ?