options.addOption(RELAY_HOST_OPT_NAME, true, "Relay Host Name");
options.addOption(RELAY_PORT_OPT_NAME, true, "Relay Port");
options.addOption(EVENT_DUMP_FILE_OPT_NAME, true, "File to dump event");
options.addOption(VALUE_DUMP_FILE_OPT_NAME, true, "File to dump deserilized values");
options.addOption(HTTP_PORT_OPT_NAME, true, "Consumer http port");
options.addOption(JMX_SERVICE_PORT_OPT_NAME, true, "Consumer jmx service port");
options.addOption(CHECKPOINT_DIR, true, "Checkpoint dir");
options.addOption(BOOTSTRAP_HOST_OPT_NAME, true, "Bootstrap server Name");
options.addOption(BOOTSTRAP_PORT_OPT_NAME, true, "Bootstrap server Port");
options.addOption(EVENT_PATTERN_OPT_NAME, true, "Event Pattern Name to Check");
options.addOption(FILTER_CONF_FILE_OPT_NAME, true, "Server Side Filter Config");