4041424344454647484950
amqpConn = cf.newConnection(); chan = amqpConn.createChannel(); amqpQueue = chan.queueDeclare().getQueue(); tu = new TestUtils(vertx); logger.finer("starting js test client"); startApp( "amqp_test_client.js",