Using Apache ActiveMQ with Go

Post on 24-Apr-2015

1.169 views 5 download

description

 

Transcript of Using Apache ActiveMQ with Go

Using Apache ActiveMQ with Go

Fernando RibeiroSolution Architect

Summary

• Overview• Samples• References

Overview

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

• 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/

• Go – http://www.golang.org/• STOMP Client – https

://github.com/jjeffery/stomp