Alexander Petitjean wrote:
I am confused - because JBoss Messaging is (as far as i know) also embedded via JCA and also bound to global JNDI and - I can successfully lookup the JBoss Messaging ConnectionFactory from a client outside !!! Why does it work - is this bug a feature ? ;-)
Thx so far !
This is an FAQ.
The JCA ConnectionFactorys are pools for local use bound in the java:/ namespace which is not accesible remotely.
JBoss Messaging provides a different ConnectionFactory for remote client usage.
For what ActiveMQ provides, you'll need to ask them.
Whatever it is, it needs to be bound in the global namespace, not java:/