Posted By:
vinod_sasidharan
Posted On:
Monday, March 20, 2006 06:22 AM
As per j2ee jms spec , certain methods like setclient id , createdurablesubscrition is not possible in web and ejb container and they give jmsillegalstate Exception .
My requirement is to have a Subscriber app which registers a subscription so that these subscriptions are Durable and the messages stay in the Q untill the application becomes active .
Is it impossible when using WAS ?
How do i have a durable subscription registration using JMS on WAS 6.0 ?
pLEASE DO GUIDE