|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RabbitMQ
RabbitMQ shared interface used by RabbitMQAction for publishing messages and RabbitMQTrigger for consuming messages.
| Method Summary | |
|---|---|
void |
setHost(String host)
RabbitMQ host name where the broker in running. |
void |
setPassword(String password)
Set the password. |
void |
setPort(int port)
Set the target port. |
void |
setQueueName(String queueName)
Specify queue name if you are using a shared queue. |
void |
setUsername(String username)
Set the user name. |
void |
setVirtualHost(String virtualHost)
Set the virtual host. |
| Method Detail |
|---|
void setHost(String host)
host - name of the host where broker is running.void setPassword(String password)
password - password.void setPort(int port)
port - target port.void setQueueName(String queueName)
queueName - queue name.void setUsername(String username)
username - username.void setVirtualHost(String virtualHost)
virtualHost - virtual host.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||