start Artemis Session
fun startArtemisSession(rpcAddress: NetworkHostAndPort, username: String = rpcTestUser.username, password: String = rpcTestUser.password): <Error class: unknown class>
Starts a Netty Artemis session connecting to an RPC server.
Parameters
rpc Address
The address of the RPC server.
username
The username to authenticate with.
password
The password to authenticate with.