intelmq.bots.outputs.stomp package

Submodules

intelmq.bots.outputs.stomp.output module

intelmq.bots.outputs.stomp.output.BOT

alias of intelmq.bots.outputs.stomp.output.StompOutputBot

class intelmq.bots.outputs.stomp.output.StompOutputBot(*args, **kwargs)

Bases: intelmq.lib.bot.OutputBot

Send events to a STMOP server

connect()
exchange = '/exchange/_push'
heartbeat = 60000
http_verify_cert = True
init()
keep_raw_field = False
message_hierarchical_output = False
message_jsondict_as_string = False
message_with_type = False
port = 61614
process()
server = '127.0.0.1'
shutdown()
single_key = False
ssl_ca_certificate = 'ca.pem'
ssl_client_certificate = 'client.pem'
ssl_client_certificate_key = 'client.key'

Module contents