mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
Minor: update log message
This commit is contained in:
@ -158,7 +158,7 @@ class NodeMessagingClient(override val config: NodeConfiguration,
|
|||||||
check(!started) { "start can't be called twice" }
|
check(!started) { "start can't be called twice" }
|
||||||
started = true
|
started = true
|
||||||
|
|
||||||
log.info("Connecting to server: $serverAddress")
|
log.info("Connecting to message broker: $serverAddress")
|
||||||
// TODO Add broker CN to config for host verification in case the embedded broker isn't used
|
// TODO Add broker CN to config for host verification in case the embedded broker isn't used
|
||||||
val tcpTransport = ArtemisTcpTransport.tcpTransport(ConnectionDirection.Outbound(), serverAddress, config)
|
val tcpTransport = ArtemisTcpTransport.tcpTransport(ConnectionDirection.Outbound(), serverAddress, config)
|
||||||
val locator = ActiveMQClient.createServerLocatorWithoutHA(tcpTransport)
|
val locator = ActiveMQClient.createServerLocatorWithoutHA(tcpTransport)
|
||||||
|
Reference in New Issue
Block a user