mxriverlynn / rabbus

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

Topic/fanout exchange type in Request / Response #20

Closed shurik239 closed 8 years ago

shurik239 commented 8 years ago

Something does not match on docs:

Request / Response The request/response pair uses a "topic" exchange. .... Requester Options ... exchange type (string): type of exchange to use. default is fanout.

mxriverlynn commented 8 years ago

d'oh! documentation error. fixed :)