Jump to content

How to configure TIBCO FTL Persistence


Shamimul Hoque

Recommended Posts

  • 2 weeks later...

there are communitiy docs that detail this,https://community.tibco.com/wiki/tibco-messaging-and-tibco-activespaces-..., but with FTL 6.x persistent serveris started by default:

for example:

/bin/tibftlserver -n ftlserver1 -c ../samples/yaml/cluster/tibftlserver_cluster.yaml&

/bin/tibftlserver -n ftlserver2 -c ../samples/yaml/cluster/tibftlserver_cluster.yaml&

/bin/tibftlserver -n ftlserver3 -c ../samples/yaml/cluster/tibftlserver_cluster.yaml&

Now start a sample sender

/samples/bin/advanced/tibrecvex -a default -e persistent -d yourdurable &

Start a sample receiver.

/samples/bin/advanced/tibsendex -a default -e persistent

You might want to set this in advance since we are running multiple servers on the same machine here.

ulimit -n1024

HTH

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...