Presented By
Sindhu VL
 Mule is a lightweight enterprise service
bus (ESB) and integration framework. The
platform is Java-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.
 Design and Development Tools
 Management Tools
 Cloudhub
 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 XML 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.
 Mule Management Console: A user interface
which provides run time management facility
of deployment to the Mule Repository and
clusters.
 Mule has an integration engine, but the
community edition lacks the support for
Advanced Management interfaces. MuleSoft
offers an Enterprise Edition of Mule that
provides a management console, a Service
registry and higher availability.
 Cloudhub is Mulesoft's Cloud-based
integration platform for integration to connect
apps, data and devices with integration
connectors (like one to Twitter, etc) platform as
a service (iPaaS).
 AMQP Support
 JMS Support
 WMQ Support
 AMQP Support
 AMQP (Advanced Message Queuing Protocol)
support is based on the RabbitMQ Java Client and
supports AMQP up to 0.9.1.
 WMQ Support
 WMQ or Websphere MQ is IBM Message Oriented
Middleware product for communication of
distributed system. Mule also provides support for
WMQ called Mule WMQ Transport which works
with 7.0, 7.1 and 7.5 versions and provides
endpoint for the same.
 JMS Support
 JMS (Java Message Service) is a Message Oriented
Middleware API 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.
 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 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 canceling 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.
ThankYou!!!!!!!!!!!!

Mule esb

  • 1.
  • 2.
     Mule isa lightweight enterprise service bus (ESB) and integration framework. The platform is Java-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.
  • 3.
     Design andDevelopment Tools  Management Tools  Cloudhub
  • 4.
     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 XML 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.
  • 5.
     Mule ManagementConsole: A user interface which provides run time management facility of deployment to the Mule Repository and clusters.  Mule has an integration engine, but the community edition lacks the support for Advanced Management interfaces. MuleSoft offers an Enterprise Edition of Mule that provides a management console, a Service registry and higher availability.
  • 6.
     Cloudhub isMulesoft's Cloud-based integration platform for integration to connect apps, data and devices with integration connectors (like one to Twitter, etc) platform as a service (iPaaS).
  • 7.
     AMQP Support JMS Support  WMQ Support
  • 8.
     AMQP Support AMQP (Advanced Message Queuing Protocol) support is based on the RabbitMQ Java Client and supports AMQP up to 0.9.1.  WMQ Support  WMQ or Websphere MQ is IBM Message Oriented Middleware product for communication of distributed system. Mule also provides support for WMQ called Mule WMQ Transport which works with 7.0, 7.1 and 7.5 versions and provides endpoint for the same.
  • 9.
     JMS Support JMS (Java Message Service) is a Message Oriented Middleware API 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.
  • 10.
     The UniversalMessage 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 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 canceling an entire transaction.
  • 11.
     Universal MessageObject 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.
  • 12.