SlideShare a Scribd company logo
Rest based API with JMS as
Backend
Modelling of the flow
• Receives an HTTP request.
• JMS sends the request to the queue.
• You can model this application using these building blocks in Studio
HTTP Connector
Allows your Mule application to connect to Web resources through the HTTP or
HTTPS protocol. Find this in the Connectors section of the palette.
Set Payload
Modifies your payload into a different message, depending on the results of the
choice routing. Find this in the Transformers section of the palette.
JMS
JMS endpoint allows mule applications to send and receive message to queues
with JMS API.
Configure the flow
HTTP Connector:
Configure the http connector.
JMS:
Configure the JMS connector. We have used activemq configuration.
Configure activemq:
• The project is completed and we can run the project to get the
desired output.

More Related Content

PPTX
Scatter gather flow in mule
PPTX
What is the difference between using private flow
PPTX
Mule servlet connector
PPTX
Load balancer in mule
PPTX
Mule java part-1
PPTX
Mule TCP Component
PPTX
Mule Amazon SNS Connector
PPTX
Mule generic connector
Scatter gather flow in mule
What is the difference between using private flow
Mule servlet connector
Load balancer in mule
Mule java part-1
Mule TCP Component
Mule Amazon SNS Connector
Mule generic connector

What's hot (20)

PPTX
Mule concepts filters scopes_routers
PPTX
Routing in mule
PPTX
Mule batch
PPTX
Scatter gather flow in mule
PPTX
Rabbit mq in mule
PPTX
Mule esb mule message
PPTX
Mule scopes 2
PPTX
xslt in mule
PPTX
Mule splitters
PPT
Mule overview
 
PPTX
Mule Message Chunk Aggregator
PPT
Mule overview
PPTX
Mule esb usecase
PPTX
Mule scopes request_response_scope
PPTX
Mule esb transformers
PPTX
Mule quartz hari_gatadi
PPTX
Using groovy in mule
PPTX
Xslt with mule
PPTX
File component in mule demo
PPT
Introduction to mule Esbs
Mule concepts filters scopes_routers
Routing in mule
Mule batch
Scatter gather flow in mule
Rabbit mq in mule
Mule esb mule message
Mule scopes 2
xslt in mule
Mule splitters
Mule overview
 
Mule Message Chunk Aggregator
Mule overview
Mule esb usecase
Mule scopes request_response_scope
Mule esb transformers
Mule quartz hari_gatadi
Using groovy in mule
Xslt with mule
File component in mule demo
Introduction to mule Esbs
Ad

Similar to Rest based api with jms as backend (20)

PPT
Simple http and jms for beginners
PPTX
Mulesoftconnectors
PPTX
Mulesoft Basics and Connector Details
PPTX
PPTX
Mule connectors
PPTX
Jms queues
PPTX
M messaging 2
PPTX
Mule jms queues
PPTX
Jms queue
PPTX
Connectors
PPTX
Active mq read and write flow in mule
PPTX
Introduction java messaging services
PPT
Mule esb-connectors
PPTX
Mule JMS Transport
PPTX
Jms topics
PPTX
How to use jms outbound endpoint
PPTX
Jms introduction
PDF
02 basics
PPTX
M messaging 1
Simple http and jms for beginners
Mulesoftconnectors
Mulesoft Basics and Connector Details
Mule connectors
Jms queues
M messaging 2
Mule jms queues
Jms queue
Connectors
Active mq read and write flow in mule
Introduction java messaging services
Mule esb-connectors
Mule JMS Transport
Jms topics
How to use jms outbound endpoint
Jms introduction
02 basics
M messaging 1
Ad

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
MIND Revenue Release Quarter 2 2025 Press Release
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Spectroscopy.pptx food analysis technology
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Cloud computing and distributed systems.
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
A Presentation on Artificial Intelligence
PDF
Machine learning based COVID-19 study performance prediction
PDF
cuic standard and advanced reporting.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
MIND Revenue Release Quarter 2 2025 Press Release
The AUB Centre for AI in Media Proposal.docx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Spectroscopy.pptx food analysis technology
gpt5_lecture_notes_comprehensive_20250812015547.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Mobile App Security Testing_ A Comprehensive Guide.pdf
Cloud computing and distributed systems.
Advanced methodologies resolving dimensionality complications for autism neur...
Digital-Transformation-Roadmap-for-Companies.pptx
Review of recent advances in non-invasive hemoglobin estimation
“AI and Expert System Decision Support & Business Intelligence Systems”
sap open course for s4hana steps from ECC to s4
A Presentation on Artificial Intelligence
Machine learning based COVID-19 study performance prediction
cuic standard and advanced reporting.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx

Rest based api with jms as backend

  • 1. Rest based API with JMS as Backend
  • 2. Modelling of the flow • Receives an HTTP request. • JMS sends the request to the queue. • You can model this application using these building blocks in Studio HTTP Connector Allows your Mule application to connect to Web resources through the HTTP or HTTPS protocol. Find this in the Connectors section of the palette. Set Payload Modifies your payload into a different message, depending on the results of the choice routing. Find this in the Transformers section of the palette. JMS JMS endpoint allows mule applications to send and receive message to queues with JMS API.
  • 4. HTTP Connector: Configure the http connector. JMS: Configure the JMS connector. We have used activemq configuration.
  • 6. • The project is completed and we can run the project to get the desired output.