Tibco不可多得的内部培训资料.doc
文本预览下载声明
TIBCO‘s information bus (TIB)
一、introduction
===============================
Examples of Valid Subject Names:
===============================
1. NEWS.NATIONAL.ARTS.MOVIES.REVIEWS
2. CHAT.DEVELOPMENT.BIG_PROJECT.DESIGN
3. News.Sports.Baseball
4. finance
5. Long.subject_name.is.valid.even.though.quite.uninformative
===============================
Examples of INVALID Subject Names:
===============================
News..Natural_Disasters.Flood
- Invalid null element in subject string
WRONG.
- Invalid null element at the end of the subject string
.TRIPLE.WRONG..
Invalid subject string with three null elements
===============================
Reserved Names
===============================
_INBOX.
- Inboxes are subject names used for point-to-point message delivery
- All system generated inbox names begin with this prefix
_LOCAL.
- Subject names with this prefix are ―local‖ to the TIBCO Rendezvous daemon
- These messages do not reach the network
_RV.
- Subject names with this prefix are TIBCO Rendezvous advisory messages
_RVCM.
- Subject names with this prefix indicate internal administrative messages associated with certified message delivery
- Application programs must not send to subjects with this prefix
_RVFT.
- Subject names with this prefix indicate internal administrative messages associated with TIBCO Rendezvous fault tolerance software
- Application programs must not send to subjects with this prefix
Publish/subscribe messages are like radio broadcasts; the sender picks a frequency, and any listener who tunes to that frequency receives the broadcast. The broadcast subject name is analogous to a radio frequency. Any application that listens for a subject receives all messages bearing that subject name.
The Rendezvous Daemon (rvd) is a runtime background process that implements TIBCO Reliable Datagram Protocol (TRDP). The daemon sends, listens for, filters and routes subject-based messages reliably, detects lost messages and requests re
显示全部