Wildcard support
The TIBCO Rendezvous messaging system supports two wildcard characters for the Subject Name adapter command (-SBN). This allows subscribers to listen for collections of related subjects. It is invalid to send messages to wildcard subjects.
- An asterisk (*) represents a single element wildcard in a subject name. The element position is context-sensitive. The subject name specified as rv.*.in finds rv.data.in, but not rv.run.data.in.
- The right angle bracket (>) represents a wildcard for all elements that follow the > in a subject name. The subject name specified as rv.test.> returns rv.test.in.any, rv.test.out, and rv.test, but not rv, or test.rv.