public class TestQpidServer
extends test.de.iip_ecosphere.platform.transport.AbstractTestServer
| Modifier and Type | Field and Description |
|---|---|
private de.iip_ecosphere.platform.support.ServerAddress |
addr |
static String |
KEY_ALIAS |
static String |
KEYSTORE_PASSWORD |
private org.apache.qpid.server.SystemLauncher |
systemLauncher |
| Constructor and Description |
|---|
TestQpidServer(de.iip_ecosphere.platform.support.ServerAddress addr)
Creates the server instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Starts the server from the command line.
|
de.iip_ecosphere.platform.support.Server |
start() |
void |
stop(boolean dispose) |
public static final String KEYSTORE_PASSWORD
public static final String KEY_ALIAS
private org.apache.qpid.server.SystemLauncher systemLauncher
private de.iip_ecosphere.platform.support.ServerAddress addr
public TestQpidServer(de.iip_ecosphere.platform.support.ServerAddress addr)
addr - the server address (schema ignored)public de.iip_ecosphere.platform.support.Server start()
public void stop(boolean dispose)
public static void main(String[] args)
args - the first argument may be the port number, else 8883 is usedCopyright © 2022. All rights reserved.