Java Business Integration: Difference between revisions

Content deleted Content added
Fixed link to message exchange patterns
Capitalized Message Exchange Pattern so it would be found as a wikipedia article
Line 1:
'''Java Business Integration''' ('''JBI''') is a specification developed under the [[Java Community Process]] (JCP) for an approach to implementing a [[Service_oriented_architecture|service-oriented architecture]] (SOA). The JCP reference is JSR 208.
 
JBI is built on a [[Web Service]]s model, and provides a pluggable architecture for a container that hosts service producer and consumer components. Services connect to the container via binding components (BC) or can be hosted inside the container as part of a service engine (SE). The services model used is [[Web Services Description Language|Web Services Description Language 2.0]]. The central message delivery mechanism, the normalized message router (NMR), delivers normalized messages via one of four [[messageMessage exchangeExchange patternPattern]]s (MEPs), taken from WSDL 2.0:
 
# '''In-Only''': A standard one-way messaging exchange where the consumer sends a message to the provider that provides only a status response.