4 Replies Latest reply on Jun 9, 2009 2:29 PM by pchandler

    Hierarchical Topics Question

    pchandler

      I have a topic hierarchy say:

              Level1.Leve2.Level3

       

      I would like to subscribe (receive) to all the messages sent to Level2s or Level3s topics (i.e., all message below Level1)

       

      I tried topic subscribers:

           Level1.*     // I only get Level2 messages. Will not receive Level3 messages.

           Level1..   // I only get Level3 messages. Will not receive Level2 messages.

       

      Any Ideas?

       

      Thanks advance,

       

      Peter.