SlideShare une entreprise Scribd logo
1  sur  53
Télécharger pour lire hors ligne
@JoshuaSWarren #MageTitansUSA
About Me
• PHP-Based Ecommerce Developer Since 1999
• Magento Developer Since 2008; Magento 2 Developer Since 2014
• Magento Master
• Founder & CEO of Creatuity Corp, Magento Enterprise Solution
Partner
@JoshuaSWarren #MageTitansUSA
Integrations
@JoshuaSWarren #MageTitansUSA
Discussing complex, data-
intensive integrations
@JoshuaSWarren #MageTitansUSA
Let’s look at the new option in
Magento 2
@JoshuaSWarren #MageTitansUSA
What is it? How do we use it?
@JoshuaSWarren #MageTitansUSA
Magento 1 Integration Options
• SOAP API
• REST API*
@JoshuaSWarren #MageTitansUSA
Magento 2 Integration Options
• SOAP API
• REST API
• Web Hooks*
• RabbitMQ*
@JoshuaSWarren #MageTitansUSA
RabbitMQ
@JoshuaSWarren #MageTitansUSA
Messaging Queue
@JoshuaSWarren #MageTitansUSA
Messages can be plaintext, process
commands or any other type of
information.
@JoshuaSWarren #MageTitansUSA
Queue is a place where messages are
held until a consumer connects and
retrieves them.
@JoshuaSWarren #MageTitansUSA
In other words…
RabbitMQ:These Go to 11
@JoshuaSWarren #MageTitansUSA
RabbitMQ consistently sorts and delivers over
one million messages per second
http://bit.ly/2c303Wy
@JoshuaSWarren #MageTitansUSA
Magento hands a message off to
RabbitMQ to be handled
asynchronously
@JoshuaSWarren #MageTitansUSA
RabbitMQ can be clustered as
you scale up
@JoshuaSWarren #MageTitansUSA
RabbitMQ decouples your Magento
code from your integrations using
messages
@JoshuaSWarren #MageTitansUSA
To harness the power of
RabbitMQ…
@JoshuaSWarren #MageTitansUSA
think
different
@JoshuaSWarren #MageTitansUSA
Bi-directional sync between an
ERP/OMS and Magento
Old Way
@JoshuaSWarren #MageTitansUSA
When an order is placed, an event is
fired and an observer handles sending
the order data to the ERP
New Way
@JoshuaSWarren #MageTitansUSA
Fire a message to RabbitMQ,
move on
@JoshuaSWarren #MageTitansUSA
MagentoFrameworkMessageQueue
PublisherInterface $publisher
$publisher->publish('creatuity.sent.oms', $this-
>orderInterface);
@JoshuaSWarren #MageTitansUSA
Topics
• ‘creatuity.sent.oms’ is the topic
• RabbitMQ can be configured to use topics to route messages to
specific queues
• Wildcard routing is possible - i.e., ‘creatuity.*’ would match all
topics that start with ‘creatuity.’
• Topics allow the consumers connected to RabbitMQ to easily grab
only the messages they need to process
@JoshuaSWarren #MageTitansUSA
Messages
• Can be an object, can be a string - can be anything you’d like
• Allows the application on either end of the integration to use their
native format
• Keep it simple
@JoshuaSWarren #MageTitansUSA
Route responses to your Magento
code via communication.xml
@JoshuaSWarren #MageTitansUSA
<config xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd">
<topic name="creatuity.sent.oms" request="MagentoSalesApiDataOrderInterface">
<handler name="creatuityoms.sent.oms.handler" type="CreatuityOmsModelOms" method="saveOmsNum" />
</topic>
<topic name="creatuity.sent.magento" request="MagentoSalesApiDataOrderInterface" >
<handler name="creatuityoms.sent.magento.handler" type="CreatuityOmsModelOms" method="saveOmsNum" />
</topic>
</config>
@JoshuaSWarren #MageTitansUSA
public function saveOmsNum(CreatuityOmsModelOms $oms)
{
$oms->setData('MagentoOrderNum', $oms->getOrderNum());
$oms->setData('OmsOrderNum', $oms->getOmsNum());
$oms->save();
}
@JoshuaSWarren #MageTitansUSA
Advantages of RabbitMQ
• RabbitMQ can route messages to specific queues for you
• Decouples your code from the API on the other side of the
integration
• There is a RabbitMQ client for every major language
• Magento developers write Magento code, ERP developers write
ERP code
@JoshuaSWarren #MageTitansUSA
Gotchas
2.0
2.1 2.2
@JoshuaSWarren #MageTitansUSA
Magento 2.0, 2.1 and 2.2 all contain
major changes to message queues
@JoshuaSWarren #MageTitansUSA
Magento Enterprise Edition Only
@JoshuaSWarren #MageTitansUSA
One more service to support in
your web stack
@JoshuaSWarren #MageTitansUSA
Magento Cloud Edition is a good
option to offset this
@JoshuaSWarren #MageTitansUSA
Homework
@JoshuaSWarren #MageTitansUSA
Go try RabbitMQ out
@JoshuaSWarren #MageTitansUSA
The key to success with
RabbitMQ & all of Magento 2…
@JoshuaSWarren #MageTitansUSA
Stop trying to apply old
patterns and techniques
@JoshuaSWarren #MageTitansUSA
Keep up with the new features
and architectural advances
@JoshuaSWarren #MageTitansUSA
RabbitMQ enables us to quickly integrate
third-party systems in a new way
@JoshuaSWarren #MageTitansUSA
We still don’t know the upper
bound of Magento 2’s scalability
@JoshuaSWarren #MageTitansUSA
Go build something awesome!

