requestMesg.setIntProperty(MessageType.JMQ_DEST_TYPE,
this.getDestTypeMask(type, null));
sender.send(requestMesg);
replyMesg = receiver.receive(timeout);
replyMesg.acknowledge();
checkReplyTypeStatus(replyMesg,
MessageType.DESTROY_DESTINATION_REPLY,
"DESTROY_DESTINATION_REPLY");
}