Skip to content

A simple RabbitMQ node creating queues and exchanges based on JSON file

License

Notifications You must be signed in to change notification settings

IntegrCiTy/connection-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Foreword
  2. Synopsis
  3. Latest Version
  4. Installation
  5. Documentation
  6. Bug Reporting
  7. Contributors
  8. Contacts
  9. License
  10. Copyright

Foreword

As the connection-util library uses RabbitMQ (with pika), a server SHALL be running. If docker is installed the following command starts a RabbitMQ server:

docker run -d --hostname my-rabbit -p 5672:5672 --name some-rabbit rabbitmq:alpine

Synopsis

The main purpose of the connection-util library is the generation of RabbitMQ queues and exchanges based on JSON file.

Latest Version

You can find the latest version of the connection-util library on: https://github.com/IntegrCiTy/connection-util

Installation

The connection-util library is a full python project thus as long as Python is installed on your system you can install it by moving in the root folder (the folder this README file should be) and run:

python setup.py install

In some systems you need Administrator right to run this command.

Warning: the connection-util library requires these packages to be used in full:

  • pika

Documentation

Currently, the documentation is only accessible in source code.

Bug Reporting

If you find any bugs, or if you want new features you can put your request on github at the following address:

https://github.com/IntegrCiTy/connection-util

Contributors

The connection-util library is maintained by the OBNL Team. It is currently composed of:

Contacts

For questions, bug reports, patches and new elements / modules, please use the Bug Reporting.

License

You should have received a copy of the Apache License Version 2.0 along with this program. If not, see http://www.apache.org/licenses/LICENSE-2.0.

Copyright

Copyright 2017 The OBNL Team

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A simple RabbitMQ node creating queues and exchanges based on JSON file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages