Product Selector

Fusion 5.9
    Fusion 5.9

    Send to Message BusIndex pipeline stage configuration specifications

    Table of Contents

    Send pipeline document to message bus.

    Configuration

    When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.

    Send Pipeline Document to Message Bus

    skip - boolean

    Set to true to skip this stage.

    Default: false

    label - string

    A unique label for this stage.

    <= 255 characters

    condition - string

    Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.

    topic - stringrequired

    Name of topic to use for publishing messages. Valid formats include topic name string, e.g. 'my-topic'; namespace and topic delimited by '/', e.g. 'namespace/topic'; fully qualified topic URI, e.g. 'persistent://tenant/namespace/topic'. If only the topic is given, the namespace will be derived automatically.