Class SQSQueueFactoryImpl

    • Constructor Detail

      • SQSQueueFactoryImpl

        public SQSQueueFactoryImpl​(String template,
                                   String region,
                                   String queueId,
                                   boolean purgeBuffer)
        Parameters:
        template - The sqsTemplateName
        region - The region in AWS to operate against
        queueId - The unique identifier for the queues
        purgeBuffer - Whether buffer files should be nuked before starting (this may cause data loss if queue files are not empty)
    • Method Detail

      • isValidSQSTemplate

        public static boolean isValidSQSTemplate​(String template)