[TIBCO.EMS .NET client library 8.1 documentation]

Overload List

  NameDescription
CreateConsumer(Destination)
Create a MessageConsumer for a specific destination.
(Inherited from Session.)
CreateConsumer(Destination, String)
Create a MessageConsumer for a specific destination, using a message selector.
(Inherited from Session.)
CreateConsumer(Destination, String, Boolean)
Create MessageConsumer for the specified destination, using a message selector. This method can specify whether messages published by its own connection should be delivered to it, if the destination is a topic
(Inherited from Session.)

See Also