qos.put("one-qos", "1");
qos.put("two-qos", "2");
qos.put("three-qos", "3");
byte[] content = "This is the content".getBytes();
Msg msg = new Msg(key, content, qos);
Vector inVec = new Vector();
inVec.add(key);
inVec.add(qos);
inVec.add(content);
inVec.add(key);