ric-utils-receiver
v1.1.15
Published
Receiver from amqp
Downloads
23
Readme
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; ... } } }