A good EAI tools-mule

Source: Internet
Author: User
Mule is an enterprise service bus (ESB) messaging framework. It is a scalable, highly distributable object broker that can seamlessly handle interactions with services and applications using disparate transport and messaging technologies

Mule is a messaging platform based on ideas from ESB ubuntures. the core of mule is a Seda-based service container that manages service objects, known as universal message objects or umos, which are plain old Java objects. all communication between umos and other applications is made through message endpoints. these endpoints provide a simple and consistent interface to vastly disparate technologies such as JMS, SMTP, JDBC, TCP, HTTP, XMPP, file, etc.

Mule applications usually consist of your mule instances ss the network. each instance is a light-weight container that hosts one or more UMO component. each UMO component will have one or more endpoints that it will send and receive events through.

The container provides a range of services for UMO components such as transaction management, transformation of events, routing, event correlation, logging, auditing and management. mule separates Object Construction from management meaning that popular IOC/di containers such as spring, picocontainer or Plexus can be used to construct your UMO components.

Home page is: http://mule.codehaus.org/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.