TOptionsDestination Class Reference

This object stores destination configuration properties. More...

List of all members.

Public Attributes

string DestinationName
 Destination name.
TDestinationType DestinationType
 Destination type.


Detailed Description

This object stores destination configuration properties.

Member Data Documentation

Destination name.

May not be changed if the connection is active.

See also:
FDestinationName For reading

SetDestinationName For writing

Destination type.

May not be changed if the connection is active.

Valid destination types are:

  • dtQueue (default)
  • dtTopic
These destination types are included for future usage. The component will raise an exception if one of them is assigned to the DestinationType property:
  • dtTemporaryQueue
  • dtTemporaryTopic
    See also:
    FDestinationType For reading

    SetDestinationType For writing


Generated by doxygen