props.put("Jms.MessageSelector", messageSelector);
}
locationProperties = new LocationProperties(props);
opToPropsMap.put(opId, locationProperties);
}
locationProperties.addProperty(rows.getString(3), rows.getString(4));
}
} catch (SQLException ex) {
throw new JmsServerException("Failed to retrieve JMS location info", ex);
} finally {
KongaDbUtils.close(rows);