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

Re: jaasAuthenticationPlugin

2020-06-11 Thread Sumit Bhardwaj
Hi Domenico, I made a mistake with the role name.. It's working now correctly after I rectified it. Thanks a lot for your help! Best Sumit On Thu, Jun 11, 2020 at 1:41 PM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > Hi Sumit, > > I can't see the image, can you upload it somewh

Re: jaasAuthenticationPlugin

2020-06-11 Thread Domenico Francesco Bruscino
Hi Sumit, I can't see the image, can you upload it somewhere and share the link? Regards, Domenico Il giorno gio 11 giu 2020 alle ore 09:38 Sumit Bhardwaj < sumit.bhard...@gmail.com> ha scritto: > Yes I already added that jar, but maybe I am missing something. Its > showing me following when I

Re: jaasAuthenticationPlugin

2020-06-11 Thread Sumit Bhardwaj
Yes I already added that jar, but maybe I am missing something. Its showing me following when I login to http://localhost:8161/ Any pointer for this? Best Sumit [image: image.png] On Thu, Jun 11, 2020 at 1:04 PM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > Hi Sumit, > > it wi

Re: jaasAuthenticationPlugin

2020-06-11 Thread Domenico Francesco Bruscino
Hi Sumit, it will work with encrypted password as well but you need to add the artifact org.eclipse.jetty:jetty-jaas:jar to the `apache-activemq/lib/web/" folder, ie https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jaas/9.4.27.v20200227/jetty-jaas-9.4.27.v20200227.jar Regards, Domenico Il

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