Member Name | Description |
---|---|
Default | Default overflow policy. For queues this means that producers will receive an error if they try to send a message to a queue that has reached either its maxbytes limit or its maxmsgs limit. For topics, if a subscriber has exceeded their maxbytes limit of their maxmsgs limit then new messages will not be delivered to that subscriber but no error will be returned to the sender. |
DiscardOld | Policy is to discard old messages. If maxmsgs or maxbytes are exceeded for the queue then when new messages arrive, old messages will be discarded. This is not currently supported for topics. |
Namespace: TIBCO.EMS.ADMIN
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)