Re: multiple producers into topic, 1 producer leaves, all consumers die...

2007-10-29 Thread C55427
I figured it out. When I reworked the example, I still had the "SHUTDOWN" logic in it from the example. Doh! C55427 wrote: > > I can ask the question very succinctly: I want my consumers to live > forever and not care about the comings and goings of producers. When

Re: multiple producers into topic, 1 producer leaves, all consumers die...

2007-10-26 Thread C55427
I can ask the question very succinctly: I want my consumers to live forever and not care about the comings and goings of producers. When I use the example programs, my consumer dies when the producer quits.:confused: -- View this message in context: http://www.nabble.com/multiple-producers-in

multiple producers into topic, 1 producer leaves, all consumers die...

2007-10-26 Thread C55427
We have a simple many producers making messages and sending them into 1 topic for many consumers to consume them. All consumers must get all messages entered. I got example code to work good, but one problem. When one producer quits, all the consumers quit receiving messages. I even removed all