Modeling Guide

WAMP Producer

The WAMP Producer operator writes files to WAMP (Web Application Messaging Protocol).

Configuration Parameters

Parameter

Type

Description

wampServer

string

Mandatory. The WAMP address.

Default: "ws://localhost:8000/ws"

realm

string

Mandatory. The routing namespace and administrative domain.

Default: "turnpike.chat.realm"

topic

string

Mandatory. The category name to which records are published.

Default: "testwamp"

numRetryAttempts

int

The number of attempts to retry.

Default: 0

retryPeriodInMs

int

The time period in milliseconds for each retry.

Default: 0

Input

Input

Type

Description

inMessage

message

The stream of records to publish.

Output

None