TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

CMListenerInfo Constructor (String, String, String)

Creates CMListener on a given transport with given name and subject name.

public CMListenerInfo(
   string transport,
   string name,
   string subject
);

Parameters

transport
the name of the transport on which the listener is to be created.
name
the name of listener to be created.
subject
the subject on which the listener is to be created.

See Also

CMListenerInfo Class | TIBCO.EMS.ADMIN Namespace | CMListenerInfo Constructor Overload List