My Oracle Support Banner

How to Implement JMS Messages and Applications to Co-Relate Request and Response Messages (Doc ID 2685183.1)

Last updated on SEPTEMBER 27, 2023

Applies to:

Oracle WebLogic Server - Version 12.2.1.4.0 and later
Information in this document applies to any platform.

Goal

A JMS client that is sending messages as requests to a jms queue from where another application will pick the request, process it and send back a response.
JMS client is part of a java microservice and can have several instances of the microservice running at any given point.
When the second application sends a response (on a JMS queue/topic), it should only be picked up by the microservice instance that made the original request.
How to achieve this by checking messages in the queue/topic and pick up only the relavent message that co-relates with the request?

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.