I am currently migrating my
j2ee project to work with Websphere v6.1 .We have a messaging framework which uses asynchronous messaging using JMS (MDB's ). Could someone tell me what I need to do to migrate this code to V6.1. I came across this information
You deploy EJB 2.1 message-driven beans against JCA 1.5-compliant resources, and configure the resources as deployment descriptor properties. Although you can continue to deploy an EJB 2.0 message-driven bean against a listener port (as in WebSphere Application Server Version 5), you are recommended to deploy such beans against JCA 1.5-compliant resources and to upgrade them to be EJB 2.1 message-driven beans.
1. I was wondering if I have to change any code to be complaint with JCA API ?.
2. If I no longer can have a embedded server in my
IDE(RSA 7) , how do I go about configuring this locally ?
3. Are there any books which explains this clearly ? Could someone give me some information ?
Thanks
Jothi