[TIBCO.EMS .NET client library 5.1 documentation]

The TopicPublisher type exposes the following members.

Properties

  NameDescription
DeliveryMode
Get and set the delivery mode using integer value, as defined in DeliveryMode class
(Inherited from MessageProducer.)
Destination
Gets the destination associated with this MessageProducer.
(Inherited from MessageProducer.)
DisableMessageID
Get and Sets the disable message id flag
(Inherited from MessageProducer.)
DisableMessageTimestamp
Get and Sets the disable message timestamp flag
(Inherited from MessageProducer.)
MsgDeliveryMode
Get and set the delivery mode using one of the enum MessageDeliveryMode value.
(Inherited from MessageProducer.)
Priority
Gets and Sets the priority of the message producer.
(Inherited from MessageProducer.)
TimeToLive
Gets and Sets the time to live property of the message producer.
(Inherited from MessageProducer.)
Topic
Gets the topic associated with this TopicPublisher.

See Also