public class ActivemqLocalBroker extends Object implements MiniCluster
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivemqLocalBroker.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
void |
configure() |
String |
getHostName() |
int |
getPort() |
String |
getQueueName() |
String |
getStoreDir() |
String |
getTextMessage() |
String |
getUriPostfix() |
String |
getUriPrefix() |
void |
sendTextMessage(String text) |
void |
start() |
void |
stop() |
void |
stop(boolean cleanUp) |
public String getHostName()
public int getPort()
public String getQueueName()
public String getStoreDir()
public String getUriPrefix()
public String getUriPostfix()
public void start()
throws Exception
start in interface MiniClusterExceptionpublic void stop()
throws Exception
stop in interface MiniClusterExceptionpublic void stop(boolean cleanUp)
throws Exception
stop in interface MiniClusterExceptionpublic void configure()
throws Exception
configure in interface MiniClusterExceptionpublic void cleanUp()
throws Exception
cleanUp in interface MiniClusterExceptionpublic void sendTextMessage(String text) throws javax.jms.JMSException
javax.jms.JMSExceptionpublic String getTextMessage() throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2015. All Rights Reserved.