TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

CMListenerInfo Constructor (String, String)

Creates CMListener with given name and subject name.

public CMListenerInfo(
   string name,
   string subject
);

Parameters

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

Remarks

CMListeners created with this method are assigned to the default TIBCO Rendezvous CM transport ("$RVCM$"). If the server uses multiple named transports then use the CMListenerInfo(string transport, string name, string subject) constructor, specifying which transport the listener is to be created on.

See Also

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