Re: JMS Pub/Sub using Different Streams

2003-08-21 Thread Christopher Frank
Jay, >>>My problem is how does the JMS, Pub/Sub classes tell the >>>broker what stream it wants its subscription on. I run the >>>show broker command, and I see the new stream, but my JMS >>>test program is registered for the topic in question on >>>the default stream. I don't see anything in th

JMS Pub/Sub using Different Streams

2003-08-21 Thread Jay H. Lang
I have a system currently using the Pub/Sub SupportPac broker. we send approx 12 million msg/day to the broker. My subscribers are using JMS, Pub/Sub to get the data for their topics. I now have the need to create different "STREAMS" for the broker to use to get better thoughput. I have written