Posted: Tue Jul 29, 2008 11:23 am Post subject: How to get the message from MDB to web tier
Newbie
Joined: 27 Jun 2008 Posts: 9
Hi,
My project environment includes websphere mq, OC4j 10.1.3 and MDB.
Using JCA, connection between OC4j and mq series is in place, and can able to retrieve the messages from my in bound queue.
But i am not sure how to pass those messages back to my web tier. I browsed and found session bean can be used for this. But not sure how it will work out.
Here is my understanding of the above discussed approach. Correct me if i am wrong and also do send me any useful link.
MDB
inside onMessage()
1. get the message from the queue
2. look up a session bean
3. Pass the message to the bean method
[here is my doubt if i am doing the look up and calling the same method from servlet will i get the message?]
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum