immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
2020-02-03T08:32:40.004100Z

for immutant or http-kit? ๐Ÿ™‚

favila 2020-02-03T14:46:41.004400Z

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

favila 2020-02-03T14:49:19.005600Z

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

rlander 2020-02-03T18:45:31.005800Z

immutant

rlander 2020-02-03T18:47:16.007400Z

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.

rlander 2020-02-03T18:48:19.008Z

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

2020-02-03T18:49:01.008600Z

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

rlander 2020-02-03T18:50:04.009600Z

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

2020-02-03T18:50:56.009900Z

You may find this helpful then: https://github.com/projectodd/wunderboss-artemis

1๐Ÿ‘
rlander 2020-02-03T18:55:58.011700Z

@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.

2020-02-03T19:18:39.012200Z

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