Thanks for the tips.

I'm also aware of Adrian suggesting "java:/JmsXA". I just can't seem to find any 
reasons.

anonymous wrote : 
  | java:/XAConnectionFactory might also work... 
I really am trying to find out if it is:
 - meant to work
 - does actually work 
 - how and when it should be used

anonymous wrote : java:/JmsXA I believe you get java:/XAConnectionFactory connections
That would mean there is a link between the files:
 - jms-ds.xml and
 - jvm-il-service.xml

jvm-il-service.xml

  | ...
  | <attribute name="ConnectionFactoryJNDIRef">java:/ConnectionFactory</attribute>
  | <attribute name="XAConnectionFactoryJNDIRef">java:/XAConnectionFactory</attribute>
  | ...
  | 

jms-ds.xml

  |   <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
  |      name="jboss.mq:service=JMSProviderLoader,name=JBossMQProvider">
  | ...
  |     <attribute name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
  |     <attribute name="TopicFactoryRef">java:/XAConnectionFactory</attribute>
  |   </mbean>
  | 

Is this how they are related?
the "<tx-connection-factory>" (in jms-ds.xml) does not seem to define what type of 
connections it is handing out?

I would be very grateful for any insights into these and the original questions. 
Should i reformulate my questions? I am still searching FAQ, Wiki, Docu....

cheers

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840096#3840096

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840096


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to