Re: Artemis Core client-side threading

2016-10-04 Thread Clebert Suconic
Just like in JMS, a ClientSession (or any object used within) is supposed to belong to a thread. if you have multiple threads, use multiple sessions.. or synchronize the use. It's possible that some stuff was moved. it's hard to keep javadocs and the docs in sync when methods like these are men

Artemis Core client-side threading

2016-09-27 Thread Marko Asplund
How does the Artemis client-side threading model work, especially with regard to thread safety? Can ClientSession and ClientProducer instances be safely shared across threads? It seems like MessageHandler thread pool size can be configured via ServerLocator. I've been reading the "Thread managemen