Using Apache ActiveMQ with Python

10
Using Apache ActiveMQ with Python Fernando Ribeiro Solution Architect

description

 

Transcript of Using Apache ActiveMQ with Python

Page 1: Using Apache ActiveMQ with Python

Using Apache ActiveMQ with Python

Fernando RibeiroSolution Architect

Page 2: Using Apache ActiveMQ with Python

Summary

• Overview• Samples– Python, Jython

• References

Page 3: Using Apache ActiveMQ with Python

Overview

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

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

Page 8: Using Apache ActiveMQ with Python

References

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

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

• Python – http://www.python.org/• Python STOMP Client –

https://github.com/jasonrbriggs/stomp.py/

Page 9: Using Apache ActiveMQ with Python

References

• Jython – http://www.jython.org/

Page 10: Using Apache ActiveMQ with Python