Home
Publish
- Topic (MQCFST)
- Topic (parameter identifier: MQCACF_TOPIC).
- RegistrationOptions (MQCFIN)
- Registration options (parameter identifier: MQIACF_REGISTRATION_OPTIONS).
The following options can be set:
- MQREGO_ANONYMOUS
- MQREGO_LOCAL
- MQREGO_DIRECT_REQUESTS
- MQREGO_CORREL_ID_AS_IDENTITY
- PublicationOptions (MQCFIN)
- Publication options (parameter identifier: MQIACF_PUBLICATION_OPTIONS).
The following options can be set:
- MQPUBO_NO_REGISTRATION
- MQPUBO_RETAIN_PUBLICATION
- MQPUBO_IS_RETAINED_PUBLICATION
- MQPUBO_OTHER_SUBSCRIBERS_ONLY
- MQPUBO_CORREL_ID_AS_IDENTITY
- StreamName (MQCFST)
- Stream name (parameter identifier: MQCACF_STREAM_NAME).
- QMgrName (MQCFST)
- Publisher's queue manager name (parameter identifier: MQCA_Q_MGR_NAME).
- QName (MQCFST)
- Publisher's queue name (parameter identifier: MQCA_Q_NAME).
- PublishTimestamp (MQCFST)
- Publication timestamp (parameter identifier: MQCACF_PUBLISH_TIMESTAMP).
- SequenceNumber (MQCFIN)
- Publication sequence number (parameter identifier: MQIACF_SEQUENCE_NUMBER).
- StringData (MQCFST)
- String publication data (parameter identifier: MQCACF_STRING_DATA).
- IntegerData (MQCFIN)
- Integer publication data (parameter identifier: MQIACF_INTEGER_DATA).
Home