Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

This page attempts to explain JBI quickly for developers who are experienced in using the Java Messaging Service.Firstly it might

be worth reading How does routing work in JBI which demonstrates the major difference to JMSIn things like JMS, messages are routed to a destination (a topic or queue) and then messages are consumed from those destinations. The routing in JBI is quite different rather than being a single Destination, in JBI there is a service name, an interface name and operation and possibly a ServiceEndpoint reference. This leads to a more loosely coupled mechanism.