30
Using Apache ActiveMQ with Lisp Fernando Ribeiro Solution Architect

Using Apache ActiveMQ with Lisp

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Using Apache ActiveMQ with Lisp

Using Apache ActiveMQ with Lisp

Fernando RibeiroSolution Architect

Page 2: Using Apache ActiveMQ with Lisp

Summary

• Overview• Samples– ABCL, Allegro CL, Bigloo, Clojure, GNU CLISP,

JScheme, Kawa, LFE, MIT/GNU Scheme, Racket, SISC

• References

Page 3: Using Apache ActiveMQ with Lisp

Overview

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

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

Page 26: Using Apache ActiveMQ with Lisp

References

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

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

• ABCL – http://www.abcl.org/

Page 27: Using Apache ActiveMQ with Lisp

References

• Allegro CL – http://franz.com/products/allegro-common-lisp/

• Bigloo – http://www-sop.inria.fr/mimosa/fp/Bigloo/

• Clojure – http://www.clojure.org/• GNU CLISP – http://www.clisp.org/

Page 28: Using Apache ActiveMQ with Lisp

References

• Usocket – http://www.common-lisp.net/project/usocket/

• JScheme – http://jscheme.sourceforge.net/• Kawa – https://www.gnu.org/software/kawa/• LFE – http://lfe.github.io/• MIT/GNU Scheme –

https://www.gnu.org/software/mit-scheme/

Page 29: Using Apache ActiveMQ with Lisp

References

• Racket – http://www.racket-lang.org/• Racket STOMP Client – https://

github.com/tonyg/racket-stomp• SISC – http://www.sisc-scheme.org/

Page 30: Using Apache ActiveMQ with Lisp