IBM WebSphere · Arazzo Workflow
IBM MQ Send Message and Verify Depth
Version 1.0.0
Authenticate, confirm the target queue, send a message, and verify queue depth increased.
View Spec
View on GitHub
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddlewareArazzoWorkflows
Provider
Workflows
send-message-and-verify
Send a message to an IBM MQ queue and verify the queue depth.
Logs in, confirms the queue exists on the queue manager, sends a message to it, and reads the queue status to confirm the message landed.
1
login
login
Authenticate to the MQ REST API to obtain an LTPA token cookie for the subsequent requests.
2
listQueues
listQueues
List queues on the queue manager filtered to the target queue name to confirm it exists before sending.
3
sendMessage
sendMessage
Send a persistent text message to the target queue on the queue manager.
4
verifyQueueDepth
getQueue
Read the queue with status information enabled to confirm the current depth reflects the delivered message.