Re: Rebalance clients not working in 5.9.0

2015-01-23 Thread shanmugam
Attached file activemq.xml -- View this message in context: http://activemq.2283324.n4.nabble.com/Rebalance-clients-not-working-in-5-9-0-tp4690318p4690367.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

[HEADS-UP] ActiveMQ 5.10.0 download links on the website are out-of-date

2015-01-23 Thread artnaseef
The ActiveMQ 5.10.0 download links on the website are currently out-of-date. The correction has been submitted and I expect them to be available on the website within 24 hours. In the interim, here are the links -- including the signatures; use from here with caution though - this is an open foru

Re: Consumer queues of virtual topic and the web console

2015-01-23 Thread krishy
I made the virtual topic selectorAware and the problem went away. All messages are received by the consumer without much delays. I was able to reproduce this only with queues as well. That is the messages were sent to and consumed from a queue based on a selector. After a while the consumer seemed

Re: Flood of topics and unconsumed messages after enable advisory message

2015-01-23 Thread Tim Bain
Topics only store messages for offline durable subscribers (or online subscribers that can't keep up), so if you don't have any of those, then you're not storing any messages for them. Although I can't say for sure without seeing your broker, I'd bet that the unconsumed messages are just getting t

Move/migration ActiveMQ 5.5.0 from Linux host to Windows host

2015-01-23 Thread jroelens
Hey, I'm rather new to the ActiveMQ software and I'm trying to figure out how we can move an existing ActiveMQ 5.5.0 installation to a windows based host. Don't ask why... The existing server(s) is a Suse Linux Enterprise Server 11 with HA on top and we are using an informix database. We would

Flood of topics and unconsumed messages after enable advisory message

2015-01-23 Thread moorsel
We enabled advisory support on our ActiveMQs as we wanted to have support for dynamic network broker topologies (Advisory messages are required for dynamic network broker topologies as NetworkConnectors subscribe to advisory messages). Now we see many advisory topics and in these topics many uncons

Re: Rebalance clients not working in 5.9.0

2015-01-23 Thread Tim Bain
I think you forgot to attach the config files. On Jan 22, 2015 10:43 PM, "shanmugam" wrote: > > Two brokers networked. > Transport connectors configured on both with: > *rebalanceClusterClients="true" updateClusterClients="true" > updateClusterClientsOnRemove="true"* > > network connector propert

Re: Stats for Virtual Topic

2015-01-23 Thread Tim Bain
Sure, that's true. Or if you're doing this in code, you could parse the XML of your broker config file to determine that info and output it when you log the destination. But I think this would be a useful addition to the JMX MBean attributes; why don't you submit an enhancement request? If you'r

activemq inside servicemix : change broker-name

2015-01-23 Thread SylvainMougenot
Hello, I can't figure out how to change broker-name when using activemq inside servicemix. I changed broker-name in the file etc/org.apache.activemq.server-default.cfg (to 'local-broker'). But I've an error because org.apache.servicemix.activemq.service is trying to use default broker name 'amq-br