if (summary != null && summary.length() > 0)
msgQosData.addClientProperty(Constants.EVENTPLUGIN_PROP_SUMMARY, summary); // "_summary"
if (description != null && description.length() > 0)
msgQosData.addClientProperty(Constants.EVENTPLUGIN_PROP_DESCRIPTION, description);
if (eventType != null && eventType.length() > 0)
msgQosData.addClientProperty(Constants.EVENTPLUGIN_PROP_EVENTTYPE, eventType);
if (errorCode != null && errorCode.length() > 0)
msgQosData.addClientProperty(Constants.EVENTPLUGIN_PROP_ERRORCODE, errorCode);
if (sessionName != null) {
msgQosData.addClientProperty(Constants.EVENTPLUGIN_PROP_PUBSESSIONID,
sessionName.getPublicSessionId());