How to enqueue tuples to multiple sbd servers using sbfeedsim

How to enqueue tuples to multiple sbd servers using sbfeedsim

book

Article ID: KB0074102

calendar_today

Updated On:

Products Versions
TIBCO Streaming 7

Description

How to enqueue tuples to multiple sbd servers using sbfeedsim.

Issue/Introduction

Command parameter example

Resolution

Note: For TIBCO Streaming 10, sbfeedsim is replaced by epadmin start playback --simulationfile=filename.sbfs and related commands.

Use the host<n> and port<n> parameters when specifying multiple StreamBase Server URIs, for example:
 
sbfeedsim -u sb://localhost:10000;host2=qa6;port2=11000 MyFeedSim.sbfs

The above command will run MyFeedSim.sbfs on the following StreamBase server instances:
  1. sb://localhost:10000
  2. sb://qa6:11000