Closed mertcetin closed 6 years ago
If noReply options is set for an exchange, an exclusive reply queue will not be automatically created for that exchange.
Example usage:
var defaultExchange = jackrabbit.default({ noReply: true }); var fanoutExchange = jackrabbit.fanout('failed', { noReply: true });
Handles #53
Obsoleted by #91
If noReply options is set for an exchange, an exclusive reply queue will not be automatically created for that exchange.
Example usage:
Handles #53