31.2. Source and Target Connection Factories

The source and target connection factory factories are used to create the connection factory that creates the connection for the source or target server.
Example 31.1, “jms-bridge-jboss-beans.xml Sample Config” uses the default implementation provided by HornetQ, which looks up the connection factory using JNDI. For other JMS providers, a different implementation may be required. To do so, implement the org.hornetq.jms.bridge.ConnectionFactoryFactory interface.