hash.put("JMQStatus", new Integer(Status.OK));
pkt.setProperties(hash);
con.sendControlMessage(pkt);
}
Producer pausedProducer = checkFlow(msg, con);
if (pausedProducer!=null){
DestinationUID duid = DestinationUID.getUID(msg.getDestination(),
msg.getIsQueue());
Destination d = Destination.findDestination(duid);
pauseProducer(d, duid, pausedProducer, con);