Re: Understanding Active MQ

2008-05-23 Thread ttmdev
See the following http://activemq.apache.org/how-do-i-create-new-destinations.html http://activemq.apache.org/configure-startup-destinations.html Joe Swampcritter wrote: > > Ok cool, so then I can use a single instance of the Active MQ as a master > and then just use clients to access the b

Re: Understanding Active MQ

2008-05-23 Thread Swampcritter
Ok cool, so then I can use a single instance of the Active MQ as a master and then just use clients to access the broker. Okay, quick question. How do I setup queues for the remote clients to access the broker? I found the conf/activemq.xml file for connectors, but I cannot find any place to put

Re: Understanding Active MQ

2008-05-23 Thread ttmdev
With ActiveMQ, clients and brokers are not required to reside on the same machine/site. So the answer to your last questions is, yes. The point A and B clients can exchange messages via the remote central broker. Joe Get a free ActiveMQ user guide at www.ttmsolutions.com Swampcritter wrote: