A TIBCO EMS Server (mystore) has the following configuration in the stores.conf and queues.conf files: stores.conf [mystore] type=file file=mystore.db mode=sync [mystore] type=dbstore dbstore_driver_url=jdbc:sqlserver://sqlsrv_l:3415;databasel\lame=sysmeta dbstore_driver_username=admin dbstore_driver_password=adminl23 queues.conf queuel store=mystore Which statement is true when PERSISTENT messages are published to queuel?
- The server decides at runtime which store to use.
- The server picks the mystore of database type because that overrides the previously configured filestore.
- The server fails to start because there are two stores configured with the same name.
- The server picks the mystore of file type because it was configured first.
Reveal Solution
Next Question