| Flex 2 Developer's Guide > Data Access and Interconnectivity > Configuring the Message Service > Configuring Message Service destinations > Setting network properties | |||
A destination contains a set of properties for defining client-server messaging behavior. The following example shows the network-related properties of a destination:
...
<destination id="chat-topic">
<properties>
<network>
<session-timeout>0</session-timeout>
<throttle-inbound policy="ERROR" max-frequency="50"/>
<throttle-outbound policy="REPLACE" max-frequency="500"/>
</network>
...
</properties>
</destination>
...
Message Service destinations use the following network-related properties:
|
Property |
Description |
|---|---|
session-timeout
|
Idle time in minutes before a subscriber is unsubscribed. When the value is set to 0 (zero), subscribers are not forced to unsubscribe automatically. |
throttle-inbound
|
The A |
throttle-outbound
|
The A |
Flex 2.01