Re: ActiveMQ 5.8: Failed to execute purge task

2013-02-19 Thread iamactivemquser
Where is this fix going to be included: in the next release, in the trunk of the repository, ...? It´s to know more or less the time is going to last. We need to decide about doing the upgrade to 5.8 or continue with the old version. Thanks. > ok, that makes sense, thanks for the follow up. this

AMQ 5.8 JMS Bridge to 1.0.2 problem

2013-02-19 Thread lkankowski
Hello, I just testing new version ActiveMQ 5.8 and I found that JMS Bridge to SeeBeyond JMS stopped working (worked on 5.7). This is JMS 1.0.2 and I must connect to this legacy JMS. I defined bridge on a topic and subscribe to it - whenever new message appear in SeeBeyond JMS I get following erro

Queue browser hasMoreElements blocks on empty

2013-02-19 Thread Oleg Dulin
I need queue browser hasMoreElements method to return true/false and not wait for messages to show up on the queue. Is there any way to accomplish that ? -- Regards, Oleg Dulin NYC Java Big Data Engineer http://www.olegdulin.com/

Re: Apollo and server redundancy

2013-02-19 Thread Hiram Chirino
Hi Robert, For both ActiveMQ and Apollo, you should handle HA by using a message store that sits on top a replicated file system or database. There's lots of ways to do this and they vary in complexity and price. For the cheap and cheerful option, I'd recommend you look into drdb [1] or glusterf

Apollo and server redundancy

2013-02-19 Thread Robert Borkowski
Hello, We are currently using ActiveMQ in production, in master/slave configuration. Does Apollo support any form of multi-server redundancy? I can't find any mention of it in the documentation. Any thought of going beyond what Activemq does for redundancy? Ideally we'd like to be able to have an

Active MQ and JBOSS Message stuck in queue after restart

2013-02-19 Thread Nitesh
Hi I am using JBoss 7.1.1 Final with ActiveMQ 5.7.0 I am using same datasource in my ear and activemq.rar with JDBC persistance. When my server crash I see some messages in queues database tables On restart of server most of them get recovered but few get stuck in queue and are not recovered even

Re: ActiveMQ 5.8: Failed to execute purge task

2013-02-19 Thread iamactivemquser
thanks for your quick answer. I´ve already created the JIRA ticket: https://issues.apache.org/jira/browse/AMQ-4333 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-8-Failed-to-execute-purge-task-tp4663610p4663697.html Sent from the ActiveMQ - User mailing list a

Re: ActiveMQ 5.8: Failed to execute purge task

2013-02-19 Thread Gary Tully
ok, that makes sense, thanks for the follow up. this is a regression. can you raise a jira to track this and we will try and resolve asap. On 19 February 2013 08:09, iamactivemquser wrote: > I downloaded the ActiveMQ distro from the website > (http://activemq.apache.org/activemq-580-release.htm

Re: ActiveMQ Standalone JVM Parameters

2013-02-19 Thread Thomas Wendzinski
Ok, got it; I created a config file by: ./bin/activemq setup /etc/default/activemq There I put a line ACTIVEMQ_OPTS_MEMORY="-Xms500m -Xmx500m" Works fine. Regards Tom Am 19.02.2013 11:33, schrieb tom: Hello, I just tried to find out how I can set JVM parameters (like xmx) when executing st

ActiveMQ Standalone JVM Parameters

2013-02-19 Thread tom
Hello, I just tried to find out how I can set JVM parameters (like xmx) when executing standalone activeMq, like $./bin/activemq I couldn't find anything using google, the activeMq homepage or by reading the activemq.xml config file. Propably it is so easy right in front of me and I just can

Re: ActiveMQ 5.8: Failed to execute purge task

2013-02-19 Thread iamactivemquser
I downloaded the ActiveMQ distro from the website (http://activemq.apache.org/activemq-580-release.html). With then "clean" ActiveMQ (without any queues), i can purge without any problem. But when i deploy my Camel application in the normal way (then ActiveMQ has now the queues of my application),