View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821379#3821379
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821379 hI, Thanks for replying. Actually i don't require JMS to support transaction. But I need OTHER connection management features SUCH AS CONNECTION POOLING. in the jms-ds.xml file, there are following codes: < tx-connection-factory> < jndi-name>JmsXA< /jndi-name> < xa-transaction/ > < adapter-display-name>JMS Adapter< /adapter-display-name> < config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Topic< /config-property> < security-domain-and-application>JmsXARealm< /security-domain-and-application> < /tx-connection-factory> If i just remove the "< xa-transaction/ >", does this mean the connection is still managed properly and without transaction feature. Or I just need to set the JNDI in jboss.xml file to be one of value set in the uil2-service.xml file? (I mean there is no need to use jms-ds.xml file). Thanks yang ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
