Question

I am struggling with a problem and yet to resolve it. In Oracle WebLogic OSB I have a bunch of proxy services. Let's say each of them should pass a parameter to a jms queue with unique identifier so I will be able to aggregate several messages together on the server side in Java. What I do not know is how to pass this unique header between proxises so it doesn't get lost. Will you guys help me out here? Thank you so much in advance.

Was it helpful?

Solution

You can use the GroupId to aggregate messages belonging to a group. This link talks about grouping messages in IBM MQ. There must be something similar in WebLogic too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top