Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Channels and Destinations : Channel Resource Reference

Channel Resource Reference
Channels allow TIBCO BusinessEvents to listen to and send out messages. Channels contain destinations.
You can configure channels of different types, using the appropriate driver. See Overview of Channels and Destinations.
To configure an HTTP channel resource, select an HTTP connection resource. No other channel resource fields require configuration.
Wizard and Configuration Section
The Wizard and the Configuration section have the following fields.
Properties  Select Properties to configure this channel resource using properties. See:
Resource  Select Resource if you have a shared resource in your project whose properties you want to reuse for this channel.
Note: The path to the resource and the resource name cannot contain any of the words listed in Keywords and Other Reserved Words.
For more information about the Rendezvous service parameter, see TIBCO Rendezvous Concepts or TIBCO Rendezvous Administration.
Default is tcp:7500 (defined in Global Variables).
Example: tcp://localhost:7222
Accepts true or false. Specify true if the session has transaction semantics. Specify false if it has non-transaction semantics. For more information about the IsTransacted property, see TIBCO Enterprise Message Service documentation.
See Basic TIBCO ActiveSpaces Concepts and Terminology for the fundamental concepts and terminology.
tibpgm://destination port/interface;discovery group address/optional transport arguments, where
destination port specifies the destination port used by the PGM transport. If not specified, the default value of 7888 is used.
interface;discovery group address specifies the address of the interface to be used for sending discovery packets, and the discovery group address to be used. If not specified, it defaults to the default interface and discovery address, 0.0.0.0;239.8.8.8.
optional transport arguments specifies a semicolon-separated list of optional PGM transport arguments. By default, the PGM transport is tuned to provide the best performance according to the most common deployment architectures. The values of those optional arguments should be changed only when necessary and with care, since any inappropriate values could easily result in degraded performance of the product.
tibrv://service/network/daemon, where
service specifies the TIBCO Rendezvous service number (UDP port) that will be used. If not specified, the value defaults to 7889.
network specifies the interface and discovery group address that will be used to send Rendezvous discovery packets. The format is:
daemon specifies where to find the Rendezvous daemon. If not specified, it will try to connect to a local daemon on port 7500.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved