Create a new Amqp Connector
Options
amqp queue to use for receiving events
amqp host to connect to
amqp queue to use for sending events
Initializes the connector by creating a new connection to the amqp host set via config and creating a new queue to receive messages from
Forward an event to the outgoing amqp queue
event that should be forwarded, has to be JSON.stringify-able
Generated using TypeDoc
Amqp Connector, used for receiving and sending messages to an amqp based message queue