Crates.io | amqp_worker |
lib.rs | amqp_worker |
version | 0.9.0 |
source | src |
created_at | 2018-08-23 06:30:29.749828 |
updated_at | 2020-03-10 10:40:01.524069 |
description | AMQP Worker to listen and provide trait to process message |
homepage | https://github.com/media-io/rs_amqp_worker |
repository | https://github.com/media-io/rs_amqp_worker |
max_upload_size | |
id | 80845 |
size | 125,653 |
AMQP Worker to listen and provide trait to process message. This git repository contains library used for each worker defined in Media Cloud AI.
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 |