Documentation
    Preparing search index...

    Interface IMessageQueueConnection

    interface IMessageQueueConnection {
        host: string;
        id?: string;
        password?: string;
        port: number;
        username?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    host: string

    Message queue network host

    id?: string

    Message queue network unique identifier, optional property

    password?: string

    Message queue password

    port: number

    Message queue network port

    username?: string

    Message queue username