Hi,I use this configuration - http://goopen.org/confluence/display/ACTIVEMQ/JMS+and+JDBC+operations+in+one+transaction I see that on every transaction separate connection to AMQ for sending message is opened and closed at the end of transaction. Is it possible to reuse one connection to AMQ for sending messages or use already established connection for consuming messages which is not closed at the and of transaction?
-- Thanks, Eugene Prokopiev
