Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Sample Program
Search
Abhi
May 21, 2015
Technology
0
27
Sample Program
Mule Program
Abhi
May 21, 2015
Tweet
Share
More Decks by Abhi
See All by Abhi
MuleFlow
abhipokharna
0
64
Mule Program
abhipokharna
0
30
Filter Session 1
abhipokharna
0
24
Filters
abhipokharna
0
41
Debugging
abhipokharna
0
22
Mule First Program
abhipokharna
0
43
MEL session 1
abhipokharna
0
29
MEL Details Session 3
abhipokharna
0
41
MEL Basics
abhipokharna
0
34
Other Decks in Technology
See All in Technology
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
310
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
240
20250903_1つのAWSアカウントに複数システムがある環境におけるアクセス制御をABACで実現.pdf
yhana
3
550
サンドボックス技術でAI利活用を促進する
koh_naga
0
200
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
560
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
330
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
140
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
390
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
240
Language Update: Java
skrb
2
290
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.2k
生成AI時代のデータ基盤設計〜ペースレイヤリングで実現する高速開発と持続性〜 / Levtech Meetup_Session_2
sansan_randd
1
150
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Balancing Empowerment & Direction
lara
3
620
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Raft: Consensus for Rubyists
vanstee
140
7.1k
KATA
mclloyd
32
14k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
A designer walks into a library…
pauljervisheath
207
24k
Transcript
Abhishek Jain
Mule Flow Program High Level Picture Type of Flows Advantages
Topic for next session Reference
None
-Responsible for processing the received messages -Have several categories -Components:
Application specific and mainly custom -Transformers: Transform the message -Filters: accept/reject the message -Routers: Control the message flow -Endpoint: Communication over transport
-Transform the messages as per our requirement -Introduce new properties/variables
-Business logic -Web Service Related components
-Use for filtering out the messages -Drop filtered messages -Nested
Filters -Can be configured for exceptions -Example: -AND -OR -NOT -Payload
-Use for multicasting messages -Can split messages -Can aggregate messages
-Sequencing
-Scope: -Surround one or many message processor -Examples include processor
chain, until successful, Async etc -Business Events: -Use for capturing key info -Can be accessed in both cloud hub and MMC
Examples of Mule Flow Mule Variables
www.mulesoft.com Mule in Action
None