Network Ports Used by Message Queuing
Applies To: Windows Server 2008
Message Queuing uses different network ports depending on the message delivery mechanism that is specified when sending and receiving messages. This topic describes the network ports that are used by the specified delivery mechanisms and the relative performance of each delivery mechanism.
TCP/IP ports used by Message Queuing
This version of Message Queuing requires that the following TCP, UDP, and RPC ports to be opened for the indicated delivery mechanism:
Delivery mechanism | Relative performance | Required ports | ||
---|---|---|---|---|
Direct send only access for Message Queuing servers and independent clients |
This is the fastest delivery mechanism because there is no overhead associated with Active Directory Domain Services lookup or web server processing. Use of this mechanism requires a direct connection to the target computer and therefore is not as flexible as other mechanisms. |
|
||
Sending messages with Active Directory Domain Services access |
This delivery mechanism is not as fast as "direct send only" delivery but is more flexible because this does not require a direct connection to the target computer. |
|
||
Dependent clients sending messages through a supporting server. |
This delivery mechanism is not as fast as "direct send only" delivery but offers the added flexibility of dependent client support and does not require a direct connection to the target computer. |
|
||
HTTP |
This delivery mechanism offers great flexibility but is not as fast as "direct send only" or sending/receiving with Active Directory Domain Services access. |
For more information about delivering Message Queuing messages using the HTTP or HTTPS protocols, see HTTP/HTTPS messages. |
||
HTTPS |
This delivery mechanism offers great flexibility and SSL encryption but is not as fast as "direct send only" or sending/receiving with Active Directory Domain Services access. |
For more information about delivering Message Queuing messages using the HTTP or HTTPS protocols, see HTTP/HTTPS messages. |