Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1365

Alpakka JMS dispatcher

$
0
0

According to JMS specs ( Java Message Service(TM) 1.0.2 API Specification: Interface Session ):
“Once a connection has been started, any session with a registered message listener(s) is dedicated to the thread of control that delivers messages to it. It is erroneous for client code to use this session or any of its constituent objects from another thread of control. The only exception to this is the use of the session or connection close method.”

Does it implicate that I should use PinnedDispatcher for JMS processing with Alpakka?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1365

Trending Articles