Mediation the Third

Soaandesb Websphere
2006-07-24

After my previous post about mediation in ESB, I should add that there is a third way to modify messages on the bus, that doesn’t go by the name of ‘mediation’: using a JAX-RPC handler. It’s only suitable for SOAP messages (which can be transported over HTTP or JMS), but is otherwise most similar to Platform Messaging mediations. The primary advantage of JAX-RPC handlers is that they are conformant to a JSR specification, but they aren’t able to do a number of things that mediations can, such as modify the target of a SOAP request.

You can find more information in this article on Developerworks.

Comments

[...] Andrew Ferrier’s Blog » Blog Archive » Mediation the Third (tags: wesb ibm work sibus) [...]