aqInitMessaging {aqr} | R Documentation |
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.
aqInitMessaging(host = "localhost", port = 61618)
host |
the STOMP host |
port |
the STOMP port |