+

Search Tips   |   Advanced Search

Performance tuning for mediations

We can set the property sib:SkipWellFormedCheck in the console to improve the performance of a mediation. Before you set a property to tune a mediation, you 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:

When you 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 you must tune this parameter for the given application and hardware combination.


Related tasks

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