Sun logo      Previous      Contents

Sun ONE Message Queue 3.5 C Client Developer's Guide

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z

Index

A

acknowledgements

about  1

broker, See broker acknowledgements

client, See client acknowledgements

data type for  1

periodic  1

administration tools  1

administration, about  1

applications, example  1

applications, See JMS clients

AUTO_ACKNOWLEDGE mode  1

B

broker

acknowledging consumed messages  1, 2

acknowledging sent messages  1

certificate for  1

control messages  1

host port for  1

name for  1

security  1

broker acknowledgements

about  1

automatic  1

C

C API

header files  1

runtime library  1

certificate database files  1

client acknowledgements  1

about  1

effect on performance  1

explicit  1

modes, See client acknowledgement modes

client acknowledgment modes

AUTO_ACKNOWLEDGE  1

CLIENT_ACKNOWLEDGE  1

DUPS_OK_ACKNOWLEDGE  1

client identifier (ClientID)  1

client runtime

about  1

configurable properties  1

message consumption, and  1

message production, and  1

CLIENT_ACKNOWLEDGE mode  1

connection properties

iterating through  1

type of  1

connections

about  1

closing  1

creating  1, 2

creating properties for  1, 2

exceptions  1, 2

freeing  1, 2

freeing properties of  1, 2

handle to  1

orderly shutdown  1

properties of  1, 2

secure, initializing  1, 2

specifying  1

starting  1

stopping  1

timed out limit  1

transport protocol for  1

ConstMQString type  1

consumers  1

asynchronous  1

closing  1

creating asynchronous  1

creating asynchronous durable  1

creating durable  1

creating synchronous  1

handle to  1

synchronous  1, 2, 3, 4

type of  1

unsubscribing durable  1

working with  1

D

delivery modes

data type for  1

effects on performance  1

non-persistent  1

persistent  1

delivery, reliable  1

destinations

creating  1, 2

creating temporary  1

freeing  1

getting type of  1

handle to  1

type of  1

directory variables

IMQ_HOME  1

domains  1

DUPS_OK_ACKNOWLEDGE mode  1

durable subscribers, See durable subscriptions

durable subscriptions

about  1

ClientID, and  1

E

environment variables, See directory variables

error handling

error trace  1

error type  1

getting status code  1

MQStatus type  1

status string  1

example applications  1

exceptions

listener for  1

F

fixed integer type support  1

flow count, message  1

H

header files  1, 2

I

IMQ_HOME directory variable  1

J

JMS API  1

JMS clients

about  1

client runtime, and  1

performance, See performance

programming model  1

setup summary  1

JMS specification  1

JMSCorrelationID message header field  1

JMSDeliveryMode message header field  1

JMSDestination message header field  1

JMSExpiration message header field  1

JMSMessageID message header field  1

JMSPriority message header field  1

JMSRedelivered message header field  1

JMSReplyTo message header field  1

JMSTimestamp message header field  1

JMSType message header field  1

L

licenses for MQ editions  1

listeners, message

about  1

asynchronous consumption, and  1

data type for  1, 2

logging  1

M

memory management  1

message acknowledgements  1

message consumption

about  1, 2

asynchronous  1, 2

synchronous  1

message delivery models  1

message headers

fields  1

getting  1

properties  1

setting  1

message listeners, See listeners

message producers  1

message properties

default values for  1

getting  1, 2

handle to  1

introduced  1

iterating through  1, 2

setting  1

type of  1

messages

about  1

acknowledging  1

body  1

composing  1

consumption of, See message consumption

correlation id  1

creating bytes type  1

creating text type  1

delivery models  1

delivery modes, See delivery modes

delivery of  1

duplicate sends  1

expiration of  1

filtering  1

flow count  1

freeing  1

getting text of  1

getting type of  1

handle to  1

headers, See message headers

limit of unconsumed  1

listeners for, See listeners, message

mode of  1

