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 setting publish and consume methods' options #96

Merged
merged 3 commits into from
Jul 6, 2017

Conversation

nfantone
Copy link
Collaborator

require('seneca')()
  .use('seneca-amqp-transport')
  .client({
    type: 'amqp',
    hostname: 'rabbitmq.host',
    publish: {
      persistent: true
    }
  });
  • Replace some var usages -> const in unit test files..

@nfantone nfantone self-assigned this Jun 28, 2017
@nfantone nfantone merged commit d09a009 into develop Jul 6, 2017
@nfantone nfantone deleted the feature/publish-consume-opts branch July 6, 2017 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant