+ All Categories
Home > Software > Using Apache ActiveMQ with JavaScript

Using Apache ActiveMQ with JavaScript

Date post: 19-Jan-2015
Category:
Upload: fernando-ribeiro
View: 580 times
Download: 5 times
Share this document with a friend
Description:
 
Popular Tags:
12
Using Apache ActiveMQ with JavaScript Fernando Ribeiro Solution Architect
Transcript
Page 1: Using Apache ActiveMQ with JavaScript

Using Apache ActiveMQ with JavaScript

Fernando RibeiroSolution Architect

Page 2: Using Apache ActiveMQ with JavaScript

Summary

• Overview• Samples– DynJS, Rhino, Nashorn

• References

Page 3: Using Apache ActiveMQ with JavaScript

Overview

• Apache ActiveMQ provides protocol support that can be used in JavaScript

• Messaging brokers should be preferred over bridges, for example, for application integration

Page 10: Using Apache ActiveMQ with JavaScript

References

• Red Hat JBoss A-MQ – http://www.redhat.com/products/jbossenterprisemiddleware/amq/

• Apache ActiveMQ – http://activemq.apache.org/

• DynJS – http://www.dynjs.org/• Rhino – https://

developer.mozilla.org/en/docs/Rhino

Page 12: Using Apache ActiveMQ with JavaScript

Recommended