[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Enum contains different zone types
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public enum ZoneType |
Public Enumeration ZoneType |
public enum class ZoneType |
Members
Member name | Description | |
---|---|---|
MultiHop | A m-hop (Multi-Hop) zone is one in which topic messages can be
routed across multiple hops and the routes between
servers may not form a cycle.
| |
OneHop | A 1-Hop zone is one in which messages can be routed at most 1
hop away. A typical 1-Hop zone is one in which every server
has a route to every other
server in the zone.
| |
Unknown | A zone of unknown type indicates some kind of error. |