Configuring RTDS  Chapter 4: SQL Reference

Chapter 3: Configuring Real-Time Data Services

Configuring Adaptive Server to communicate with TIBCO Rendezvous Server

If you are running TIBCO Rendezvous Server and you want it to communicate with Adaptive Server, you must configure a connection bridge between the two so that Adaptive Server can read messages from and write messages to Rendezvous Server.

StepsCreating a connection bridge between Adaptive Server and TIBCO Rendezvous Server

  1. In the tibems.conf file, enable the tibrv_transports parameter:

    tibrv_transports = enabled
    
  2. Add the transport in transports.conf file, where:

    In this example, the RV transport called RV1 is an external messaging system type tibrv that uses service port 7500 on subnet 10.22.102.0. Its daemon tcp:bigcrunch:7223, and its entry in the transports.conf file is:

    [RV1]
    type = tibrv
    service = 7500
    network = 10.22.102.0
    daemon = tcp:bigcrunch:7223
    
  3. Restart tibjmsd.

  4. Add an import or export property to the create topic command. In this example, messages published to topic.rv1 are automatically sent to the RV subject named topic.rv1, and messages sent to through RV to the RV subject named topic.rv1 can be read from topic topic.rv1:

    create topic topic.rv1 import=rv1,export=rv1
    
  5. Add the import property to create queue command. In this example, messages sent to through RV to the RV subject named queue.rv1 can be read from queue queue.rv1:

    create queue queue.rv1 import=rv1
    




Copyright © 2005. Sybase Inc. All rights reserved. Chapter 4: SQL Reference

View this book as PDF