jackrabbit
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -70,3 +70,3 @@ var EventEmitter = require('events').EventEmitter; | ||
this.channel.sendToQueue(this.name, new Buffer(msg), { | ||
persistent: true, | ||
persistent: !replyHandler, | ||
correlationId: id, | ||
@@ -73,0 +73,0 @@ replyTo: replyHandler ? this.channel.replyName : undefined |
{ | ||
"name": "jackrabbit", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Simple AMQP / RabbitMQ job queues for node", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
22590