parser.add_option('--radb_notification_subjects',dest='radb_notification_subjects',type='string',default=DEFAULT_RADB_CHANGES_SUBJECTS,help='Subject(s) to listen for on the radb notification bus exchange on the qpid broker, default: %default')
parser.add_option('--mom_busname',dest='mom_busname',type='string',default=DEFAULT_MOMQUERY_BUSNAME,help='Name of the bus exchange on the qpid broker on which the momservice listens, default: %default')
parser.add_option('--mom_servicename',dest='mom_servicename',type='string',default=DEFAULT_MOMQUERY_SERVICENAME,help='Name of the momservice, default: %default')
parser.add_option('--cleanup_busname',dest='cleanup_busname',type='string',default=DEFAULT_CLEANUP_BUSNAME,help='Name of the bus exchange on the qpid broker on which the cleanupservice listens, default: %default')
parser.add_option('--cleanup_servicename',dest='cleanup_servicename',type='string',default=DEFAULT_CLEANUP_SERVICENAME,help='Name of the cleanupservice, default: %default')