Interface FastifyRabbitMQOptions

interface FastifyRabbitMQOptions {
    connection: string | ConnectionOptions;
    namespace?: string;
}

Properties

connection: string | ConnectionOptions

1.0.0

Connection String or object pointing to the RabbitMQ Broker Services

namespace?: string

1.0.0

To set the custom nNamespace within this plugin instance. Used to register this plugin more than one time.