PicsolveRabbitmqUploader

Script to retry sending web upload messages to rabbitmq. It takes full path and file name of the psi error log. Typically this script should be run with all the error logs generated while rabbitmq service was down.

Usage

# Install gem
gem install picsolve_rabbitmq_uploader-0.0.1.gem

## Create a upload.xml config file in CWD (cf. upload.dist.xml)

# Send failed uploads to rabbitmq
picsolve_rabbitmq_uploader C:/logfile.txt

Development

# Clone repo

# Install all ruby dependencies
bundle install

## Do development

# Run tests
bundle exec rake test

# Build package
bundle exec rake build