+

Search Tips   |   Advanced Search

Performance tuning for mediations

We can set the property sib:SkipWellFormedCheck in the administrative console to improve the performance of a mediation. Before we set a property to tune a mediation, we should consider the behavior of the mediation, to prevent the modification or loss of messages.

The mediation must either not modify the message, or it must ensure that the message is well formed post-mediation. A well formed message has message property values that can be serialized, and a message datagraph that conforms to the message format.

If we set a tuning property for a mediation that does not conform to these rules, the following events might occur:

Tip: When we use an enterprise bean as a message producer, the topic or queue connection factory pool size acts as a throttle that controls the rate at which an enterprise bean can produce messages. There is no one specific value that is suitable for all circumstances, therefore we must tune this parameter for our given application and hardware combination.

  • Set tuning properties for a mediation
  • Tune bus-enabled web services
  • Including SOAP header schemas in the SDO repository