Friday, September 18, 2009

TIBCO EMS: Ways to Persistent Message

TIBCO EMS: PERSISTENT MESSAGE

 

  1. Persistent messages sent to Queues

Note: server always persistent the message to disk

 

  1. Persistent messages published to Topics

Note: only persistent the message if the subscribe is one of Durable Consumer or Fault Tolerant Consumer.

 

  1. Persistent Messages and Failsafe Destinations

Note:  once the failsafe in queue or topic are set, the producer or publisher will wait until server persistent the message to disk. Else the server return control to producer or publisher before complete the persistent operations.

No comments: