General Idea of Messaging
See also: Message-oriented middleware and Message passingMessaging is a form of loosely coupled distributed communication, where in this context the term 'communication' can be understood as an exchange of messages between software components. Message-oriented technologies attempt to relax tightly coupled communication (such as TCP network sockets, CORBA or RMI) by the introduction of an intermediary component. This approach allows software components to communicate 'indirectly' with each other. Benefits of this include message senders not needing to have precise knowledge of their receivers.
The advantages of messaging include the ability to integrate heterogeneous platforms, reduce system bottlenecks, increase scalability, and respond more quickly to change.
Read more about this topic: Java Message Service
Famous quotes containing the words general and/or idea:
“The general so likes your music, that he desires you for loves sake to make no more noise with it.”
—William Shakespeare (15641616)
“The idea was to prove at every foot of the way up that you were one of the elected and anointed ones who had the right stuff and could move higher and higher and evenultimately, God willing, one daythat you might be able to join that special few at the very top, that elite who had the capacity to bring tears to mens eyes, the very Brotherhood of the Right Stuff itself.”
—Tom Wolfe (b. 1931)