TemitOptions interface
Options provided to TemitClient detailing its connection to RabbitMQ.
Signature:
export interface TemitOptions
Properties
Property | Type | Description |
---|---|---|
exchange? | string | (Optional) The name of the RabbitMQ exchange that Temit will send its traffic through.You shouldn't have to change this option in the majority of circumstances, but this can be useful for separating groups of Temit instances that don't need access to each other in larger systems.Defaults to "temit" . |
url? | string | (Optional) The URL of the RabbitMQ node to connect to.Defaults to "amqp://localhost" . |