ordering of  1

persistent  1

persistent storage  1

point-to-point delivery  1

prioritizing  1

priority of  1

processing  1

production of  1

publish/subscribe delivery  1

receiving  1

redelivered status  1

reliable delivery of  1

reply-to destination  1, 2

selection and filtering of  1

selector for  1, 2, 3

sending  1, 2, 3, 4, 5

set text of  1

type of  1, 2

messages properties

creating  1

freeing  1

messaging system, architecture  1

MQ

fixed integer type support  1

header files  1

licenses for  1

meta data for  1

name of  1

product editions  1

version of  1

MQ message server  1

MQ programs, building  1

MQ_ACK_ON_ACKNOWLEDGE_PROPERTY  1, 2, 3

MQ_ACK_ON_PRODUCE_PROPERTY  1

MQ_ACK_TIMEOUT_PROPERTY  1, 2

MQ_AUTO_ACKNOWLEDGE enum  1

MQ_BOOL_TYPE property  1

MQ_BROKER_NAME_PROPERTY  1

MQ_BROKER_PORT_PROPERTY  1

MQ_BYTES_MESSAGE message type  1

MQ_CLIENT_ACKNOWLEDGE enum  1

MQ_CONNECTION_FLOW_COUNT_PROPERTY  1, 2

MQ_CONNECTION_FLOW_LIMIT_ENABLED_PROPERTY  1

MQ_CONNECTION_FLOW_LIMIT_ENBABLED _PROPERTY  1

MQ_CONNECTION_FLOW_LIMIT_PROPERTY  1, 2

MQ_CONNECTION_TYPE_PROPERTY  1

MQ_CONNECTION_TYPEPROPERTY  1

MQ_CORRELATION_ID_HEADER_PROPERTY  1

MQ_DUPS_OK_ACKNOWLEDGE enum  1

MQ_EXPIRATION_HEADER_PROPERTY  1, 2

MQ_FLOAT32_TYPE property  1

MQ_FLOAT64_TYPE property  1

MQ_INT16_TYPE property  1

MQ_INT32_TYPE property  1

MQ_INT64_TYPE property  1

MQ_INT8_TYPE property  1

MQ_INVALID_TYPE property  1

MQ_LOG_FILE  1

MQ_LOG_LEVEL  1

MQ_MESSAGE_ID_HEADER_PROPERTY  1

MQ_MESSAGE_TYPE_HEADER_PROPERTY  1

MQ_NAME_PROPERTY  1

MQ_PERSISTENT_HEADER_PROPERTY  1, 2

MQ_PRIORITY_HEADER_PROPERTY  1, 2

MQ_REDELIVERED_HEADER_PROPERTY  1

MQ_SESSION_ASYNC_RECEIVE  1

MQ_SESSION_ASYNC_RECEIVE consumer type  1

MQ_SESSION_SYNC_RECEIVE  1

MQ_SESSION_SYNC_RECEIVE consumer type  1

MQ_SESSION_TRANSACTED enum  1

MQ_SSL_BROKER_IS_TRUSTED  1, 2

MQ_SSL_CHECK_BROKER_FINGERPRINT  1

MQ_STRING_TYPE property  1

MQ_TEXT_MESSAGE message type  1

MQ_TIMESTAMP_HEADER_PROPERTY  1

MQ_UNSUPPORTED_MESSAGE message type  1

MQ_VERSION_PROPERTY  1

MQAckMode type  1

MQAcknowledgeMessages function  1

MQBool type  1

MQChar type  1

MQCloseConnection function  1

MQCloseMessageConsumer function  1

MQCloseMessageProducer function  1

MQCloseSession function  1

MQCommitSession function  1

MQConnectionExceptionListenerFunc type  1, 2

MQConnectionHandle type  1

MQConsumerHandle type  1

MQCreateAsyncDurableMessageConsumer function  1

MQCreateAsyncMessageConsumer function  1

