RE: Help with embedded brokers

2008-05-01 Thread Joe Fernandez
tp://activemq.apache.org/peer-transport-reference.html Joe -Original Message- From: matt hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 2:26 PM To: users@activemq.apache.org Subject: Re: Help with embedded brokers Thanks, Joe. Looks like taking out the "duplex=true", w

Re: Help with embedded brokers

2008-05-01 Thread matt hoffman
to:[EMAIL PROTECTED] > Sent: Thursday, May 01, 2008 1:50 PM > To: users@activemq.apache.org > Subject: Re: Help with embedded brokers > > Ok, I gave that a shot. I set the broker name to a randomly-generated > UUID > (which has implications for durable subscriptions and data reco

RE: Help with embedded brokers

2008-05-01 Thread Joe Fernandez
You can't have both brokers connect to each other with duplex connections. Joe -Original Message- From: matt hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 1:50 PM To: users@activemq.apache.org Subject: Re: Help with embedded brokers Ok, I gave that a shot.

RE: Help with embedded brokers

2008-05-01 Thread Joe Fernandez
ions.com for a free ActiveMQ user guide -Original Message- From: matt hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 11:30 AM To: users@activemq.apache.org Subject: Help with embedded brokers I'm having a lot of trouble getting embedded brokers to work as they should.

Re: Help with embedded brokers

2008-05-01 Thread matt hoffman
Ok, I gave that a shot. I set the broker name to a randomly-generated UUID (which has implications for durable subscriptions and data recovery should a broker go down, I imagine, but it's for the sake of testing). I still got errors, so I set the network connector name to the same value. It mad

Re: Help with embedded brokers

2008-05-01 Thread Dejan Bosanac
Hi, you can try specifying different name for every broker. It should help. Regards -- Dejan Bosanac www.scriptinginjava.net On Thu, May 1, 2008 at 5:29 PM, matt hoffman <[EMAIL PROTECTED]> wrote: > I'm having a lot of trouble getting embedded brokers to work as they > should. I'm using them i

Help with embedded brokers

2008-05-01 Thread matt hoffman
I'm having a lot of trouble getting embedded brokers to work as they should. I'm using them in my case mainly to ease configuration -- I want to be able to run several instances of the same code and have them discover each other and communicate, without needing a single server already running. T