Re: What is the relation between broker and connectionfactory

2007-07-23 Thread James Strachan
See these FAQ entries and the linked entries inside them... http://cwiki.apache.org/ACTIVEMQ/what-are-administered-objects.html http://cwiki.apache.org/ACTIVEMQ/how-does-connectionfactory-relate-to-the-broker.html On 7/23/07, Jiang <[EMAIL PROTECTED]> wrote: Jiang wrote: > > From JMS Spec,

Re: What is the relation between broker and connectionfactory

2007-07-23 Thread ttmdev
Hi Jiang, Any reason why you're not using JNDI to configure and access destinations and connection cactories? I'm thinking it would be best to avoid referencing AMQ-specific objects (e.g., ActiveMQConnectionFactory) and let JNDI render the connection factories and destinations for you. It would m

Re: What is the relation between broker and connectionfactory

2007-07-23 Thread Jiang
Jiang wrote: > > From JMS Spec, ConnectionFactory and Destination are the objects that > administrator can admin. In activemq destination can be created through > JMX(I have tried). But I don't understand ConnectionFactory very clearly , > in activemq , ConnectionFactory is created through con