harcon-amqp
Advanced tools
Comparing version 0.7.0 to 0.7.5
@@ -71,2 +71,4 @@ 'use strict'; | ||
socket.setDefaultEncoding('utf8'); | ||
if( self.expiration ) | ||
socket.setsockopt('expiration', self.expiration); | ||
@@ -94,2 +96,3 @@ socket.connect( division, function() { | ||
self.timeout = config.timeout || 0; | ||
self.expiration = config.expiration || 0; | ||
self.ctx = rabbit.createContext( self.connectURL ); | ||
@@ -96,0 +99,0 @@ self.ctx.on('ready', function() { |
{ | ||
"name": "harcon-amqp", | ||
"version": "0.7.0", | ||
"version": "0.7.5", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
41837
674