Skip to content

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

Notifications You must be signed in to change notification settings

uk-gov-mirror/LandRegistry.RabbitMQ-Queue-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%