We're trying to channel all advisory events generated from a standalone
broker to a queue, but nothing is ever forwarded to the queue. This appears
to only work when the composite topic does NOT use * or >, is this by
design?

   <virtualDestinationInterceptor>
        <virtualDestinations>         
             
            <compositeTopic name="ActiveMQ.Advisory>" forwardOnly="false">
                        <forwardTo>
                                <queue physicalName="admin.events.all" />
                        </forwardTo>
            </compositeTopic>
        
        </virtualDestinations>
    </virtualDestinationInterceptor>

Is this 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Wildcards-in-composite-destinations-not-working-tp4727353.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to