Foo-Foo-MQ / foo-foo-mq

Abstractions around RabbitMQ
MIT License
48 stars 24 forks source link

fix: Issue #26 and #55 and add missing fields in type definition + quorum support #56

Closed MartianH closed 2 months ago

MartianH commented 3 months ago
  1. Fix issue #26 : The accepted protocol value is now amqp and amqps without ://
  2. Fix issue #55: Use encodeURIComponent() for both user and password and do not url encode entire string
  3. Add messageTTL and passive to QueueOptiondefinition: documentation states these are valid yet they are not present
  4. Add type to QueueOptions: Sets argument x-queue-type, as to enable quorum support
  5. Adjusted specs: added protocol in connection config (spec/integration/configuration.js) and queue type