public interface ArtemisClientConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
IN_VM_CONNECTOR |
static String |
REMOTE_CONNECTOR |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorFactory() |
String |
getHost() |
String |
getPassword() |
Integer |
getPort() |
String |
getUrl()
Either url should be set, or host, port, connector factory should be set.
|
String |
getUsername() |
boolean |
hasAuthentication() |
boolean |
isHa() |
boolean |
startEmbeddedBroker() |
static final String IN_VM_CONNECTOR
static final String REMOTE_CONNECTOR
String getUsername()
String getPassword()
String getUrl()
String getHost()
Integer getPort()
String getConnectorFactory()
boolean startEmbeddedBroker()
boolean isHa()
boolean hasAuthentication()
Copyright © 2023 The Apache Software Foundation. All Rights Reserved.