public class RabbitMQServer extends Object
| Constructor and Description |
|---|
RabbitMQServer(String rabbitmqHome) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
boolean |
isRabbitMQStarted(long timeout)
Check whether rabbitMQ server started, this method will have a timeout, so if server won't get started within
the given timeout, this will return false
|
boolean |
isStarted() |
void |
start() |
void |
stop() |
public RabbitMQServer(String rabbitmqHome) throws RabbitMQTransportException
RabbitMQTransportExceptionpublic void start()
public void stop()
public void initialize()
public boolean isStarted()
public boolean isRabbitMQStarted(long timeout)
timeout - in secondsCopyright © 2018 WSO2. All rights reserved.