store Commands
Creating, updating, or deleting a store does not take effect until the store is deployed and the EMS server is restarted.
create store
create store store_name [description] [property1 property2...]
Create a store. After creating a store, you cannot change the type
for that store.
Example:
create store mystore type file /dir1/dir2/file myfile file_destination_defrag 5GB
addprop store
Add store properties and retain existing properties.
Example:
addprop store mystore type file ode async
setprop store
setprop store store_name [property1 property2...]
Set the properties for a store, overriding any existing properties. Any properties on a store that are not explicitly specified by this command are removed.
Example:
setprop store mystore type file mystore1 mode async
show store
Show the details of a specific store.
show stores
Show a list of all the stores that are created.
removeprop store
Remove the named properties from the named store.
Example:
removeprop store mystore type as scan_target_interval
delete store
delete store store_name
Delete store.
Example:
delete store mystore
Resources
For information on store properties, including defaults, see the following sections in the TIBCO Enterprise Message Service™ User Guide:
For syntax rules, see Syntax Exceptions to the EMS Administration Tool .