JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle GlassFish Server Message Queue 4.5 Developer's Guide for C Clients
search filter icon
search icon

Document Information

Preface

1.  Introduction

2.  Using the C API

3.  Client Design Issues

4.  Reference

A.  Message Queue C API Error Codes

Index

A

B

C

D

E

F

H

J

L

M

N

P

R

S

T

M

memory management, index iconMemory Management
message acknowledgements, index iconMessage Acknowledgement
message consumption
asynchronous, index iconCallback Type for Asynchronous Message Consumption
asynchronous, in distributed transaction, index iconCallback Type for Asynchronous Message Consumption in Distributed Transactions
message headers
getting, index iconMQGetMessageHeaders
properties, index iconSending a Message
setting, index iconMQSetMessageHeaders
message properties
default values for, index iconSending a Message
getting
index iconGetting Message Properties
index iconMQGetMessageProperties
handle to, index iconData Types
iterating through
index iconTo Iterate Through a Properties Handle
index iconMQPropertiesKeyIterationStart
setting, index iconMQSetMessageProperties
type of, index iconMQGetPropertyType
Message Queue
fixed integer type support, index iconC++ Runtime Library Support
header files, index iconHeader Files
meta data for, index iconMQGetMetaData
name of, index iconConnection Properties
version of, index iconConnection Properties
Message Queue programs, building, index iconBuilding C Clients
message selector, index iconUsing Selectors Efficiently
messages
acknowledging, index iconMQAcknowledgeMessages
body, index iconMessage Body Types
composing, index iconComposing Messages
correlation id, index iconParameters
creating bytes type, index iconMQCreateBytesMessage
creating text type, index iconMQCreateTextMessage
expiration of, index iconParameters
filtering, index iconProcessing a Message
freeing, index iconMQFreeMessage
getting text of, index iconMQGetTextMessageText
getting type of, index iconMQGetMessageType
handle to, index iconData Types
limit of unconsumed, index iconConnection Properties
mode of, index iconParameters
ordering of, index iconDetermining Message Order and Priority
prioritizing, index iconDetermining Message Order and Priority
priority of, index iconParameters
processing, index iconProcessing a Message
receiving, index iconReceiving Messages
redelivered status, index iconParameters
reply-to destination
index iconMQGetMessageReplyTo
index iconMQSetMessageReplyTo
selector for
index iconMQCreateAsyncDurableMessageConsumer
index iconMQCreateAsyncMessageConsumer
index iconMQCreateDurableMessageConsumer
selectors, index iconUsing Selectors Efficiently
sending
index iconSending a Message
index iconMQSendMessage
index iconParameters
index iconMQSendMessageExt
index iconParameters
set text of, index iconMQSetTextMessageText
size, and performance, index iconMessage Size
type, and performance, index iconMessage Type
type of
index iconData Types
index iconParameters
messages properties
creating, index iconMQCreateProperties
freeing, index iconMQFreeProperties
MQ_ACK_ON_ACKNOWLEDGE_PROPERTY
index iconMessage Acknowledgement
index iconConnection Properties
MQ_ACK_ON_PRODUCE_PROPERTY, index iconConnection Properties
MQ_ACK_TIMEOUT_PROPERTY
index iconReliability
index iconConnection Properties
MQ_AUTO_ACKNOWLEDGE enum, index iconAcknowledge Modes
MQ_BOOL_TYPE property, index iconData Types
MQ_BROKER_NAME_PROPERTY, index iconConnection Handling
MQ_BROKER_NAME_PROPERTY
index iconConnection Properties
index iconConnection Properties
MQ_BROKER_PORT_PROPERTY, index iconConnection Handling
MQ_BROKER_PORT_PROPERTY, index iconConnection Properties
MQ_BROKER_SERVICE_PORT_PROPERTY, index iconConnection Handling
MQ_BROKER_SERVICE_PORT_PROPERTY, index iconConnection Properties
MQ_Bytes_Message body type, index iconMessage Body Types
MQ_BYTES_MESSAGE message type, index iconData Types
MQ_CLIENT_ACKNOWLEDGE enum, index iconAcknowledge Modes
MQ_CONNECTION_FLOW_COUNT_PROPERTY
index iconFlow Control
index iconConnection Properties
MQ_CONNECTION_FLOW_LIMIT_ENABLED_PROPERTY, index iconFlow Control
MQ_CONNECTION_FLOW_LIMIT_ENBABLED _PROPERTY, index iconConnection Properties
MQ_CONNECTION_FLOW_LIMIT_PROPERTY
index iconFlow Control
index iconConnection Properties
MQ_CONNECTION_TYPE_PROPERTY, index iconConnection Handling
MQ_CONNECTION_TYPE_PROPERTY, index iconConnection Properties
MQ_CORRELATION_ID_HEADER_PROPERTY, index iconParameters
MQ_DUPS_OK_ACKNOWLEDGE enum, index iconAcknowledge Modes
MQ_EXPIRATION_HEADER_PROPERTY
index iconSending a Message
index iconParameters
MQ_FLOAT32_TYPE property, index iconData Types
MQ_FLOAT64_TYPE property, index iconData Types
MQ_INT16_TYPE property, index iconData Types
MQ_INT32_TYPE property, index iconData Types
MQ_INT64_TYPE property, index iconData Types
MQ_INT8_TYPE property, index iconData Types
MQ_INVALID_TYPE property, index iconData Types
MQ_LOG_FILE, index iconLogging
MQ_LOG_LEVEL, index iconLogging
MQ_MAJOR_VERSION_PROPERTY, index iconConnection Properties
MQ_Message body type, index iconMessage Body Types
MQ_MESSAGE_ID_HEADER_PROPERTY, index iconParameters
MQ_MESSAGE message type, index iconData Types
MQ_MESSAGE_TYPE_HEADER_PROPERTY, index iconParameters
MQ_MICRO_VERSION_PROPERTY, index iconConnection Properties
MQ_MINOR_VERSION_PROPERTY, index iconConnection Properties
MQ_NAME_PROPERTY, index iconConnection Properties
MQ_PERSISTENT_HEADER_PROPERTY
index iconSending a Message
index iconParameters
MQ_PING_INTERVAL_PROPERTY
index iconConnection Handling
index iconConnection Properties
MQ_PRIORITY_HEADER_PROPERTY
index iconSending a Message
index iconParameters
MQ_REDELIVERED_HEADER_PROPERTY, index iconParameters
MQ_SERVICE_PACK_PROPERTY, index iconConnection Properties
MQ_SESSION_ASYNC_RECEIVE, index iconReceive Mode
MQ_SESSION_ASYNC_RECEIVE consumer type, index iconData Types
MQ_SESSION_SYNC_RECEIVE, index iconReceive Mode
MQ_SESSION_SYNC_RECEIVE consumer type, index iconData Types
MQ_SESSION_TRANSACTED enum, index iconAcknowledge Modes
MQ_SSL_BROKER_CERT_FINGERPRINT
index iconTo Set Up Fingerprint Certification
index iconConnection Properties
MQ_SSL_BROKER_IS_TRUSTED
index iconConnection Properties
index iconConnection Properties
MQ_SSL_CHECK_BROKER_FINGERPRINT
index iconTo Set Up Fingerprint Certification
index iconConnection Properties
MQ_STRING_TYPE property, index iconData Types
mq.sys.dmq queue, index iconManaging the Dead Message Queue
MQ_Text_Message body type, index iconMessage Body Types
MQ_TEXT_MESSAGE message type, index iconData Types
MQ_TIMESTAMP_HEADER_PROPERTY, index iconParameters
MQ_UNSUPPORTED_MESSAGE message type, index iconData Types
MQ_UPDATE_RELEASE_PROPERTY, index iconConnection Properties
MQ_VERSION_PROPERTY, index iconConnection Properties
MQAckMode type, index iconData Types
MQAcknowledgeMessages function, index iconMQAcknowledgeMessages
MQBool type, index iconData Types
MQChar type, index iconData Types
MQCloseConnection function, index iconMQCloseConnection
MQCloseMessageConsumer function, index iconMQCloseMessageConsumer
MQCloseMessageProducer function, index iconMQCloseMessageProducer
MQCloseSession function, index iconMQCloseSession
MQCommitSession function, index iconMQCommitSession
MQConnectionExceptionListenerFunc type
index iconData Types
index iconCallback Type for Connection Exception Handling
MQConnectionHandle type, index iconData Types
MQConsumerHandle type, index iconData Types
MQCreateAsyncDurableMessageConsumer function, index iconMQCreateAsyncDurableMessageConsumer
MQCreateAsyncMessageConsumer function, index iconMQCreateAsyncMessageConsumer
MQCreateBytesMessage function, index iconMQCreateBytesMessage
MQCreateConnection function, index iconMQCreateConnection
MQCreateDestination function, index iconMQCreateDestination
MQCreateDurableMessageConsumer function, index iconMQCreateDurableMessageConsumer
MQCreateMessage function, index iconMQCreateMessage
MQCreateMessageConsumer function, index iconMQCreateMessageConsumer
MQCreateMessageProducer function, index iconMQCreateMessageProducer
MQCreateMessageProducerForDestination function, index iconMQCreateMessageProducerForDestination
MQCreateProperties function, index iconMQCreateProperties
MQCreateSession function, index iconMQCreateSession
MQCreateTemporaryDestination function, index iconMQCreateTemporaryDestination
MQCreateTextMessage function, index iconMQCreateTextMessage
MQCreateXASession function, index iconMQCreateXASession
mqcrt library, index iconProviding Runtime Support
MQDeliveryMode type, index iconData Types
MQDestinationHandle type, index iconData Types
MQDestinationType type, index iconData Types
MQError type, index iconData Types
MQFloat16 type, index iconData Types
MQFloat32 type, index iconData Types
MQFloat64 type, index iconData Types
MQFreeConnection function, index iconMQFreeConnection
MQFreeDestination function, index iconMQFreeDestination
MQFreeMessage function, index iconMQFreeMessage
MQFreeProperties function, index iconMQFreeProperties
MQFreeString function, index iconMQFreeString
MQGetAcknowledgeMode function, index iconMQGetAcknowledgeMode
MQGetBoolProperty function, index iconMQGetBoolProperty
MQGetBytesMessageBytes function, index iconMQGetBytesMessageBytes
MQGetConnectionProperties function, index iconMQGetConnectionProperties
MQGetDestinationName function, index iconMQGetDestinationName
MQGetDestinationType function, index iconMQGetDestinationType
MQGetErrorTrace function, index iconMQGetErrorTrace
MQGetFloat32Property function, index iconMQGetFloat32Property
MQGetFloat64Property function, index iconMQGetFloat64Property
MQGetInt16Property function, index iconMQGetInt16Property
MQGetInt32Property function, index iconMQGetInt32Property
MQGetint64Property function, index iconMQGetInt64Property
MQGetInt8Property function, index iconMQGetInt8Property
MQGetMessageHeaders function, index iconMQGetMessageHeaders
MQGetMessageProperties function, index iconMQGetMessageProperties
MQGetMessageReplyTo function, index iconMQGetMessageReplyTo
MQGetMessageType function, index iconMQGetMessageType
MQGetMetaData function, index iconMQGetMetaData
MQGetPropertyType function, index iconMQGetPropertyType
MQGetStatusCode function, index iconMQGetStatusCode
MQGetStatusString function, index iconMQGetStatusString
MQGetStringProperty function, index iconMQGetStringProperty
MQGetTextMessageText function, index iconMQGetTextMessageText
MQGetXAConnection function, index iconMQGetXAConnection
MQInitializeSSL function, index iconMQInitializeSSL
MQInt32 type, index iconData Types
MQInt64 type, index iconData Types
MQInt8 type, index iconData Types
MQMessageHandle type, index iconData Types
MQMessageListenerFunc type, index iconData Types
MQMessageType type, index iconData Types
MQProducerHandle type, index iconData Types
MQPropertiesHandle type, index iconData Types
MQPropertiesKeyIterationGetNext function, index iconMQPropertiesKeyIterationGetNext
MQPropertiesKeyIterationHasNext function, index iconMQPropertiesKeyIterationHasNext
MQPropertiesKeyIterationStart function, index iconMQPropertiesKeyIterationStart
MQReceiveMessageNoWait function, index iconMQReceiveMessageNoWait
MQReceiveMessageWait function, index iconMQReceiveMessageWait
MQReceiveMessageWithTimeout function, index iconMQReceiveMessageWithTimeout
MQReceiveMode type, index iconData Types
MQRecoverSession function, index iconMQRecoverSession
MQRollBackSession function, index iconMQRollBackSession
MQSendMessage function, index iconMQSendMessage
MQSendMessageExt function, index iconMQSendMessageExt
MQSendMessageToDestination, index iconMQSendMessageToDestination
MQSendMessageToDestination function, index iconParameters
MQSendMessageToDestinationExt function
index iconParameters
index iconMQSendMessageToDestinationExt
MQSessionHandle type, index iconData Types
MQSetBoolProperty function, index iconMQSetBoolProperty
MQSetBytesMessageBytes function, index iconMQSetBytesMessageBytes
MQSetFloat32Property function, index iconMQSetFloat32Property
MQSetFloat64Property function, index iconMQSetFloat64Property
MQSetInt16Property function, index iconMQSetInt16Property
MQSetInt32Property function, index iconMQSetInt32Property
MQSetInt64Property function, index iconMQSetInt64Property
MQSetInt8Property function, index iconMQSetInt8Property
MQSetMessageHeaders function, index iconMQSetMessageHeaders
MQSetMessageProperties function, index iconMQSetMessageProperties
MQSetMessageReplyTo function, index iconMQSetMessageReplyTo
MQSetStringProperty function, index iconMQSetStringProperty
MQSetTextMessageText function, index iconMQSetTextMessageText
MQStartConnection function, index iconMQStartConnection
MQStatus type, index iconData Types
MQStatusIsError function, index iconMQStatusIsError
MQStopConnection function, index iconMQStopConnection
MQString type, index iconData Types
MQType type, index iconData Types
MQUnsubscribeDurableMessageConsumer function, index iconMQUnsubscribeDurableMessageConsumer