Posted By:
Alexandre_Martins
Posted On:
Friday, April 2, 2004 12:43 PM
Hello, i have a problem. In my Message driven Bean, i have the following tag for JBoss: @jboss:destination-jndi-name="nplex.jms.queue" indicating the message consumer. And the following for Weblogic, getting the same thing: @weblogic.message-driven destination-jndi-name="nplex.jms.queue" I'm creating a template that should get the value of those tags. And i did the following for JBoss: But i don't know how to get the value for Weblogic. I tried the following options, but didin't work. " "
More>>
Hello,
i have a problem.
In my Message driven Bean, i have the following tag for JBoss:
@jboss:destination-jndi-name="nplex.jms.queue"
indicating the message consumer. And the following for Weblogic, getting the same thing:
@weblogic.message-driven
destination-jndi-name="nplex.jms.queue"
I'm creating a template that should get the value of those tags. And i did the following for JBoss:
But i don't know how to get the value for Weblogic.
I tried the following options, but didin't work.
"
"
"
"
"
"
Anyone can help me, please...
Thanks.
Alexandre Martins.