Chapter 31 Using the Message Service
Message service API
The message service API provides methods that allow you to
configure and use message service within an application client or
Jaguar component. The message service API includes:
- MessageService The MessageService interface allows Jaguar
clients and components to send and publish messages, register for
message topic notification, and manage message queue and message
topic properties. See $JAGUAR/html/ir/CtsComponents__MessageService.html for
the API definitions and examples of how to use the MessageService interface.
- MessageQueue The MessageQueue interface allows clients
to receive messages from a queue, get a list of messages in a queue,
acknowledge the receipt of messages, close a message queue object,
and recover messages that have been received but not acknowledged.
See $JAGUAR/html/ir/CtsComponents__MessageQueue.html for
the API definitions and examples of how to use the MessageQueue interface.
- MessageListener The MessageListener interface allows an
application component to be notified when new messages are sent
or published to its message queue. See $JAGUAR/html/ir/CtsComponents__MessageListener.html for
the API definition and an example of how to use the MessageListener interface.
Copyright © 2000 Sybase, Inc. All rights reserved.
|
|