using apache activemq with javascript

12
Using Apache ActiveMQ with JavaScript Fernando Ribeiro Solution Architect

Upload: fernando-ribeiro

Post on 19-Jan-2015

583 views

Category:

Software


5 download

DESCRIPTION

 

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