queue size is zero but the Store percent used is 15%(of 50GB)

2014-06-17 Thread Li Li
the messages of the queue are all consumed. But the store percent is not zero. How can I free the disk space?(the messages are persistent)

ACtivemq 5.10 compatibility

2014-06-17 Thread khandelwalanuj
Hi, Previously I was using activemq 5.8 and all clients were using 5.8 and 5.5 for clients library. I am trying to upgrade my broker to activemq 5.10. Are there any compatibility issue with new version ? Will clients with Activemq 5.8 and 5.5 be able to run properly with broker running eith 5.10

ActiveMQ FailedToResolveEndpoint

2014-06-17 Thread Zaq Avila
Hi, I keep getting this error when I execute a route. The route executes fully and the results are as expected, however, this FailedToResolveEndpointException is throwing me off. Could it be a bug? I looked at the code for the exception and it points to what is supposed to be a uri however the er

Apollo - set consumer name and/or metadata

2014-06-17 Thread Octavian Covalschi
Hello, I'm trying to find a way to set consumer's name and/or some kind of metadata so that in Apollo's web ui to see it. Right now I see something like "connection: /127.0.0.1:46170" in Consumers tab for a particular queue... I need this because i have each consumer as a separate app and I want

Network of embedded brokers with MuleESB as JVM

2014-06-17 Thread Devlin
Hello, Wondering if anyone has successfully used embedded brokers in a network, possibly with MuleESB as the JVM container, (any JVM is fine too, would love to hear your experience) My questions: Do "embedded" brokers function just the same as standalone brokers? Can the JVM use VM to communicat

ActiveMQ consumer session transacted behavior

2014-06-17 Thread khandelwalanuj
Hi, ActiveMQ 5.8 I have a spring DMLC listener connected to the broker which is listening on a topic. It is using transacted session for listening. Does ActiveMQ dispatch messages to the listener synchronously or asynchronously ? (session is transacted) Thanks, Anuj -- View this message in

ActiveMQ persistence issue with SQLServer 2008

2014-06-17 Thread berdoni
Hi, I have a Servicemix 5.0 installation with ActiveMQ 5.9. The ServiceMix runs in two nodes and the ActiveMQ is configured as Master/Slave with JDBC peristence (MQ SQLServer). However, whenever I stop the Master node the queues and the messages are not available on the Slave node. I have tested t

Re: ActiveMQ out-of-order redelivery - resource adapter

2014-06-17 Thread Gary Tully
maybe try the 5.10 RAR, there were a bunch of fixes relating to transaction timeout and eager acking for 5.10 On 13 June 2014 02:40, smil2k wrote: > Hello, > > This is what I thought also, but it seems that in the RAR ActiveMQ does not > use the normal consumer. > I've set the appropriate setting

Re: How efficient are delayed messages?

2014-06-17 Thread Gary Tully
a few million is a few hundred persistent messages per second, so you will be at the mercy of the disk io storing the message for scheduling. the simple answer is to ask the computer (*your* computer with a little test) my suspicion is that you will need to partition your system across brokers/ma

Re: issue in 5.10.0

2014-06-17 Thread Gary Tully
add DEBUG level logging for org.apache.activemq.broker.jmx.ManagedRegionBroker and you will get a stack trace for the mbean registration failure. that may help diagnose On 16 June 2014 19:31, Geurt Schimmel wrote: > Hi, > > After upgrading from 5.9 to 5.10.0, it's not as stable anymore as it used

Re: Is it possible to get a list of queues on a remote broker?

2014-06-17 Thread Gary Tully
post your code or even better put it in a unit test. Then if it looks sensibe we can add it to trunk to protect your use case into the future On 16 June 2014 23:57, Kevin Burton wrote: > I finally figured it out… took a while :-P > > I can post the code if you guys are interested. > > No one real