1.1.15 • Published 2 years ago

ric-utils-receiver v1.1.15

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Example configuration file from using the receiver module: config: { ... receiver: { exchanges: { exchange name#1: Object || null, //Options for exchange #1. If null by using exchange name#2: Object || null, ... }, queue : { name : String, options : Object, acknowledgeCount: Number //Count max not acknowledge packets to receive }, filter : { //this options from filtering exchange. If not need filter exchange this parameter is not defined or null; ... } } }