Contenu connexe

En vedette

Scarf Introduction Catalogue--SILK SHOWING
Scarf Introduction Catalogue--SILK SHOWINGScarf Introduction Catalogue--SILK SHOWING
Scarf Introduction Catalogue--SILK SHOWING
Robin Lee
 
Freight market chartpack - Oct 2016
Freight market chartpack - Oct 2016Freight market chartpack - Oct 2016
Freight market chartpack - Oct 2016
Daejin Lee
 

En vedette (14)

Life course info (aging)
Life course info (aging)Life course info (aging)
Life course info (aging)
 
Scarf Introduction Catalogue--SILK SHOWING
Scarf Introduction Catalogue--SILK SHOWINGScarf Introduction Catalogue--SILK SHOWING
Scarf Introduction Catalogue--SILK SHOWING
 
Apple & Eve Apple Juice
Apple & Eve Apple JuiceApple & Eve Apple Juice
Apple & Eve Apple Juice
 
NORMAS EN EL LABORATORIO
NORMAS EN EL LABORATORIONORMAS EN EL LABORATORIO
NORMAS EN EL LABORATORIO
 
Coca Cola Drinks
Coca Cola DrinksCoca Cola Drinks
Coca Cola Drinks
 
ประวัติส่วนตัว
ประวัติส่วนตัวประวัติส่วนตัว
ประวัติส่วนตัว
 
Freight market chartpack - Oct 2016
Freight market chartpack - Oct 2016Freight market chartpack - Oct 2016
Freight market chartpack - Oct 2016
 
Mage Titans USA 2016 - Brendan Falkowski Designing the B2B Experience
Mage Titans USA 2016 -  Brendan Falkowski Designing the B2B ExperienceMage Titans USA 2016 -  Brendan Falkowski Designing the B2B Experience
Mage Titans USA 2016 - Brendan Falkowski Designing the B2B Experience
 
Nice Dresses
Nice DressesNice Dresses
Nice Dresses
 
Thames Rush Speedboat Cruise
Thames Rush Speedboat CruiseThames Rush Speedboat Cruise
Thames Rush Speedboat Cruise
 
Information on Older Adulthood
Information on Older AdulthoodInformation on Older Adulthood
Information on Older Adulthood
 
De Cecco Spaghetti
De Cecco SpaghettiDe Cecco Spaghetti
De Cecco Spaghetti
 
Superb Clothes
Superb ClothesSuperb Clothes
Superb Clothes
 
Bulk Commodity Price Index 2016 Sample
Bulk Commodity Price Index 2016 SampleBulk Commodity Price Index 2016 Sample
Bulk Commodity Price Index 2016 Sample
 

Similaire à Mage Titans USA 2016 - Joshua Warren - Magento 2 Integrations

Assignment3 pp v3
Assignment3 pp v3Assignment3 pp v3
Assignment3 pp v3
zanmmit
 
Enterprise Messaging with RabbitMQ.pdf
Enterprise Messaging with RabbitMQ.pdfEnterprise Messaging with RabbitMQ.pdf
Enterprise Messaging with RabbitMQ.pdf
Ortus Solutions, Corp
 

Similaire à Mage Titans USA 2016 - Joshua Warren - Magento 2 Integrations (20)

Magento 2 Development for PHP Developers
Magento 2 Development for PHP DevelopersMagento 2 Development for PHP Developers
Magento 2 Development for PHP Developers
 
Creando microservicios con Java y Microprofile - Nicaragua JUG
Creando microservicios con Java y Microprofile - Nicaragua JUGCreando microservicios con Java y Microprofile - Nicaragua JUG
Creando microservicios con Java y Microprofile - Nicaragua JUG
 
Assignment3 pp v3
Assignment3 pp v3Assignment3 pp v3
Assignment3 pp v3
 
Getting Started in Web3 with MetaMask.pptx
Getting Started in Web3 with MetaMask.pptxGetting Started in Web3 with MetaMask.pptx
Getting Started in Web3 with MetaMask.pptx
 
