Re: Virtual Topics & Network of Brokers

2008-09-05 Thread alanmc
I don't believe the Virtual Topics feature works in 5.1.0, even with a single broker. carbon60 wrote: > > I should add that this is ActiveMQ 5.1.0, Spring 2.5.5. > -- View this message in context: http://www.nabble.com/Virtual-Topics---Network-of-Brokers-tp19294934p19342118.html Sent from t

Re: Consuming from VirtualTopic Throws Subscription Exception

2008-08-28 Thread alanmc
there has been no update there. carbon60 wrote: > > Did you ever make any progress on this issue Alan? > > A. > > > alanmc wrote: >> >> Hey Guys, >> A simple "this is a known issue we're working on" or a "We no longer >> suppor

Re: Consuming from VirtualTopic Throws Subscription Exception

2008-08-26 Thread alanmc
Hey Guys, A simple "this is a known issue we're working on" or a "We no longer support Virtual Topics" would be greatly appreciated. alanmc wrote: > > Looks like there's an open JIRA for this issue: > https://issues.apache.org/activemq/browse/AMQ-1763

Re: Consuming from VirtualTopic Throws Subscription Exception

2008-08-21 Thread alanmc
Looks like there's an open JIRA for this issue: https://issues.apache.org/activemq/browse/AMQ-1763 but that hasn't been touched since it was created. Does anyone know what's going on here? Is the Virtual Topic feature basically unusable in the 5.1.0 broker? -- View this message in context: htt

Consuming from VirtualTopic Throws Subscription Exception

2008-08-20 Thread alanmc
Hey all, I've been trying to use Virtual Topics but keep running into this problem. I have a service that broadcasts messages about its state on a VirtualTopic and I'm trying to consume those messages from another service. The setup actually seems to work initially, but after a while the broker

RE: Key CMS (ActiveMQ-CPP) Features Missing. Status?

2008-06-26 Thread alanmc
Thanks Tim, Looking over things it seems like establishing a network of brokers is orthogonal to the transport specified by the client. A client can specify one or many (a static list via "static:" or a randomized list via "failover:") brokers to connect to and the fact that that broker may be fo

Key CMS (ActiveMQ-CPP) Features Missing. Status?

2008-06-26 Thread alanmc
We are using ActiveMQ-CPP to build a massively scalable SOA and have been happy with the product so far, however CMS is missing some key features, namely Failover and Discovery. Those two features seem to be necessary for delivering production-quality components using CMS. Are those features act

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-06-26 Thread alanmc
Sorry for the long delay responding. I resolved this issue, it was a bug in our client code. A temporary queue was being cleaned up too early. rajdavies wrote: > > Are you using networks as well ? > > On 22 Apr 2008, at 04:01, alanmc wrote: > >> >> We're see

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-21 Thread alanmc
We're seeing the same behavior with 5.1.0. We're basically running the default broker configuration, with advisory support turned off. We were using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and after switching over with the exact same configuration we started seeing intermittent