I am running a cluster(node 1 & node 2) with 2 Application. App A and App B.
- App A will send Messages to JMS queue Q(That will be distribute across node 1 & 2).
- App B will listen from the queue, process and Send a message back to the Q(This is also will be distributed).
So I want the App B sending message to same node where it receives.How can we achieve this ?
Code/configuration. How ?
Thanks in advance.