Re: consuming artemis with a reactive stream

2020-06-11 Thread Matthieu Baechler
Hi Howard, Thank you for your answer. On Fri, 2020-06-12 at 10:47 +0800, Howard Gao wrote: > If I understand it right, you are using concurrent consumers that > share the > session. The session is not thread safe. > You should use one consumer per session. We are aware of that, we built the reac

Re: consuming artemis with a reactive stream

2020-06-11 Thread Howard Gao
If I understand it right, you are using concurrent consumers that share the session. The session is not thread safe. You should use one consumer per session. Howard On Thu, Jun 11, 2020 at 3:14 PM Matthieu Baechler wrote: > Hi folks, > > I work on Apache James, the JVM mail server, for some yea

consuming artemis with a reactive stream

2020-06-11 Thread Matthieu Baechler
Hi folks, I work on Apache James, the JVM mail server, for some years. We implemented our Mail Queue using ActiveMQ a long time ago. The code is not really nice and the performances are not great (if you are curious you can look at it here https://github.com/apache/james-project/tree/master/ser