Java Business Integration: Difference between revisions

Content deleted Content added
Bsnyder (talk | contribs)
Added a fleshed out description of JBI and improved the list of open source JBI impls
JSR acronym explained and JSR link added
Line 1:
'''Java Business Integration''' ('''JBI''') is a [[Java_Community_Process|Java community process]] initiative for an approach to implementing a [[Service_oriented_architecture|service-oriented architecture]]. The JCP reference is JSR-208.
 
JBI is a a[[Java Specification Request]] (JSR) built on Web Services that provides a pluggable architecture to a container that hosts 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 central message delivery mechanism, the normalized message router (NMR), delivers normalized messages via one of four message exchange patterns (MEPs):
 
# '''In-Only''': A standard one-way messaging exchange where the consumer sends a message to the provider that provides only a status response.