Re: Conduit subscriptions when using Network of brokers and Camel topic subscriptions

2016-08-16 Thread buc
The use of virtual topics makes my unit test pass. Every consumer gets exactly one copy of the message. That makes sense and that's what I'm after. I'd still be interested on an explanation of the issue I described though. -- View this message in context: http://activemq.2283324.n4.nabble.com/C

Re: conduit subscriptions vs full duplex on network connections

2011-01-11 Thread adam
Issue created: https://issues.apache.org/jira/browse/AMQ-3129 -- View this message in context: http://activemq.2283324.n4.nabble.com/conduit-subscriptions-vs-full-duplex-on-network-connections-tp3208138p3209598.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: conduit subscriptions vs full duplex on network connections

2011-01-11 Thread Gary Tully
The single duplex network connector per broker on a transport connectors is a side effect of https://issues.apache.org/jira/browse/AMQ-2774 - an unintended restriction I think. That needs to be redressed, using the networkConnector name along with the brokerId or using just the networkconnector nam

Re: conduit subscriptions

2009-08-17 Thread Rob Davies
On 11 Aug 2009, at 17:14, > wrote: Hey, We use both topics and queues alongside selectors, ActiveMQ 5.2, and we were intending to go live using a network of brokers and the clients using the failover: protocol. Unfortunately, due to how conduit subscriptions work we will start with a s

Re: conduit subscriptions

2009-08-14 Thread Gary Tully
along with virtual topics, consider adding two network connectors, one that matches topics, the other that matches queues. In this way you can have your required configuration for the conduit variable Also, consider a move to a 5.3-SNAPSHOT, where selectors are propagated (with conduit subs off) h

RE: conduit subscriptions

2009-08-12 Thread Mats.Henrikson
> What about using virtual topics instead of topics? This way, all your > consumers consume from queues. Hmm, interesting. I hadn't looked into VirtualTopics before, it would depend on how they work under the hood I guess. I'll have to experiment with them a bit. Thanks for the suggestion! Mats

Re: conduit subscriptions

2009-08-11 Thread Joe Fernandez
What about using virtual topics instead of topics? This way, all your consumers consume from queues. Joe http://www.ttmsolutions.com MatsH wrote: > > Hey, > > We use both topics and queues alongside selectors, ActiveMQ 5.2, and we > were intending to go live using a network of brokers and the