Develop Service integration
This page provides a starting point for finding information about service integration.
Service integration provides asynchronous messaging services. In asynchronous messaging, producing applications do not send messages directly to consuming applications. Instead, they send messages to destinations. Consuming applications receive messages from these destinations. A producing application can send a message and then continue processing without waiting until a consuming application receives the message. If necessary, the destination stores the message until the consuming application is ready to receive it.
-   Programming mediations
Several distinct tasks are involved in programming a mediation. Typically, the mediation code is written by a programmer, and is then deployed and administered by an integrator.
-   Use durable subscriptions
You use durable subscriptions for publish/subscribe messaging. A durable subscription can be used to preserve messages published on a topic while the subscriber is not active.
-   Sending web service messages directly over the bus from a JAX-RPC client
Related information Migrate Service integration Administer Service integration Scripting for Service integration Establishing high availability for Service integration Secure Service integration Service integration Tuning Service integration Troubleshooting Service integration
Last updated Nov 10, 2010 8:23:07 PM CST