Skip to content

Conversation

jfromaniello
Copy link
Contributor

@jfromaniello jfromaniello commented Sep 4, 2018

Related to the issue I described in #23 . This change allows me to create a client using the pseudo-queue amqp.rabbtimq.reply-to like this:

  const client = new AMQPRPCClient(connection, {
    requestsQueue,
    repliesQueue: 'amq.rabbitmq.reply-to',
    consumeOptions: {
      noAck: true
    }
  });

The noAck option when calling consume is required. Messages from this special queue can't be ack'ed.

@jfromaniello jfromaniello force-pushed the allow_additional_consume_options branch from d4e284d to e02da41 Compare September 5, 2018 13:19
@jfromaniello
Copy link
Contributor Author

I rebased this change into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant