This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var amqp = require('amqp') | |
, crypto = require('crypto') | |
var TIMEOUT=2000; //time to wait for response in ms | |
var CONTENT_TYPE='application/json'; | |
var CONTENT_ENCODING='utf-8'; | |
exports = module.exports = AmqpRpc; | |
function AmqpRpc(connection){ |