How to enqueue tuples to multiple sbd servers using sbfeedsim
book
Article ID: KB0074102
calendar_today
Updated On:
Description
How to enqueue tuples to multiple sbd servers using sbfeedsim.
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:
- sb://localhost:10000
- sb://qa6:11000
Issue/Introduction
Command parameter example
Feedback
thumb_up
Yes
thumb_down
No