Using messaging within IBM WebSphere sMash applications
This section describes the APIs
provided by zero.messaging.connection and zero.messaging.receiver
that enable WebSphere® sMash applications to communicate
with one another using the IBM® Reliable Transport Extension.
- Configuring connections to messaging brokers
- Describes how to configure connections from a WebSphere sMash application to a messaging broker or from one messaging broker to another.
- Using messaging with the
ConnectionAPI - Describes how to use the
ConnectionAPI to send and synchronously receive messages. - Using the messaging kicker and receiver
- Describes how to create and configure a request handler to asynchronously process new messages that arrive on a queue.
- Using messaging within flows
- Describes how to handle a message using a flow and send a message from within a flow.