Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Processing JMS messages in sequence one after another

814248Nov 29 2010 — edited Nov 30 2010
This is my use case which I wan to implement in OSB.

1. I have a queue which will receive messages in huge numbers from a single sender.
2. I have a proxy which will read each message and process the message and send it out.

In step 1 , I want each message to be read sequentially and when step 2 finishes executing then I want to read the next message from the queue.

I need to give an acknowledgment to JMS that the message has finished processing and it can make the next message available to the proxy.

What is the best option to implement this use case ?.

Regards
This post has been answered by 687626 on Nov 29 2010
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 28 2010
Added on Nov 29 2010
4 comments
17,281 views