Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Consider the following when using the XI adapter.

- Avoid changing the temporary storage location for operative scenarios \(or do it carefully\).

Such an action can result in data loss. The reason is that outdated messages \(which won't be retried anymore\) can still be stored there, even if you've changed the *Temporary Storage* attribute in the meantime. When you plan to change this attribute, make sure that there are no mire messages in the temporary storage originally configured.
Such an action can result in data loss. The reason is that outdated messages \(which won't be retried anymore\) can still be stored there, even if you've changed the *Temporary Storage* attribute in the meantime. When you plan to change this attribute, make sure that there are no more messages in the temporary storage originally configured.

- If possible, as *Temporary Storage* use the *JMS Queue* option as it comes with a better performance and reduced database load.

Expand Down
Loading