'create socket'     : function (test) {
        var tempQueue = m2n.bindToMong2PubQ(this.params)
        tempQueue.publish(2, 4, {status:"200 OK", headers: "", body:""})

        // Exception will be thrown if socket already exists.
        test.throws(function() { m2n.bindToMong2PubQ(this.params) })
        test.done()
    }
test.throws(function() { m2n.bindToMong2PubQ(this.params) })