Skip to content

A project to automate the creation of messaging queues.

Notifications You must be signed in to change notification settings

joebaldwin95/queuesAsCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Queues As Code

This application provides the functionality to manage MuleSoft's AnypointMQ Queues as "code" stored in a JSON configuration file so that they can be automatically created and recreated as needed.

This project is in no way affiliated or endorsed by MuleSoft. All MuleSoft technologies, products and concepts and any other copyrighted and trademarked material are the property of MuleSoft. This is purely an open source product utilising MuleSoft's Publically Available Anypoint MQ API's.

JAR Usage Instructions

Execute the compiled jar with the below parameters;

-Dusername=yourusername
-Dpassword=yourpassword
-Dregion=yourAMQRegion e.g eu-west-1,us-west-1,us-east-1
-DconfigFilePath=pathtoyourconfigfile

Configuration Usage Instructions

Your configuration file must be created as per the schema available in "src/main/resources/schema.json".

The Organisation ID and Environment ID for your configuration file must be retrieved from the MuleSoft Anypoint Platform API's.

About

A project to automate the creation of messaging queues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages