store
The store property determines where messages sent to this destination are stored. Messages may be stored in a file, in a TIBCO ActiveSpaces data grid, or in a TIBCO FTL server cluster.
See Store Messages in Multiple Stores for more information on using and configuring multiple stores.
Set the store property using this form:
store=name
where name is the name of a store, as defined in the stores.conf file.
For example, this will send all messages sent to the destination giants.games to the store named baseball; messages sent to all other destinations will be stored in everythingelse:
> store=everythingelse giants.games store=baseball
Only one store is allowed for each destination. If there is a conflict, for example if overlapping wildcards cause a topic to inherit multiple store properties, the topic creation will fail.
See Store Messages in Multiple Stores for more information.