dimovelev / citrus-sqs

AWS SQS support for Citrus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possability to purge all Sqs Messages

m-kappes opened this issue · comments

Right now if a Citrus Test does not run Successfully, it may be that a message persists in the Queue. This could break the next Test as Messages will only be deleted if one request and receive it. It would be great if citrus-sqs would give an easy way to purge the complete queue as a doFinally() action.