Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow additional consume options #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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