I overcome this problem with this piece of code:
@Resource(name = "jms/ConnectionFactory")
private static ConnectionFactory connectionFactory;
@Resource(name = "Queue")
private static Queue queue;
@Resource(name = "Topic")
private static Topic topic;
I just wonder why for connection factory i can use reference name but for
Queue/Topic not?
Is this a bug in Geronimo?
regards and thank you for your help
Marek
--
View this message in context:
http://www.nabble.com/App-Client-with-JMS-support-does-not-start-tp23906705s134p23932958.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.