aqInitMessaging {aqr}R Documentation

Initializes the messaging layer

Description

This function can be used to specify a host and a port different from localhost and 61618. It is recommended practice to call this function before using AQ-R's messaging functionality.

Usage

	aqInitMessaging(host = "localhost", port = 61618)

Arguments

host

the STOMP host

port

the STOMP port


[Package aqr version 0.4 Index]