Interface IAmqpConfig

interface IAmqpConfig {
    name: string;
    options?: AmqpConnectionManagerOptions;
    urls: ConnectionUrl | ConnectionUrl[];
}

Hierarchy (view full)

Properties

Properties

name: string