jackrabbit
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -7,3 +7,3 @@ var EventEmitter = require('events').EventEmitter; | ||
EventEmitter.call(this); | ||
options = _.extend({}, { durable: true, noAck: false }, options); | ||
options = _.extend({}, { durable: true, noAck: false, messageTtl: 1000 }, options); | ||
@@ -10,0 +10,0 @@ this.handler = function() {}; |
{ | ||
"name": "jackrabbit", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Simple AMQP / RabbitMQ job queues for node", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22482