Свойство | Type | Description | |
---|---|---|---|
DefaultMaxMessageSize | long | ||
queueSettings |
Свойство | Type | Description | |
---|---|---|---|
Initialize | void |
Méthode | Description | |
---|---|---|
CreateBindingElements ( ) : BindingElementCollection | ||
RabbitMQBinding ( ) : System |
Creates a new instance of the RabbitMQBinding class initialized to use the Protocols.DefaultProtocol. The broker must be set before use.
|
|
RabbitMQBinding ( Client.IProtocol protocol ) : System |
Uses the specified protocol. The broker must be set before use.
|
|
RabbitMQBinding ( String hostname, int port ) : System |
Uses the broker specified by the given hostname and port with Protocols.DefaultProtocol.
|
|
RabbitMQBinding ( String hostname, int port, Client.IProtocol protocol ) : System |
Uses the broker and protocol specified
|
|
RabbitMQBinding ( String hostname, int port, String username, String password, String virtualhost, long maxMessageSize, Client.IProtocol protocol ) : System |
Uses the broker, login and protocol specified
|
Méthode | Description | |
---|---|---|
Initialize ( ) : void |
public CreateBindingElements ( ) : BindingElementCollection | ||
Résultat | BindingElementCollection |
public RabbitMQBinding ( Client.IProtocol protocol ) : System | ||
protocol | Client.IProtocol | The protocol version to use |
Résultat | System |
public RabbitMQBinding ( String hostname, int port ) : System | ||
hostname | String | The hostname of the broker to connect to |
port | int | The port of the broker to connect to |
Résultat | System |
public RabbitMQBinding ( String hostname, int port, Client.IProtocol protocol ) : System | ||
hostname | String | The hostname of the broker to connect to |
port | int | The port of the broker to connect to |
protocol | Client.IProtocol | The protocol version to use |
Résultat | System |
public RabbitMQBinding ( String hostname, int port, String username, String password, String virtualhost, long maxMessageSize, Client.IProtocol protocol ) : System | ||
hostname | String | The hostname of the broker to connect to |
port | int | The port of the broker to connect to |
username | String | The broker username to connect with |
password | String | The broker password to connect with |
virtualhost | String | The broker virtual host |
maxMessageSize | long | The largest allowable encoded message size |
protocol | Client.IProtocol | The protocol version to use |
Résultat | System |
public static long DefaultMaxMessageSize | ||
Résultat | long |