Hi I'm newbie to JBoss
I'm using JBoss AS 5.1
I'm trying to get the JMS connection factory with the following code but it returns null
<code>
Context ctx=new InitialContext();
ConnectionFactory connectionFactory = (ConnectionFactory) ctx.lookup("java:/JmsXA")
</code>
Please I need help, I can not solve this problem