.. | ||
emitLog.hs | ||
emitLogDirect.hs | ||
emitLogTopic.hs | ||
newTask.hs | ||
README.md | ||
receive.hs | ||
receiveLogs.hs | ||
receiveLogsDirect.hs | ||
receiveLogsTopic.hs | ||
send.hs | ||
worker.hs |
Haskell code for RabbitMQ tutorials
Here you can find Haskell code examples from RabbitMQ tutorials.
Requirements
To run this code you need Network.AMQP.
Code
Code examples are executed via runhaskell
:
runhaskell send.hs
runhaskell receive.hs
runhaskell newTask.hs
runhaskell worker.hs
Tutorial three: Publish/Subscribe
runhaskell receiveLogs.hs
runhaskell emitLog.hs
runhaskell receiveLogsDirect.hs
runhaskell emitLogDirect.hs
runhaskell receiveLogsTopic.hs
runhaskell emitLogTopic.hs
TBD
To learn more, see Network.AMQP.