Commit Graph

3 Commits

Author SHA1 Message Date
Erik Stevenson
3b6a5e908c Update haskell examples.
- Add support for running examples easily with `stack`.
- Fix calls made to `threadDelay` that were using milliseconds intead of
  nanoseconds.
- amqp-0.9 added a Bool parameter to the `qos` that was causing worker.hs
  to not compile.
- Removed almost all use of String in favor of Lazy ByteString.
2016-12-16 13:39:18 -05:00
Michael Klishin
dd9c5561aa Enable manual acknowledgement mode 2013-10-08 22:30:43 +04:00
Michael Klishin
031e2a446d Port 2nd tutorial to Haskell (initial version)
It has a problem with the consumer not printing
any output until there are messages in the
queue by the time it is started.
2013-10-06 22:54:12 +04:00