Re: Build problem

2012-03-21 Thread Chris Robison
Looks like it works now. On Wed, Mar 21, 2012 at 1:00 PM, Hiram Chirino wrote: > I've just committed a fix for that. Could you update and try again? > > On Wed, Mar 21, 2012 at 2:10 PM, Chris Robison >wrote: > > > I just got the latest source from the AMQ repo and a recent change to a > > maven

Re: Build problem

2012-03-21 Thread Hiram Chirino
I've just committed a fix for that. Could you update and try again? On Wed, Mar 21, 2012 at 2:10 PM, Chris Robison wrote: > I just got the latest source from the AMQ repo and a recent change to a > maven dependency is causing a build problem. The fusemq-leveldb-version got > changed from 1.0 to 9

Build problem

2012-03-21 Thread Chris Robison
I just got the latest source from the AMQ repo and a recent change to a maven dependency is causing a build problem. The fusemq-leveldb-version got changed from 1.0 to 99-master-SHAPSHOT and maven can't seem to find that dependency. Is there a new maven repo that contains this dependency? Thanks,

Re: reading several messages in one transaction

2012-03-21 Thread Martin C.
Hi, yes, this is possible. Best regards, Martin On Tue, Mar 20, 2012 at 7:27 PM, yilativs wrote: > Hello, > > Is it possible to reads several messages from queue/topic in ONE XA > transaction, > write the messages to an other source (database) in same XA transaction, > remove all messages from

Re: Logging in embedded broker

2012-03-21 Thread Dejan Bosanac
ActiveMQ uses SLF4J (usually with LOG4J in combination). So you don't need any xml for that, but usually log4j.properties is required. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://w

Re: Embedded Broker / AJAXServlet / Jetty

2012-03-21 Thread Dejan Bosanac
That's not possible as most browsers enforce "same origin policy" ( http://en.wikipedia.org/wiki/Same_origin_policy) so you can't connect to remote hosts from your ajax scripts (the same is with web sockets as well). The cleanest workaround for that would be to have some kind of ajax servlet on tha

Re: 10 seconds wait time for kahadb lock

2012-03-21 Thread Dejan Bosanac
Thanks for closing the loop! Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Action: http://www.manning.com/snyder/ On Wed, Mar 21, 2012 at 8:49 AM, Pv

Re: durable consumers and broker failure

2012-03-21 Thread Gary Tully
AMQ-3353 will be in 5.6 and the test is currently part of the nightly suite. There is still some work to complete before 5.6 is ready: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+AMQ+AND+fixVersion+%3D+%225.6.0%22+AND+status+%3D+Open+ORDER+BY+priority+

Re: Problem pure nothing slave-master

2012-03-21 Thread Oscar Pernas
Hi all, Sorry for being impatient but in documentation there is only one parameter to change in slave and I dont know if there is any trick to make it runs. When I send a message to the master broker, in the slave broker I could see: DEBUG | Transport failed: org.apache.activemq.transport.Transp

stop ML

2012-03-21 Thread Nishizawa Kenji
To remove your address from the list, send a message to: not mail stop

Re: 10 seconds wait time for kahadb lock

2012-03-21 Thread Pvbouwel
To be clear for other people wanting to change the wait time for kahadb lock: dejanb his answer was 100 % correct. I had a typo in my configuration file. If you want to change the time-out just change persistenceAdapter in your activemq.xml to look like: The value of databaseLockedWaitDelay is