java ee - Asynchronous JMS Request-Reply -


what's best way implement asynchronous request reply pattern jms (preferably jms 2.0).

for example:

  1. receive request async jaxrs service
  2. send message jms queue
  3. wait reply (2)
  4. send response client (1)

i see how implement using temporary queue request. some documentation says it's not pattern posted message see if there better alternatives.

the problem see other recommended alternatives jms producers , consumers not thread safe using 1 per client more changeling.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -