Axinom Mosaic Libraries
    Preparing search index...

    Configuration to run runInboxOutboxScenario function.

    interface InboxOutboxRunScenarioConfig {
        config: InboxOutboxMessagingConfig;
        description?: string;
        messagingSettings: MessagingSettings;
        payload: unknown;
        runnerConfig?: RunnerConfig;
        serviceBaseUrl: string;
    }
    Index

    Properties

    Configuration to be able to send messages, e.g. RabbitMQ connection details.

    description?: string

    Description of the scenario. Printed together with the report.

    messagingSettings: MessagingSettings

    Messaging settings for the message that will be repeatedly sent.

    payload: unknown

    Payload to be sent with each iteration.

    runnerConfig?: RunnerConfig

    Configuration to fine-tune how scenario is executed.

    serviceBaseUrl: string

    Base URL for the service. Used to request inboxOutboxState and inboxOutboxReport operations.