Legacy platform

Defining messaging queues as persistent

By default, TIBCO EMS uses file based stores in which persistent messages are written asynchronously to disk. There are options available to configure to work in synchronous mode.

TIBCO EMS allows you to configure different types of stores, namely database stores and message stores. There is also an option to configure separate stores for different queue destinations.

To protect the integration queue messages, define the integration queues as persistent.

The agent queues should be implemented as non-persistent queues. The agents are designed to be able to recreate the work-in-progress task messages.