LandRegistry/RabbitMQ-Queue-Manager

Name: RabbitMQ-Queue-Manager

Owner: HM Land Registry

Description: Utility code for managing queues; default operation is "pull-push".

Created: 2016-01-26 15:29:33.0

Updated: 2016-01-26 15:32:19.0

Pushed: 2016-01-26 15:32:18.0

Homepage: null

Size: 8

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RabbitMQ Queue Manager

This is the repo for the land registry Queue Manager. It is written in Python, with the Flask framework.

The code is derived from that of https://github.com/LandRegistry/register-publisher and is intended to be used as a Git Submodule.

Setup

To create a virtual env, run the following from a shell:

mkvirtualenv -p /usr/bin/python3 queue-manager
source environment.sh
pip install -r requirements.txt
Run unit tests

To run unit tests for the queue-manager, go to its folder and run lr-run-tests.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.