cawasser / bunnicula-playground

a little project to play with Bunnicula and RabbitMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bunnicula-Playground

a little project to play with Bunnicula and RabbitMQ

This project was designed for REPL-Driven Development so it is recommended you work in your editor-of-choice and use the "evaluate in REPL" functionality of that tool

Now with 100% More Protocol Buffers!

Setup

  1. install RabbitMQ on your development system
  2. Start up Editor/IDE
  3. Start a REPL
  4. Pick a clojure namespace (both do the same kind of things)
    1. Plain clojure message content
    2. Protobuf over RabbitMQ
  5. Evaluate code

Admin/Watch RabbitMQ

open your browser to:

http://localhost:15672

Using the console, be sure to set the following:

tab values to create/set
vHost /main
exchange my-exchange
queues some-queue, user-mgmt, calculate, calculate-result

Bunnicula

see also Bunnicula, asynchronous messaging with RabbitMQ for Clojure

Protobuf

see also protobuf tutorial

About

a little project to play with Bunnicula and RabbitMQ


Languages

Language:Clojure 100.0%