Fork me on GitHub
#immutant
<
2020-02-03
favila14:02:41

Immutant is currently unmaintained, see this and the following days in the slack log: https://clojurians-log.clojureverse.org/immutant/2019-06-17

favila14:02:19

If you’re just looking for an undertow wrapper immutant-web is still fine, although https://github.com/metosin/pohjavirta is catching up

rlander18:02:16

I looked around for messaque queue libraries and couldn't find anything that has half the features that immutant.messaging has. Most are half-baked, abandoned or both.

rlander18:02:19

How about extracting the messaging part from immutant into a separate library? @tcrawley would you be ok with that?

tcrawley18:02:01

I would be totally fine with anyone extracting any part of immutant for other use :)

rlander18:02:04

Cool. I really like hornetq, it covers all my needs. Even Datomic still uses it. I was thinking about adding support for ActiveMQ Arthemis.

rlander18:02:58

@tcrawley btw, excellent work on Immutant. I've spent a few hours reading the messaging source and it's very easy to follow and understand.

tcrawley19:02:39

@rlander Thanks! It was a lot of fun to work on and sometimes I miss doing so.