Exam >
On this page

mq-purge

Purges specified queue

Overview

Usage

1. Configure a map of queue aliases to MqTester implementations via MqPlugin.

2. Use e:mq-purge tag in specification:

src/test/resources/specs/Specs.html
<e:mq-purge name="someQueue"/>

Attributes

attributedescexample
name Key from the map of a queue aliases to MqTester implementations configured in MqPlugin. Required. Default: -
name="myQueue"