Shamimul Hoque Posted February 23, 2021 Share Posted February 23, 2021 I like to configureTIBCO FTL Persistence. is there any step by step docs Link to comment Share on other sites More sharing options...
Saurabh Prabhu Posted March 9, 2021 Share Posted March 9, 2021 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now