Browsing all kind of forums and official JBoss document, we still cannot find answes 
for certain questions. Please help.

1. jms-ds.xml

The JMS provider is configured as 

  
    DefaultJMSProvider
    
      org.jboss.jms.jndi.JBossMQProvider
    
    java:/XAConnectionFactory
    java:/XAConnectionFactory
  

The question is what's the purpose of attribute 
name="QueueFactoryRef">java:/XAConnectionFactory ?

2. Transacted JMS

It's said that by using java:/JmsXA, we'll have transacted JMS. The question is which 
IL is being used by the connection pool refered by java:/JmsXA


3. Pooled connections

We have an application which sends messages within session beans to MDBs. Whenever we 
want to send a message, we have to go thru open connection, ..., send, ..., close 
connection. Is there a way to use pooled connections. The reason is that seems 
constantly open/close connection is causing JMS hang (after certain (large) number of 
messages).

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to