Problem solved.
I had an import statement wrong and the NetBeans import utility did not work as it should
I had to use: import javax.jms.*;
instead of :import java util.Queue;
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183073#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...