// Send and receive third
persistent = persistentFactory.createConnection();
persistent.sendProtoMessage(MESSAGE2);
builder = Request.newBuilder();
persistent.receiveProtoMessage(builder);
assertEquals(MESSAGE1, builder.build());
persistent.close();
// Get 3 messages from output
ByteArrayInputStream is = new ByteArrayInputStream(