Configure file store attributes for a messaging engine
When a messaging engine is created, it uses a file store by default. We can configure the file store attributes according to the requirements.
You set up a messaging engine to use a file store by accepting the default choice of message store when we are creating a bus and adding a new bus member. We can choose either to accept the default settings that the console displays, or to make changes to these settings. After the file store has been created, we can, if required, then make changes to the file store settings.
Subtopics
- Modify file store configuration
After a file store has been created, we can, if required, modify file store attributes.
- Select messaging engine behavior when a file store is full
We can specify what action a messaging engine takes when a file store is full and applications try to send further messages. We can make application threads wait for the checkpoint to complete, or throw an exception immediately.
- Delete files following removal of a messaging engine
Removing a messaging engine from the configuration does not automatically delete the file store files. We must also find and delete the log file, the permanent store file, and the temporary store file from the disk to reclaim disk space.
Subtopics
- Modify file store configuration
After a file store has been created, we can, if required, modify file store attributes.
- Select messaging engine behavior when a file store is full
We can specify what action a messaging engine takes when a file store is full and applications try to send further messages. We can make application threads wait for the checkpoint to complete, or throw an exception immediately.
- Delete files following removal of a messaging engine
Removing a messaging engine from the configuration does not automatically delete the file store files. We must also find and delete the log file, the permanent store file, and the temporary store file from the disk to reclaim disk space.
Related tasks
Add a messaging engine to a cluster Create a bus Add a server as a new bus member Add a cluster as a member of a bus
Related information:
File store [Settings]