| Agents Administration - Tests |
|---|
|
Default Parameters for TibEMSDurTest Generally each message consumer subscribes to a topic. When a message is published to that topic, all subscribed consumers receives the message. Because of this there might be time dependency. By default, subscibers only receive messages, when they are active.If the messages are delivered when the subscriber is not available, the subscriber does not receive these messages. Java Message Service( JMS) specifies a way to remove the part of timing dependency by allowing subscribers to create durable subscriptions. Messages for durable subscriptions are stored on the server until the message expires or the storage limit is reached. Subscribers can receive messages from a durable subscription even if the subscriber was not available when the message originally delivered The default parameters associated with this test are as follows:
|