mxriverlynn / rabbus

A micro-service bus with built-in messaging patterns, for NodeJS and RabbitMQ
116 stars 26 forks source link

Topology.prototype._addExchange not support connectionName param #37

Open walkerx opened 6 years ago

walkerx commented 6 years ago

var exP = this.rabbit.addExchange( exchangeOptions.name, exchangeOptions.type, exchangeOptions, exchangeOptions.connectionName //add );