Broker Instance
data class BrokerInstance(val consoleUrl: String? = null, val endpoints: List<String>? = null, val ipAddress: String? = null)
Properties
Link copied to clipboard
The URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type
.