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