How to setup JMS adapter to connect to Jboss JMS

I want to use JMS adapter to connect to JBOSS JMS(3.2 or 4.0),but unfortunately it does not work.Here is my connection profile:

 Transaction Type:No transaction
 JNDI Initial Context Factory:org.jnp.interfaces.NamingContextFactory
 JNDI Provider URL:jnp://localhost:1099 (localhost:1099 does not work neither)
 JNDI Other Properties:java.naming.rmi.security.manager=yes;java.naming.factory.url.pkgs=org.jboss.naming
  QueueConnectionFactory JNDI Name:ConnectionFactory

  I have put the following files under ISpath\lib\jars
      jbossall-client.jar
      log4j.jar
      j2ee.jar
      jms.jar

  My java program can connect to Jboss JMS correctly,why JMS adapter can not?
  Any advice will be appreciated
      wmjms.zip

This is the error message while enable the adapter

[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Jamie:JbossCon.
[ART.118.5063] Adapter Runtime (Connection): Unable to start connection Jamie:JbossCon: after 1 attempt(s).
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.680.911] Exception Looking up JNDI Entry “ConnectionFactory”.
null

Hi Jamie,

this seems to be a configuration issue on your JBoss Server Side.

JMS Adapter cannot lookup the ConnectionFactory in the JBoss JNDI Store.

Can you please provide us your IS and JMS Adapter Versions and installed Fixes for them so we can try to puzzle it out if there might be some Fixes missing.

Normally the JARs for Adapters are placed under IS_ROOT/packages//code/jars unless they need to be used by 2 or more packages.

Regards,
Holger

Could you please advice me where to look for the jboss jndi store.

Even i am facing similar problems