amqp_worker

Crates.ioamqp_worker
lib.rsamqp_worker
version0.9.0
sourcesrc
created_at2018-08-23 06:30:29.749828
updated_at2020-03-10 10:40:01.524069
descriptionAMQP Worker to listen and provide trait to process message
homepagehttps://github.com/media-io/rs_amqp_worker
repositoryhttps://github.com/media-io/rs_amqp_worker
max_upload_size
id80845
size125,653
Marc-Antoine ARNAUD (MarcAntoine-Arnaud)

documentation

https://docs.rs/amqp_worker

README

Amqp Worker

Build Status Coverage Status

AMQP Worker to listen and provide trait to process message. This git repository contains library used for each worker defined in Media Cloud AI.

Environment variables

Some variables are defined to apply a custom setting. These variables are:

Variable name Default value Description
AMQP_HOSTNAME 127.0.0.1 IP or host of AMQP server
AMQP_PORT 5672 AMQP server port
AMQP_USERNAME guest User name used to connect to AMQP server
AMQP_PASSWORD guest Password used to connect to AMQP server
AMQP_VHOST / AMQP vhost
AMQP_TLS true Set to TRUE is HTTPS is activated.
AMQP_QUEUE job_undefined AMQP queue
BACKEND_HOSTNAME http://127.0.0.1:4000/api URL used to connect to backend server
BACKEND_USERNAME User name used to connect to backend server
BACKEND_PASSWORD Password used to connect to backend server
Commit count: 555

cargo fmt