A TIBCO EMS Server has the following configuration in the stores.conf and queues.conf files:
stores, co nf
[filestore-1] type=file file=filestorel.db mode=async [filestore-2] type=file file=filestore2.db mode=sync queues.conf > store=filestore-l queue1 store=filestore-2
Message swapping is enabled.
What happens when NON_PERSISTENT messages are published on queue?
- Messages are moved to filestore-2 when the server reaches certain memory limits.
- All the published messages are stored in filestore-1.
- Messages are moved to filestore=l when the server reaches certain memory limits.
- All the published messages are stored in filestore-2.
Reveal Solution
Next Question