This content has been marked as final.
Show 1 reply
-
1. Re: Nested topics
sebaseba Feb 7, 2002 5:52 AM (in response to ltullman)AFAIK, the JMS API does not specify hierarchical topics, so you will have to code it by hand.
If you are not too worried about performance you could create MDB's that listen to the top-level topic and automatically resend the message to lower-level topics.
Sebastian