Re: Wire format negotiation timeout: peer did not send his wire format.

2011-09-20 Thread Jim Gomes
Great! Glad it worked. Thanks for letting me know. -- This is the Droid you're looking for. On Sep 19, 2011 3:59 PM, "zcduthie" wrote: > I've left it running for a week and everything seems to be working fine. > What a silly mistake! > > Thanks very much! > > -- > View this messag

Shared Database Master/Slave config throws JMSException when aborting Master

2011-09-20 Thread Klaus.Unger
Hello, I have a scenario (Spring, ActiveMQ, PostgreSQL) where we want to configure our messaging to provide automatic failover and no additional interaction on bringing a failed master back online (like in pure-shared-nothing master/slave). as mentioned in ActiveMQ in action I just started multip

Re: Slow delivery of messages between 8KB and 23KB

2011-09-20 Thread rpack78
I read about those items and checked out my configuration. I don't have anything in there that should cause this. here's the section that defines the flow control:

Re: Failover reconnection questions

2011-09-20 Thread RickSnz
Thanks for your help. Unfortunately, TRACE level doesnt show anything relevant. However, i've been trying different things and it seems this problem happens only after the first 10 seconds of the consumer's activity. I mean, if i make all the process i explained really fast (i never did before my f

Re: Failover reconnection questions

2011-09-20 Thread RickSnz
Thanks for your help. Unfortunately, TRACE level doesnt show anything relevant. However, i've been trying different things and it seems this problem happens only after the first 10 seconds of the consumer's activity. I mean, if i make all the process i explained really fast (i never did before my f

Re: Transactional Producer - Messages after exception during commit

2011-09-20 Thread Gary Tully
It depends on whether the broker got the commit message or not. If it did not, then the transaction rolls back on the broker when it sees the the disconnect. If you are using failover, the client will report an exception. It sees a missing reply but can't know the outcome so it must alert the clie

Reply:Re: Are there some conflicts when dependency between activemq5.5 and slf4j?

2011-09-20 Thread SuoNayi
Amq5.5 is not compatible with logback 0.9.9. It works well after using logback 0.9.15. At 2011-09-20 17:17:02,"Dejan Bosanac" wrote: >Try using slf4j 1.6 and higher > >Regards >-- >Dejan Bosanac - http://twitter.com/dejanb >- >The experts in open source integration and messagi

Re: Random persistent messages lost

2011-09-20 Thread Torsten Mielke
There was no producer, broker or connection crash while the msg was in transit? The msg does not have an expiration time? Are you certain that no consumer has got the msg already? You could turn on full logging inside the broker, it will log each msgs being received. Might not be suitable for a

Re: Slow delivery of messages between 8KB and 23KB

2011-09-20 Thread Gary Tully
sounds like you may have a memory limit configured. Can you post your xml configuration or read about broker limits and flow control and message cursors. On 19 September 2011 20:42, rpack78 wrote: > I am bench marking ActiveMQ using Perl and Stomp+NIO.  I have setup 3 queues > and 4 topics, and a

Re: Failover reconnection questions

2011-09-20 Thread Gary Tully
you will get more information with TRACE level logging for FailoverTransport There are a bunch of retry config options but the default is to continue to retry for ever. If you want to see what it does/can do, the source is at: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java

Failover reconnection questions

2011-09-20 Thread RickSnz
Hello, I've just started using Activemq so please excuse me if this has been already answered. I'm using failover with two brokers, host1 and host2, and this connection uri: failover:(tcp://host1:61617,tcp://host2:61617) So the consumer randomly connects to one of the brokers. When i stop tha

Random persistent messages lost

2011-09-20 Thread Alistair Young
Is there anything that might cause a message to go missing? A producer sends a persistent message to a topic but now and then, although no error is returned from the broker, the message just disappears. It's not logged in the data store and it's as if it never reached the broker but that would h

Re: Are there some conflicts when dependency between activemq5.5 and slf4j?

2011-09-20 Thread Dejan Bosanac
Try using slf4j 1.6 and higher Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net 2011/9/20 SuoNayi > Hi all ,ar