Using Apache ActiveMQ with JavaScript

Preview:

DESCRIPTION

 

Citation preview

Using Apache ActiveMQ with JavaScript

Fernando RibeiroSolution Architect

Summary

• Overview• Samples– DynJS, Rhino, Nashorn

• References

Overview

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

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

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

Recommended