open fun rxStart(hostname: String, port: Int, username: String, password: String): Single<AmqpBridge>
Starts the bridge, establishing the underlying connection.
hostname - the host name to connect to
Return
open fun rxStart(hostname: String, port: Int): Single<AmqpBridge>
Starts the bridge, establishing the underlying connection.
hostname - the host name to connect to
Return