Skip to content

Commit

Permalink
fix(requester): update reply queue params
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Jul 9, 2020
1 parent 8a3a907 commit d8f1e06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxamqp",
"version": "0.3.3",
"version": "0.3.4",
"description": "Library for easy amqplib configuration and usage",
"main": "./src/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/requester.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const { IncomingMessage } = require('./incoming-message')
const { OutgoingMessage } = require('./outgoing-message')

const REPLY_QUEUE_OPTIONS = {
exclusive: true,
autoDelete: true,
durable: false
}
Expand Down

0 comments on commit d8f1e06

Please sign in to comment.