This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Should I cache JMS Connections with JBoss AS 7 ?jbertram Jan 4, 2013 5:48 PM (in response to mylos78)You should inject "java:/JmsXA" and then you won't have to worry about caching anything because that connection factory is pooled (i.e. it is a <pooled-connection-factory>). Check out the messaging doc for AS7 for further discussion of the different kinds of connection factories available. 
 
    