create rvcmlistener
create rvcmlistener transport_name cm_namesubject
Registers an RVCM listener with the server so that any messages exported to a
tibrvcm
transport (including the first message sent) are guaranteed for the specified listener. This causes the server to perform the TIBCO Rendezvous call
tibrvcmTransport_AddListener
.
The parameters are:
- transport_name — the name of the transport to which this RVCM listener applies.
- cm_name — the name of the RVCM listener to which topic messages are to be exported.
- subject — the RVCM subject name that messages are published to. This should be the same name as the topic names that specify the
export
property.
For more information, see
tibrvcm.conf
and
Rendezvous Certified Messaging (RVCM) Parameters.