Re: Issues with Network of Brokers and Message Selectors

2009-06-09 Thread rotgier
Hi, I've tested your code on 5.3-SNAPSHOT (downloaded a minute ago - timestamp "Fri Jun 05 21:12:49 GMT+00:00 2009") and the results are: - when conduits are off the Brokers stats are as follows: before recv: 100, 0, 0, 0, 100 100, 0, 0, 0, 100 after recv: 100, 100, 100

Re: Issues with Network of Brokers and Message Selectors

2009-04-30 Thread Elliot Barlas
I should add that I am using AMQ core version 5.2.0, so I am not benefiting from recent bug fixes regarding this issue such as the one mentioned above. Elliot Barlas wrote: > > I have tried that as you can see from the attached code. It still does > not work. > > > Dejan Bosanac wrote: >>

Re: Issues with Network of Brokers and Message Selectors

2009-04-30 Thread Elliot Barlas
I have tried that as you can see from the attached code. It still does not work. Dejan Bosanac wrote: > > Hi Elliot, > > you have to turn off conduit subscriptions in order to have selectors work > over the network. Take a look at this link for more details > > http://activemq.apache.org/n

Re: Issues with Network of Brokers and Message Selectors

2009-04-30 Thread Dejan Bosanac
Hi Elliot, you have to turn off conduit subscriptions in order to have selectors work over the network. Take a look at this link for more details http://activemq.apache.org/networks-of-brokers.html#NetworksofBrokers-WhentouseandnotuseConduitsubscriptions Cheers -- Dejan Bosanac Open Source Inte

Re: Issues with Network of Brokers and Message Selectors

2009-04-29 Thread Giovani Seben
Elliot, This looks very similar to an issue fixed a couple of months ago. Check out: http://fusesource.com/issues/browse/MB-438 or alternatively for AMQ: https://issues.apache.org/activemq/browse/AMQ-2104 HTH, -Giovani On Wed, Apr 29, 2009 at 1:21 PM, Elliot Barlas wrote: > > I have been experi