net.corda.node.services.messaging / ArtemisMessagingComponent / toQueueName

toQueueName

protected fun toQueueName(target: MessageRecipients): <ERROR CLASS>

Assuming the passed in target address is actually an ArtemisAddress will extract the queue name used. For now the queue name is the Base58 version of the nodes identity. This should only be used in the internals of the messaging services to keep addressing opaque for the future. N.B. Marked as JvmStatic to allow use in the inherited classes.