The moose likes BEA/Weblogic and the fly likes MessageDrivenBean Vs. Adpapter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "MessageDrivenBean Vs. Adpapter" Watch "MessageDrivenBean Vs. Adpapter" New topic
Author

MessageDrivenBean Vs. Adpapter

rashid g
Greenhorn

Joined: Jul 20, 2001
Posts: 25
Hi All,
Currently my application is using JMS Adapter for serving the Client request.
As soon as message comes in the queue onMessage() is invoked and process the request
and finally put the response message in the queue.
I want to convert this thing to MDB (Message Driven Bean) rather than using Adapter.
Is it Performance issue using MDB than Adapter.
Can anybody share this thing who have use MDB.
Please dont write refer to BEA Doc/Sun Doc on MDB, I already gone through.
Thanks
Rashid
 
 
subject: MessageDrivenBean Vs. Adpapter
 
Threads others viewed
JMS Queue Query
JMS Queue and integration tier
How to Identify My Message Service Provider
Service Activator - MDB / stand-alone JMS listeners?
Web service implementaion using MDB for MOM
developer file tools