Creating Additional Log and Payload Services

A log service and a payload service are created on the SystemNode node when you create an Administrator server. If you want to create logs or payload services on other nodes, you can do so explicitly.

Note: For instructions to deploy the logging and payload services to the SystemNode if they were not deployed when creating the Administrator server using TIBCO Configuration Tool, refer to TIBCO_HOME\administrator\version\scripts\logging\readme.txt.

Procedure

  1. Create a JMS queue that will be used by the log service and a JNDI name for the queue.
  2. Create the resource templates used by the log service. Refer to the section Log Service Property Reference. Additionally create the resource templates for the referenced resource instances.
  3. Create resource instances for the resource templates created in the previous step. Refer to the Creating Resource Instances on Nodes section. .
  4. Create a new log service application using the log service application template. Refer to the Creating an Application section..
  5. Distribute the application. Refer to the Distributing an Application section.
  6. Update the properties for the application using the previously created resource instances. Refer to the Setting a Property Value section. .
  7. Deploy the application. Refer to the Deploying Applications section.

What to do next

Create a payload service using the above procedure. Refer to the Payload Service Properties Reference section for the required resource templates.

  • The log and payload services cannot monitor the same JMS queue. However, more than one log service can monitor the same JMS queue and store logs to the same database. This feature can be used to achieve high availability of the log service.
  • If multiple log services monitor the same queue, the log service data should be saved to the same database. Similarly, If multiple payload services monitor the same queue, the payload data should be saved to the same database.
  • The log and payload services cannot share an HTTP Connector.