Hashtable hm = new Hashtable();
hm.put("JMQSize", rfs.size);
hm.put("JMQBytes", new Long(rfs.bytes));
hm.put("JMQMaxMsgBytes", new Long(rfs.mbytes));
if (con != null) {
Packet pkt = new Packet(con.useDirectBuffers());
pkt.setPacketType(PacketType.RESUME_FLOW);
hm.put("JMQProducerID", new Long(getProducerUID().longValue()));
hm.put("JMQDestinationID", duid.toString());
hm.put("Reason", reason);
pkt.setProperties(hm);