This content has been marked as final.
Show 1 reply
-
1. Re: How can I specify a message destination reference as my MDB destination?
controlfreak123 Aug 24, 2010 11:23 AM (in response to khalk)I know this post is old but afaik @ActivationConfigProperty(propertyName="destination", propertyValue="queue/MyQueue") is going to try and lookup queue/MyQueue through jndi. If you have a message destination reference that binds queue/MyQueue to a jndi name then it will indeed find it.