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
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
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