intelmq.bots.collectors.stomp package¶
Submodules¶
intelmq.bots.collectors.stomp.collector module¶
-
intelmq.bots.collectors.stomp.collector.BOT¶ alias of
intelmq.bots.collectors.stomp.collector.StompCollectorBot
-
class
intelmq.bots.collectors.stomp.collector.StompCollectorBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)¶ Bases:
intelmq.lib.bot.CollectorBotCollect data from a STOMP Interface
-
exchange= ''¶
-
heartbeat= 6000¶
-
init()¶
-
port= 61614¶
-
process()¶
-
server= 'n6stream.cert.pl'¶
-
shutdown()¶
-
ssl_ca_certificate= 'ca.pem'¶
-
ssl_client_certificate= 'client.pem'¶
-
ssl_client_certificate_key= 'client.key'¶
-
-
intelmq.bots.collectors.stomp.collector.connect_and_subscribe(conn, logger, destination, start=False)¶