SlideShare a Scribd company logo
VM File Store
FilePersistenceStrategy , which uses a file
store to persist messages to a (non-
volatile) disk, and therefore maintains
messages even if Mule is restarted
VM File Store – One-Way
•Set Exchange-Pattern to one-way
•Set Queue path as “sunil”
VM File Store – One-Way Contd..
• VM will use file-queue-Store to store payload
of VM out-bound
• Accept max message as 100
VM File Store – Request-Response
• you can see that messages are
persisted on disk under .mule/$
{app_name}/queuestore/$
{queue_name}/.
• Persistence only occurs for one-
way VM queues, not request-
response ones. For the latter, no
queueing occurs whatsoever.

More Related Content

PDF
Architecture Walkthrough of Fortissimo All Flash or Hybrid Flash Array
PPTX
Difference between Reseller Hosting and Managed VPS Hosting
PPTX
Serve like a boss (part two)
PPTX
Different Types of Web Hosting Solutions & Different Types of Web Servers
PPTX
Managed disk-Azure Storage Evolution
PPTX
Linux Managed VPS Vs. Linux Reseller Hosting Similarities and Differences.pptx
DOC
Cheap windows vps hosting
PDF
Nano-node: Intelligent Hard Drives in Large Storage Infrastructures
Architecture Walkthrough of Fortissimo All Flash or Hybrid Flash Array
Difference between Reseller Hosting and Managed VPS Hosting
Serve like a boss (part two)
Different Types of Web Hosting Solutions & Different Types of Web Servers
Managed disk-Azure Storage Evolution
Linux Managed VPS Vs. Linux Reseller Hosting Similarities and Differences.pptx
Cheap windows vps hosting
Nano-node: Intelligent Hard Drives in Large Storage Infrastructures

More from Sunil Kumar (9)

PPT
Distributed Locking in Mule
PPT
IP Based Security Filter in Mule
PPT
Time based Security Filter in Mule
PPT
Parallel processing for splitter in mule esb
PPT
Start stop mule flow using java
PPT
Find Number of VM message in Mule
PPT
Custom transformer and annotation
PPT
Custom processor
PPT
Signature Security mule
Distributed Locking in Mule
IP Based Security Filter in Mule
Time based Security Filter in Mule
Parallel processing for splitter in mule esb
Start stop mule flow using java
Find Number of VM message in Mule
Custom transformer and annotation
Custom processor
Signature Security mule
Ad

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PDF
Getting Started with Data Integration: FME Form 101
PPT
Teaching material agriculture food technology
PPTX
Machine Learning_overview_presentation.pptx
PDF
Mushroom cultivation and it's methods.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
A Presentation on Artificial Intelligence
PPTX
Spectroscopy.pptx food analysis technology
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Spectral efficient network and resource selection model in 5G networks
Approach and Philosophy of On baking technology
Getting Started with Data Integration: FME Form 101
Teaching material agriculture food technology
Machine Learning_overview_presentation.pptx
Mushroom cultivation and it's methods.pdf
Tartificialntelligence_presentation.pptx
Machine learning based COVID-19 study performance prediction
Unlocking AI with Model Context Protocol (MCP)
Reach Out and Touch Someone: Haptics and Empathic Computing
A Presentation on Artificial Intelligence
Spectroscopy.pptx food analysis technology
Advanced methodologies resolving dimensionality complications for autism neur...
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Per capita expenditure prediction using model stacking based on satellite ima...
Heart disease approach using modified random forest and particle swarm optimi...
Spectral efficient network and resource selection model in 5G networks
Ad

Vm file store

  • 1. VM File Store FilePersistenceStrategy , which uses a file store to persist messages to a (non- volatile) disk, and therefore maintains messages even if Mule is restarted
  • 2. VM File Store – One-Way •Set Exchange-Pattern to one-way •Set Queue path as “sunil”
  • 3. VM File Store – One-Way Contd.. • VM will use file-queue-Store to store payload of VM out-bound • Accept max message as 100
  • 4. VM File Store – Request-Response • you can see that messages are persisted on disk under .mule/$ {app_name}/queuestore/$ {queue_name}/. • Persistence only occurs for one- way VM queues, not request- response ones. For the latter, no queueing occurs whatsoever.