[muscle] pattern for subscribe messages

When I send a subscribe message with subscription pattern * (star), I 
get messages that match only the top level.  Right now, I need to do:

        *
        */*
        */*/*
        */*/*/*

etc.

How can I say "all messages with any pattern"?

Also, what if I want to say:

        */*/xyz/*

without having to specify:

        */*/xyz/*
        */*/xyz/*/*
        */*/xyz/*/*/*

etc.

Will I need to modify the server?

Wilson


Other related posts: