Mule (software)
   HOME

TheInfoList



OR:

Mule is a lightweight
enterprise service bus An enterprise service bus (ESB) implements a communication system between mutually interacting software applications in a service-oriented architecture (SOA). It represents a software architecture for distributed computing, and is a special varia ...
(ESB) and integration framework provided by
MuleSoft MuleSoft, LLC. is a software company headquartered in San Francisco, California, that provides integration software for connecting applications, data and devices. Started in 2006, the company's Anypoint Platform of integration products is designe ...
. The platform is
Java Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's mos ...
-based but, can broker interactions between other platforms such as .NET using web services or sockets. The architecture is a scalable, distributable object broker that can handle interactions across legacy systems, in-house applications, and almost all modern transports and protocols.


Supporting tools


Design and Development Tools

#Anypoint Studio: An Eclipse-based graphical development environment for designing, testing, and running Mule flows. It consists of two types of editors for development: Visual editor and an
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing arbitrary data. It defines a set of rules for encoding documents in a format that is both human-readable and machine-readable ...
editor. #Anypoint Enterprise Security: A suite of security-related features for secure access and transactions to Mule applications. #Mule Healthcare Toolkit: Provided to process HL7 standard messages used in healthcare organizations. #Mule IDE (now deprecated): A set of Eclipse plug-ins for developing, deploying, and managing Mule projects.


Management Tools

#Mule Management Console: A user interface that provides a run-time management facility for deployment to the Mule Repository and clusters. Mule has an integration engine, but the community edition lacks support for Advanced Management interfaces. MuleSoft offers an Enterprise Edition of Mule that provides a management console, a Service registry, and higher availability.


Cloudhub

Cloudhub is Mulesoft's
Cloud-based integration Cloud-based integration is a form of systems integration business delivered as a cloud computing service that addresses data, process, service-oriented architecture (SOA) and application integration. Description Integration platform as a service ( ...
platform for integration to connect apps, data, and devices with integration connectors (like one to Twitter, etc.) platform as a service (iPaaS).


Mule ESB and Messaging


AMQP Support

AMQP (Advanced Message Queuing Protocol) support is based on the
RabbitMQ RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended with a plug-in architecture to support Str ...
Java Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's mos ...
Client and supports AMQP up to 0.9.1.


JMS Support

JMS (Java Message Service) is a
Message-oriented middleware Message-oriented middleware (MOM) is software or hardware infrastructure supporting sending and receiving messages between distributed systems. MOM allows application modules to be distributed over heterogeneous platforms and reduces the comple ...
API An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how ...
provided by Oracle for communication between different components of an application. This provides reliable, loosely coupled, and asynchronous message-based communication, supporting two models: point-to-point (queues) and publish-subscribe (topics). Mule supports all functionality of JMS specification versions 1.0.2b and 1.1, and provides an endpoint for the same.


WMQ Support

WMQ or Websphere MQ is IBM Message Oriented Middleware product for communication of distributed systems. Mule also provides support for WMQ called Mule WMQ Transport which works with 7.0, 7.1, and 7.5 versions and provides an endpoint for the same.


Universal Message Object

The Universal Message Object Application Programming Interface is part of high-level design methodologies used to describe and define aspects of a data object used in conjunction with the Mule ESB. The idea is to, by staged events, wrap the work into sensible bundles and process it in stages that can conform to models of transaction-based processing that are useful in time or mission-critical applications such as financial transactions, where subsequent successful outcomes are required to permit the desired outcome. But if the user fails to supply needed data or a
run-time error Execution in computer and software engineering is the process by which a computer or virtual machine reads and acts on the instructions of a computer program. Each instruction of a program is a description of a particular action which must be car ...
occurs, then the model will allow for stateful backoff, meaning "no harm done", the user may then complete a transaction without losing too much work or cancelling an entire transaction. Universal Message Object defines the parameters that the program will use for internal messaging communications and its components to set and get variables based upon the user's needs and the program's functionality.


References


Further reading

* Tijs Rademakers and Jos Dirksen, "Open-Source ESBs in Action" (Manning Publications: Oct 2008, ; ) * Peter Delia and Antoine Borg, "Mule 2: A Developer’s Guide" (Apress: Nov 2008, ; ), * David Dossot and John D'Emic, "Mule in Action" (Manning Publications: Apr 2009, ; ) * Getting Started with Mule Cloud Connect (O'Reilly Media: Dec 2012, Print ; ; Ebook ; ) * David Dossot, John D'Emic and Victor Romero, "Mule in Action, Second Edition" (Manning Publications, Early Access Program) *


External links

* {{Official website, https://www.mulesoft.com Java enterprise platform Message-oriented middleware