Using Apache ActiveMQ with Go

7
Using Apache ActiveMQ with Go Fernando Ribeiro Solution Architect

description

 

Transcript of Using Apache ActiveMQ with Go

Page 1: Using Apache ActiveMQ with Go

Using Apache ActiveMQ with Go

Fernando RibeiroSolution Architect

Page 2: Using Apache ActiveMQ with Go

Summary

• Overview• Samples• References

Page 3: Using Apache ActiveMQ with Go

Overview

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

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

Page 6: Using Apache ActiveMQ with Go

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

Page 7: Using Apache ActiveMQ with Go