mule esb, mule anypoint studio,mule context, message processing

7
Mule ESB

Upload: naresh-naidu

Post on 21-Jan-2018

245 views

Category:

Technology


6 download

TRANSCRIPT

Page 1: Mule esb, Mule Anypoint studio,Mule context, Message processing

Mule ESB

Page 2: Mule esb, Mule Anypoint studio,Mule context, Message processing

Why ESB

Page 3: Mule esb, Mule Anypoint studio,Mule context, Message processing

Mule ESB : Connect Every Where and

Every Thing

Page 4: Mule esb, Mule Anypoint studio,Mule context, Message processing

Mule provides both on premise and cloud based solutions. Like application

can be deployed on premise and cloud based solution with less tweaking

to the code.

Expose a SOAP, REST, HTTP services easily.

Supports advanced security feature. We have to explicitly inject security

pallets to mule like encryption, decryption, credentials etc.

It is a stateless object because it will not store transactions into any down

layers.

Mule has inbuilt transports and connectors. Both are resembles to the

same kind of notations.

Like http is a transport but it also plays like a connector.

Page 5: Mule esb, Mule Anypoint studio,Mule context, Message processing

By default mule comes with two app containers.

Standalone is a freeware for developing non-GUI based

applications.

MMC(mule management console) is a war file provide by mule

server. Where we can deploy mmc application on any

application server. Most of the applications are deployed on

Amazon is a cloud hosted application server. We can also

deploy app to weblogic or websphere with lot of tweaking made

at configurations.

Page 6: Mule esb, Mule Anypoint studio,Mule context, Message processing

Mule ESB Big Picture

Page 7: Mule esb, Mule Anypoint studio,Mule context, Message processing

Mule Message Structure