messagePropertyDO.setMessageKeyId(Integer.parseInt(adbMessage.getMessageKeyId()));
messagePropertyDO.setKey(adbMessage.getKey());
messagePropertyDO.setValue(adbMessage.getValue());
}
} catch (RemoteException e) {
throw new BAMException("getMessage failed", e);
} catch (DataServiceFaultException e) {
throw new BAMException("getMessage failed", e);
}
return messagePropertyDO;
}