Modeling Guide

WAMP Consumer

The WAMP Consumer operator is used to access records from 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

None

Output

Output

Type

Description

outMessage

message

The stream of records published.