@DisplayName(value="Client") @Alias(value="client") public class ClientConnectionMode extends Object implements MQConnectionMode
This connection mode can be used to connect to brokers in the same machine or remote ones.
| Constructor and Description |
|---|
ClientConnectionMode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel() |
String |
getConnectionNameList() |
String |
getHost() |
int |
getPort() |
String |
getQueueManager() |
void |
setChannel(String channel) |
void |
setConnectionNameList(String connectionNameList) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setQueueManager(String queueManager) |
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getQueueManager()
public void setQueueManager(String queueManager)
public String getChannel()
public void setChannel(String channel)
public String getConnectionNameList()
public void setConnectionNameList(String connectionNameList)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.