Re: Selectors with virtual topics in broker networks

2017-12-07 Thread Tim Bain
The name is a little misleading, but it doesn't do what you're afraid it will. A better name would be replayToRemoteBrokerWithAtLeastOneConsumerWhenNoLocalConsumers. But most people don't like long names, so instead it's the ambiguous replayWhenNoConsumers. Messages are still forwarded only on dem

Re: Selectors with virtual topics in broker networks

2017-12-07 Thread Devlin
Hi Tim, Different hosts. We used conditionalNetworkBridgeFilterFactory in the past, but removed it months ago thinking it was causing a different issue, turned out to be false, so we are considering enabling it again. What I don't like about this filter is that it only kicks in on broker startup

Re: Selectors with virtual topics in broker networks

2017-12-06 Thread Tim Bain
Which hosts are the producer and consumer on? Could this be the problem described at the bottom of http://activemq.apache.org/how-do-i-use-durable-subscribers-in-a-network-of-brokers.html ? On Dec 4, 2017 8:56 AM, "Devlin" wrote: > 5.11.0 > > Trying to validate if our current setup is configured

Selectors with virtual topics in broker networks

2017-12-04 Thread Devlin
5.11.0 Trying to validate if our current setup is configured properly for virtual topics with message selectors in a broker network. Based on preliminary observations, virtual topics appear to works as expected; producers send on topics, consumers receive on queues, regardless of where they reside