java - Remote XA JMS Connection -
java - Remote XA JMS Connection -
is possible provide , lookup connection factories transactional on jboss 7? standard "remoteconnectionfactory" doesn't seem transactional (xa) , don't know how create xa or how define sort of xaremoteconnectionfactory can utilize remote client.
i tried adding <xa>true</xa> element (which works in hornetq configuration illegal in jboss config file) , tried create <pooled-connection-factory> "java:/jmsxa" (but wasn't able in context right name exporting).
java jboss jms xa
Comments
Post a Comment