Skip to content

Commit

Permalink
Merge pull request #19 from disintegrator/bug/reply-queue-name
Browse files Browse the repository at this point in the history
Force reply queue names to be random always
  • Loading branch information
nfantone committed Mar 17, 2016
2 parents 0b53a85 + 96ebc6a commit 09aa1fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client-hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ var ClientHook = (function() {
resQueue: ['channel', function(cb, results) {
var channel = results.channel;
var qres = options.queues.response;
qres.id = options.id;
var queueName = Amqputil.resolveClientQueue(qres);
return channel.assertQueue(queueName, qres.options, function(err, ok) {
return cb(err, ok.queue);
Expand Down

0 comments on commit 09aa1fd

Please sign in to comment.