Using Apache ActiveMQ with Tcl

10
Using Apache ActiveMQ with Tcl Fernando Ribeiro Solution Architect

description

 

Transcript of Using Apache ActiveMQ with Tcl

Page 1: Using Apache ActiveMQ with Tcl

Using Apache ActiveMQ with Tcl

Fernando RibeiroSolution Architect

Page 2: Using Apache ActiveMQ with Tcl

Summary

• Overview• Samples– Tcl/Tk, Tcl/Java

• References

Page 3: Using Apache ActiveMQ with Tcl

Overview

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

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

Page 8: Using Apache ActiveMQ with Tcl

References

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

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

• Tcl/Tk – http://www.tcl.tk/• Tcl/Java – http://

sourceforge.net/projects/tcljava

Page 9: Using Apache ActiveMQ with Tcl

References

• Tcl/Tk STOMP Client – https://github.com/siemens/tstomp

Page 10: Using Apache ActiveMQ with Tcl