Home
Sample program for administration information
The sample administration program attaches to a broker, subscribes to the appropriate streams to obtain the required metatopic information, and then detaches from the broker. The following RegistrationOptions are used:
- MQREGO_ANONYMOUS
- MQREGO_PUBLISH_ON_REQUEST_ONLY
The information listed below can be dumped into a file or to standard output.
- The parent and children for the broker.
- All the streams supported at the broker (unless overridden by the -s option).
- All the subscribers and publishers registered for these streams (unless overridden by the -p or -u options), with the following parameters:
- StreamName
- Topic (max 255 chars)
- BrokerCount
- ApplCount
- AnonymousCount
- RegistrationQMgrName
- RegistrationQName
- RegistrationCorrelId
- RegistrationUserIdentifier
- RegistrationRegistrationOptions
- RegistrationTime
- All retained messages at the broker for the given topic (only if the -r option is set), with the following parameters:
- StreamName
- Topic (max 255 chars)
- StringData (max 255 chars, PCF only)
- IntegerData (PCF only)
- QMgrName
- QName
- SequenceNumber
- PublishTimestamp
- Expiry
Home