MQCreateBytesMessage function  1

MQCreateConnection function  1

MQCreateDestination function  1

MQCreateDurableMessageConsumer function  1

MQCreateMessageConsumer function  1

MQCreateMessageProducer function  1

MQCreateMessageProducerForDestination function  1

MQCreateProperties function  1

MQCreateSession function  1

MQCreateTemporaryDestination function  1

MQCreateTextMessage function  1

mqcrt library  1

mqcrt runtime library  1

MQDeliveryMode type  1

MQDestinationHandle type  1

MQDestinationType type  1

MQError type  1

MQFloat64 type  1

MQFreeConnection function  1

MQFreeDestination function  1

MQFreeMessage function  1

MQFreeProperties function  1

MQFreeString function  1

MQGetAcknowledgemode function  1

MQGetBoolProperty function  1

MQGetBytesMessageBytes function  1

MQGetDestinationType function  1

MQGetErrorTrace function  1

MQGetFloat32Property function  1

MQGetFloat64Property function  1

MQGetInt16Property function  1

MQGetInt32Property function  1

MQGetint64Property function  1

MQGetInt8Property function  1

MQGetMessageHeaders function  1

MQGetMessageProperties function  1

MQGetMessageReplyTo function  1

MQGetMessageType function  1

MQGetMetaData function  1

MQGetPropertyType function  1

MQGetStatusCode function  1

MQGetStatusString function  1

MQGetStringProperty function  1

MQGetTextMessageText function  1

MQInitializeSSL function  1, 2

MQInt32 type  1

MQInt8 type  1

MQMessageHandle type  1

MQMessageListenerFunc type  1, 2

MQMessageType type  1

MQProducerHandle type  1

MQPropertiesHandle type  1

MQPropertiesKeyIterationGetNext function  1

MQPropertiesKeyIterationHasNext function  1

MQPropertiesKeyIterationStart function  1

MQReceiveMessageNoWait function  1

MQReceiveMessageWait function  1

MQReceiveMessageWithTimeout function  1

MQReceiveMode type  1

MQRecoverSession function  1

MQRollBackSession function  1

MQSendMessage function  1

MQSendMessageExt function  1

MQSendMessageToDestination function  1

MQSendMessageToDestinationExt function  1

MQSessionHandle type  1

MQSetBoolProperty function  1

MQSetBytesMessageBytes function  1

MQSetFloat32Property function  1

MQSetFloat64Property function  1

MQSetInt16Property function  1

MQSetInt32Property function  1

MQSetInt64Property function  1

MQSetInt8Property function  1

MQSetMessageHeaders function  1

MQSetMessageProperties function  1

MQSetMessageReplyTo function  1

MQSetStringProperty function  1

MQSetTextMessageText function  1

MQStartConnection function  1

MQStatus type  1

MQStatusIsError function  1

MQStopConnection function  1

MQString type  1

MQType type  1

MQUnsubscribeDurableMessageConsumer function  1

N

NSPR library  1

NSS library  1

P

performance

effect of delivery mode  1

factors affecting  1

message flow count  1

persistence

about  1

delivery modes, See delivery modes

persistent messages  1

point-to-point delivery  1

producers  1

closing  1

creating  1

creating for destination  1

handle to  1

programming domains  1

programming examples

build instructions  1

running  1

properties, client runtime See client runtime

publish/subscribe delivery  1

Q

queue destinations  1

R

reliable delivery  1

runtime library  1

S

sample programs

compiler options for  1

running  1

selection, of messages  1

sessions

about  1

acknowledge mode of  1

acknowledgement options for  1

closing  1

committing  1

creating  1, 2

handle to  1

managing  1

recovering  1

rolling back  1

transacted  1, 2, 3

T

thread management  1

topic destinations  1

transactions

about  1

committing  1

working with  1




Previous      Contents


Copyright 2003 Sun Microsystems, Inc. All rights reserved.