| Products | Versions |
|---|---|
| TIBCO Streaming | 10.x |
How can I configure StreamBase applications, running in different clusters, to communicate and exchange tuples?
containerConnections = [
{
source = "sb://hostname:port/default.outputstreamname"
destination = "othercontainer.inputstreamname"
{
source = "default.outputstreamname2"
destination = "sb://hostname:port/othercontainer2.modulename2.inputstreamname2"
}
]
Replace "hostname:port" with the IP address or DNS hostname and the StreamBase Client API port, as configured in the remote node's StreamBase Client API Listener Configuration.