RE: [BULK] Re: Network of brokers

2007-11-18 Thread Paul Boyes
Thanks for the response. I greatly appreciate it. This is one of the main issues we are having as well. In addition, we are seeing duplicate messages in some cases when brokers are reestablished. This feature is extremely important to us as well. Thanks, Paul Steven Dalton-2 wrote: >

Re: Networked brokers and durable bridges

2007-11-18 Thread Paul Boyes
Did you ever figure out what is going on? I am experiencing this as well. Thanks, Paul Bidimus wrote: > > I'm working with a configuration of three networked brokers each with a > bridge to the other two. The purpose is to provide redundancy as well as > load balancing. > > It works as exp

RE: [BULK] Re: Network of brokers

2007-11-18 Thread Steven Dalton
I've also tried to a get a network of brokers running using activemq 4.1.1. The messages send and receive fine until I start taking down and bringing back up the brokers. The connections between the brokers are not re-established. I have been watching this list for a while and have noticed a

Re: Network of brokers

2007-11-18 Thread Paul Boyes
I too am very interested in finding some case studies or at least experiences that other folks have recently had with Network of Brokers config/use. If this works, it would suit our needs well. However, I have been having various problems with it. Thanks, Paul LikeEvents wrote: > > Can som

ActiveMQ Sending Performance

2007-11-18 Thread andriy_heikal
Hi Guys, I'm newbie on ActiveMQ. I've been trying to develop JMS using ActiveMQ. I create 2 file first as sender : package tutorial.jms; import java.util.Date; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.JMSException; import javax.jms.MessageProducer; impor

Network of brokers

2007-11-18 Thread LikeEvents
Can someone point me to a case study of having a cluster of brokers. I want to put lets say a set of brokers in a cluster in one data center and similarly in others. How does persistence work in ActiveMQ 5.0, can you have durable messaging without a database in the backend. (Through replication.)

Message Producer and the Unique ID

2007-11-18 Thread Matthew Wong
Hello All, my existing webapp works in the following way: 1. client send a request to my webapp 2. my webapp insert the request to a PostgreSQL table, get the sequence.nextval(), as an request ID 3. my webapp response the client with the request ID the client wil