Commit Graph

1177 Commits

Author SHA1 Message Date
Dan Buch
4c78d5d148 Switching scala implementation to use env var for amqp uri 2012-11-17 08:16:21 -05:00
Dan Buch
148cf7ef95 Updating Go impl to use amqp uri from env 2012-11-17 08:10:11 -05:00
Dan Buch
13d3d28fe3 Setting up some shared environment stuff
while working through administrative concepts.
2012-11-17 07:50:35 -05:00
Dan Buch
23b4162455 Ignoring a few rabbitmq artifacts 2012-11-17 07:33:49 -05:00
Dan Buch
2e7de65c2d Switching to Ruby-style methods and setters 2012-11-16 22:24:01 -05:00
Dan Buch
ef2c0337c6 Filling in the consumer side of the JRuby implementation 2012-11-16 21:15:29 -05:00
Dan Buch
43be53a224 Starting implementation of RabbitMQ in Action Ch. 02 exercises in JRuby 2012-11-16 20:25:44 -05:00
Dan Buch
4b81b14358 Stubbing in jruby version
mostly to get used to jruby, I suppose, but I need to know how to use
the official rabbitmq java client in this context, too.
2012-11-16 19:38:13 -05:00
Dan Buch
2ef0c8207a Running the producer via maven (via bash) 2012-11-15 23:14:13 -05:00
Dan Buch
04c57cc71f Getting rid of a silly else block 2012-11-15 23:06:06 -05:00
Dan Buch
dc1d9d5b0c Commenting out dependency that doesn't apppear to exist anymore 2012-11-15 23:03:42 -05:00
Dan Buch
b5e86d9b41 Attempting to build with maven instead... 2012-11-15 22:58:39 -05:00
Dan Buch
420a979b98 Implementing the consumer side of the chapter 2 exercise 2012-11-15 20:13:46 -05:00
Dan Buch
4be2593056 Adding back the package statement
now that I have the vim syntax checker working better
2012-11-15 20:13:11 -05:00
Dan Buch
b8a0654107 Getting bytes of string more elegantly 2012-11-15 08:10:39 -05:00
Dan Buch
374c5e03fa That's better. Cleaning up is clean. 2012-11-15 07:52:32 -05:00
Dan Buch
dda8e8cb85 Declaring queue properly, but now it would appear we're blocking... 2012-11-15 07:51:08 -05:00
Dan Buch
ce29df17cb Renaming for clarity 2012-11-15 07:50:46 -05:00
Dan Buch
217fe20307 Kinda starting to implement the hello world producer 2012-11-15 07:44:27 -05:00
Dan Buch
a1c85158f0 Updating project name, adding sbt-assembly and rabbitmq goodness 2012-11-15 07:43:38 -05:00
Dan Buch
76e84ec472 Ignoring another build artifact 2012-11-15 07:43:23 -05:00
Dan Buch
c4b9bc99b8 Adding the sbt-assembly plugin 2012-11-15 07:43:10 -05:00
Dan Buch
f800f221fd Stubbing in some garbage for Scala version of RabbitMQ in Action ch 02 examples 2012-11-15 00:23:36 -05:00
Dan Buch
3fed0c2e4e Implementing the producer side and breaking out common topology bits 2012-11-15 00:05:44 -05:00
Dan Buch
46933f0611 Much better like that, yap 2012-11-14 23:47:08 -05:00
Dan Buch
f1c4f20058 Almost kinda there... 2012-11-14 22:27:46 -05:00
Dan Buch
1991c87ba9 Starting work on go version of chapter 2 examples 2012-11-14 21:16:00 -05:00
Dan Buch
18a9674ec2 Working through the confirmation example
albeit with code that works rather than what came with the book.  Hmm...
2012-11-14 20:37:37 -05:00
Dan Buch
26ec865dd7 Pulling out channel setup into common bits
as was suggested in book.
2012-11-14 18:03:45 -05:00
Dan Buch
1120412e45 Namespacing work by implementation language
which just might be a horrible idea, but it was feeling cluttered at
just two languages and I'm about to add a third...
2012-11-14 17:56:40 -05:00
Dan Buch
7155d76a11 Filling in consumer side 2012-11-14 07:52:32 -05:00
Dan Buch
061c84f554 Filling in the RabbitMQ in Action Chapter 2 hello world producer 2012-11-14 07:43:11 -05:00
Dan Buch
8ac1ef7da5 Stubbing in some python bits
mostly so that I can work cleanly in a virtualenv.
2012-11-14 07:42:32 -05:00
Dan Buch
9f9a905f00 Showing conn uri before attempting to connect 2012-11-12 19:48:22 -05:00
Dan Buch
03d3b542a2 Using go get to fetch deps. 2012-11-12 19:06:33 -05:00
Dan Buch
17032016c3 Using app-specific vhost
now that I'm learning more about vhosts.
2012-11-12 19:05:29 -05:00
Dan Buch
50efb4df6a Just using go get to fetch deps. 2012-11-12 19:05:13 -05:00
Dan Buch
2b21608871 Pointing at correct (renamed) dir 2012-11-11 09:44:55 -05:00
Dan Buch
a0991a7653 Renaming dir for clarity
since it's really not specific to the book...
2012-11-11 09:43:25 -05:00
Dan Buch
2cb4181460 Renaming dumb little executable for clarity
plus I think I'll be using the `sylvilagus` package for library bits.
2012-11-11 09:42:18 -05:00
Dan Buch
f56f2868a4 Setting env vars to make local root worky good 2012-11-11 08:42:55 -05:00
Dan Buch
c715ac39e0 Saving my tracks while working through the RabbitMQ In Action book 2012-11-11 08:23:12 -05:00
Dan Buch
06fde72193 Not formatting during build
and instead using the in-buffer :Fmt command.
2012-11-11 08:15:14 -05:00
Dan Buch
36ea5c9213 Properly cleaning 2012-11-10 21:24:16 -05:00
Dan Buch
7a626b6a36 TRIVIAL go fmt 2012-11-10 20:41:27 -05:00
Dan Buch
d0fbe716d9 Messing around with I/O streams and regexes 2012-11-10 20:27:23 -05:00
Dan Buch
1ab8d7d42c Moving bulk of amqp play crap into separate lib
in prep for changing the things, introducing more code.
2012-11-10 18:47:32 -05:00
Dan Buch
d24efe640b Moving into a valid package name 2012-11-10 18:38:06 -05:00
Dan Buch
13057264f1 Ignoring deps 2012-11-10 13:41:45 -05:00
Dan Buch
447c40aebd TRIVIAL go fmt 2012-11-10 13:41:33 -05:00