Hi I am trying to use ActiveMQ's Wildcard capability with respect to subscription to the different topics. Now, I wish to implement an architecture where the producer would publish to a topic containing a number of keywords (seperated by '.'). The client would subscribe to any topic/queue containing the requested keyword. In other words rather than using a hierarchical approach we will use a 'tag' approach. For example, Producer_1 would write to A.B.C.D.E while Producer_2 would write to A.F.G.H: Then if client 1 would subscribe to >.A.> he would receive from both Producer 1 and 2...however, this feature does not appear to be working, instead, the client is subscribing to ALL topics. Is there a fix for this?
Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Wildcards-tp3709528p3709528.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.