The EAServer CORBA API includes:
MessageService The CtsComponents::MessageService interface allows EAServer 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 CtsComponents::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 CtsComponents::MessageListener interface allows an application component to be notified when new messages are sent or published to its message queue or topic. See $JAGUAR/html/ir/CtsComponents__MessageListener.html for the API definition and an example of how to use the MessageListener interface.
Copyright © 2005. Sybase Inc. All rights reserved. |