Registering or unregistering topics for your daemon on Windows or UNIX platforms

  1. Check whether the TMTM Extensible Agent is running or not. For Windows and UNIX, enter qpea --status. If it is not running, start it by entering qpea --start.
  2. Change to the directory where you extracted the TIBCO Rendezvous monitoring extension files qptibrv.bat (Windows) or qptibrv.sh (UNIX).
  3. To register, enter the following commands. See parameter descriptions in Controlling the TIBCO Rendezvous monitoring extension on Windows or UNIX platforms. This sample command uses a wildcard in the topic (>) and the :yes indicates that you want TrueSight Middleware and Transaction Monitor to collect statistical information (such as message count and average size) for each topic that matches the wildcard definition.

    For Windows, enter:
    qptibrv --register -rvd:service:network:daemon
    -topic:INBOUND.>:yes

    For UNIX, enter:
    ./qptibrv.sh --register -rvd:service:network:daemon
    -topic:INBOUND.>:yes

    Note

    This command supports wildcards as TIBCO Rendezvous supports wildcards. Refer to the TIBCO Rendezvous documentation for details about using wildcards. TIBCO Rendezvous supports the '>' wildcard for topics to list all items under this path level (where path level refers to the TIBCO Rendezvous convention of naming an object by a list of names separated by dots: topic.inbound.credit or topic.inbound.debit.) The asterisk * wildcard addresses all topics on the same level. For example -topic:inbound.*.input lists all topics starting with inbound. and ending with .input.
  4. You cannot unregister individual topics. Unregister the daemon and then re-register it with the new settings.
Was this page helpful? Yes No Submitting... Thank you

Comments