I am using JBoss 4.2.3. I see that JBoss provides a default connection factory 'JmsXA'.
It also provides two jndi names for remote access 'ConnectionFactory' and 'XAConnectionFactory'.
My requirement is to create my own ConnectionFactory and do the lookup of that connection factory
remotely. I am not able to do that.