Website Monitoring with Distributed Messages/Tasks Processing (AMQP & RabbitM...
Website Monitoring with Distributed Messages/Tasks Processing (AMQP & RabbitM...Website Monitoring with Distributed Messages/Tasks Processing (AMQP & RabbitM...
Website Monitoring with Distributed Messages/Tasks Processing (AMQP & RabbitM...
 
Jms introduction
Jms introductionJms introduction
Jms introduction
 
MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2
 
Open Data, Visualization & Usability for Online News Delivery
Open Data,  Visualization &  Usability for  Online News DeliveryOpen Data,  Visualization &  Usability for  Online News Delivery
Open Data, Visualization & Usability for Online News Delivery
 
Tag Management Systems
Tag Management SystemsTag Management Systems
Tag Management Systems
 
Birmingham JUG Lightweight Microservices with Microprofile and Raspberry PIs
Birmingham JUG Lightweight Microservices with Microprofile and Raspberry PIsBirmingham JUG Lightweight Microservices with Microprofile and Raspberry PIs
Birmingham JUG Lightweight Microservices with Microprofile and Raspberry PIs
 
Magento SEO Tips and Tricks
Magento SEO Tips and TricksMagento SEO Tips and Tricks
Magento SEO Tips and Tricks
 
Resume (1)
Resume (1)Resume (1)
Resume (1)
 
Enterprise Messaging with RabbitMQ.pdf
Enterprise Messaging with RabbitMQ.pdfEnterprise Messaging with RabbitMQ.pdf
Enterprise Messaging with RabbitMQ.pdf
 
Movable Type 5 セミナー
Movable Type 5 セミナーMovable Type 5 セミナー
Movable Type 5 セミナー
 
Learn What Ecommerce Experts Love About Magento 2
Learn What Ecommerce Experts Love About Magento 2Learn What Ecommerce Experts Love About Magento 2
Learn What Ecommerce Experts Love About Magento 2
 
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
 
Migration from Magento 1 to Magento 2, Why, When and How?
Migration from Magento 1 to Magento 2, Why, When and How?Migration from Magento 1 to Magento 2, Why, When and How?
Migration from Magento 1 to Magento 2, Why, When and How?
 
Server side programming bt0083
Server side programming bt0083Server side programming bt0083
Server side programming bt0083
 
Master Meta Data
Master Meta DataMaster Meta Data
Master Meta Data
 
Page Experience Update TMC June 2021 Patrick Stox
Page Experience Update TMC June 2021 Patrick StoxPage Experience Update TMC June 2021 Patrick Stox
Page Experience Update TMC June 2021 Patrick Stox
 

Plus de Stacey Whitney

Plus de Stacey Whitney (7)

Jason Woosley - Community Engagement 2.0 - Mage Titans Manchester 2016
Jason Woosley - Community Engagement 2.0 - Mage Titans Manchester 2016Jason Woosley - Community Engagement 2.0 - Mage Titans Manchester 2016
Jason Woosley - Community Engagement 2.0 - Mage Titans Manchester 2016
 
Mage Titans USA 2016 - Jonathan Bownds - Magento CI and Testing
Mage Titans USA 2016 - Jonathan Bownds - Magento CI and Testing Mage Titans USA 2016 - Jonathan Bownds - Magento CI and Testing
Mage Titans USA 2016 - Jonathan Bownds - Magento CI and Testing
 
Mage Titans USA 2016 - Ivan Chepurnyi - Creating Micro-Services for Magento 2...
Mage Titans USA 2016 - Ivan Chepurnyi - Creating Micro-Services for Magento 2...Mage Titans USA 2016 - Ivan Chepurnyi - Creating Micro-Services for Magento 2...
Mage Titans USA 2016 - Ivan Chepurnyi - Creating Micro-Services for Magento 2...
 
Mage Titans USA 2016 - Kimberely Thomas - Adopting Scrum and Agile for Develo...
Mage Titans USA 2016 - Kimberely Thomas - Adopting Scrum and Agile for Develo...Mage Titans USA 2016 - Kimberely Thomas - Adopting Scrum and Agile for Develo...
Mage Titans USA 2016 - Kimberely Thomas - Adopting Scrum and Agile for Develo...
 
Mage Titans USA 2016 - Mathew Beane - Edit Fully Stacked: Less OOPS, More OPS...
Mage Titans USA 2016 - Mathew Beane - Edit Fully Stacked: Less OOPS, More OPS...Mage Titans USA 2016 - Mathew Beane - Edit Fully Stacked: Less OOPS, More OPS...
Mage Titans USA 2016 - Mathew Beane - Edit Fully Stacked: Less OOPS, More OPS...
 
Mage Titans USA 2016 - Brent Peterson - Start your project with a Bourbon and...
Mage Titans USA 2016 - Brent Peterson - Start your project with a Bourbon and...Mage Titans USA 2016 - Brent Peterson - Start your project with a Bourbon and...
Mage Titans USA 2016 - Brent Peterson - Start your project with a Bourbon and...
 
Mage Titans USA 2016 - Eugene Tulika - Integrations with Magento, end to end...
Mage Titans USA 2016 - Eugene Tulika -  Integrations with Magento, end to end...Mage Titans USA 2016 - Eugene Tulika -  Integrations with Magento, end to end...
Mage Titans USA 2016 - Eugene Tulika - Integrations with Magento, end to end...
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

Mage Titans USA 2016 - Joshua Warren - Magento 2 Integrations