If you take a look at the latest distributions, you will see a conf/tx.xml which setup all the jca layers using jencks. The conf/jndi.xml can be used to create managed jms connection factories that you can later reference in your endpoints.
Cheers, Guillaume Nodet On 6/22/06, fucema <[EMAIL PROTECTED]> wrote:
Does anyone have experience using JCA for outbound messaging? I use the JCA container for processing inbound JMS messages. Is it possible or feasible for using it to send outbound JMS messages also? I referenced http://www.jencks.org/Outbound+JMS but the example was unclear. If the JCA cannot be used for outbound messages, what is the best alternative or configuration to avoid bottlenecks at the outbound JMS sender? Currently I use the PooledConnectionFactory backed by an ActiveMQConnectionFactory and I want to make sure there is not a better alternative if necessary (hypothetical). -- View this message in context: http://www.nabble.com/Using-JCA-for-outbound-to-JMS--t1827601.html#a4985510 Sent from the ServiceMix - User forum at Nabble.com.
