Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 646 Bytes

sqs-gui-client

Desktop Application to test your AWS-SQS queues and execute basic operations easily.

queues

Features

  • Java8

Run the project

You can run the project from 3 different ways:

A) Using Maven

mvn package
mvn exec:java -Dexec.mainClass="org.txema.aws.MainGUI"

B) Using Java

mvn package
java -jar target/sqs_client-1.0-SNAPSHOT-jar-with-dependencies.jar

C) Download executable