What is an ESB?

Answers were Sorted based on User's Feedback



What is an ESB?..

Answer / manjuna

An Enterprise Service Bus (ESB) is a standards-based,
Service Oriented Architecture (SOA) backbone, capable of
connecting applications through service interfaces. By
combining Messaging, Web Services, XML, Data Transformation
and Management, an ESB can reliably connect, mediate and
control all communications and interactions between
services.

Is This Answer Correct ?    40 Yes 2 No

What is an ESB?..

Answer / anirban chakraborty

An esb is a very important component of SOA. Imagine all
your web services built on different technologies
(java,.net,mainframe)..interacting with each other using
xml for data transmission..One doesn't have to worry about
the schema transformation,protocol switching or message
enrichment..the esb does it all for you ..

Is This Answer Correct ?    24 Yes 4 No

What is an ESB?..

Answer / vijay m

An enterprise service bus (ESB) is a pattern of middleware
that unifies and connects services, applications and
resources within a business. Put another way, it is the
framework within which the capabilities of a business'
applications are made available for reuse by other
applications throughout the organization and beyond. The ESB
is not a new software product — it's a new way of looking at
how to integrate applications, coordinate resources and
manipulate information. Unlike many previous approaches for
connecting distributed applications, for example RPC or
distributed objects, the ESB pattern enables the connection
of software running in parallel on different platforms,
written in different programming languages and using
different programming models.

Examples of the enterprise service bus patterns exist today,
built using existing integration tools available in theIBM
Business Integration portfolio of products. For a business,
an ESB can manage connectivity needs by providing standards
based application integration with support for Web services,
message based transport and mediation (transformation and
routing) oriented toward a service based infrastructure
(often referred to as a service oriented architecture).

Is This Answer Correct ?    9 Yes 0 No

What is an ESB?..

Answer / piyush bohra,lohaghat

Esb is basically a middleware and concept which can handel number of application and we can introduce new system to esb(i.e add or dicard)without effecting the exting application

Is This Answer Correct ?    6 Yes 0 No

What is an ESB?..

Answer / katelynthomas

Mule ESB is a Java-based enterprise service bus (ESB) and integration platform, developer can connect their application with ESB. Mule use service oriented architecture. Apart from of the different technologies the applications use, including JMS, Web Services, SMTP, HTTP. The advantage of ESB, it’s allow communicate different application. Messages can be any format SOAP to JSON. Mule ESB Development provide messaging framework that enable exchange of data among application. Mule ESB is lightweight open source framework but highly scalable, allowing you to start small application and connect multiple applications. Mule manages all the interactions between applications and components transparently, ESB will take care of the multiple application, we can easily integrate third party application using Mule.

For Further more questions u can also visit our website

<a href=http://mindmajix.com/mule-esb-interview-questions>check this site </a>Mindmajix for interview questions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SOAP Interview Questions

Which is more secure rest or soap?

0 Answers  


What are the different components can be used in the web services?

0 Answers  


What is the difference between soap and http?

0 Answers  


can we do method overloading in java based web services .i am using Axis2 frame work. how to configure the operatios(which are method overload) in services.xml file. plz help me in solving this

0 Answers  


what is SOAP envelop element?

0 Answers  






How does the processing of the call() function happens on the server side using soap?

0 Answers  


Explain where you use properties in soapui?

0 Answers  


Explain about HTTPS in SOAP?

0 Answers  


What are the steps that are required after providing the services to the clients?

0 Answers  


what is the message format used in SOAP?

0 Answers  


What are some important characteristics of a soap envelope element?

0 Answers  


soapui <person> <fname>abc</fname> <lname>xyz</lname> <age>22</age> </person> above data i am prepareing in soapui and run the request and generate response. how to fetch this xml response data using oracle sql query. pls tell me query.

0 Answers   Cap Gemini,


Categories