© Copyright IBM Corp. 2007, 2008 115
The integration framework uses Java Message Service (JMS) queues as a staging
mechanism. Inbound messages from external systems are first stored in a queue,
and then retrieved for processing. Similarly, outbound messages are stored in a
queue, from which they are retrieved for dispatch to an external system.
Queue error management is initiated when an error condition is identified. The
error identification occurs when a message is processing in an outbound or
inbound queue. You can view, correct, cancel, and reprocess the erroneous
messages. Error messages can be managed without the need to access error files
on the application server.
Error Management
8