users@glassfish.java.net

MDB on glassfish

From: <glassfish_at_javadesktop.org>
Date: Fri, 19 Dec 2008 11:15:57 PST

Hi,

I have MDB that is deployed on weblogic.

i wanted to convert weblogic MDB to glassfish MDB...

Please help me out to integrate it as weblogic have different properties and attribuites..

ie.. in my weblogic MDB..the following properties is set..

@MessageDriven( maxBeansInFreePool = "1",
        initialBeansInFreePool = "1",
        defaultTransaction = MessageDriven.DefaultTransaction.NOT_SUPPORTED,
        ejbName = "BillHistoryMsgBean",
        destinationJndiName = "HSActionsTopic",
        destinationType = "javax.jms.Topic",
        durable = Constants.Bool.TRUE,
        //durableSubscriptionDeletion = Constants.Bool.TRUE,
        transactionType = MessageDriven.MessageDrivenTransactionType.CONTAINER,
        acknowledgeMode = MessageDriven.AcknowledgeMode.AUTO_ACKNOWLEDGE,
        jmsClientId = "LIS_DEV_BillHistoryMsgBean"
        
        )

@MessageDestination(
        name = "HSActionsTopic",
        destinationJndiName = "HSActionsTopic",
        providerUrl = "t3://xx.xx.xx.xxxx:8034"
        )

@ForeignJmsProvider(
        connectionFactoryJndiName = "ChartsConnectionFactory",
        providerUrl = "t3://xx.xx.xx.xxxx:8034"
        )

@EnvEntry( name="XCA_FILES_PATH", type = "java.lang.String", value = ".\\xcafiles")



Please suggest.


Thanks
BS
[Message sent by forum member 'bharas' (bharas)]

http://forums.java.net/jive/thread.jspa?messageID=322700