BrokerFactoryBean and ConnectionFactory

2007-04-30 Thread uma_rk
I don't understand a basic element of ActiveMQ: how does the connection factory reference the broker factory bean? The examples I have seen define a broker factory bean B and a connection factory F with a depends-on (Spring) dependency of F on B. Since the connection factory must be obtaining a

Re: BrokerFactoryBean and ConnectionFactory

2007-04-30 Thread James Strachan
On 5/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I don't understand a basic element of ActiveMQ: how does the connection factory reference the broker factory bean? It doesn't. The ConnectionFactory is designed to communicate with a usually remote broker The examples I have seen define

Re: BrokerFactoryBean and ConnectionFactory

2007-04-30 Thread uma_rk
Thanks for the explanation. On a related note, could you pl explain if I can use a BrokerService or a BrokerFactoryBean in my Spring configuration without the xbean stuff? I am running into the Unrecognized xbean element mapping error due to the reference to http://activemq.org/config/1.0 and