Re: python library?

2012-04-07 Thread Darren Govoni
To be honest, I tried all those python libraries as well, but activemq gets into hung states for various reasons so I had to abandon it. I saw situations where sometimes clients stop receiving messages for no reason. They need restart, etc. I think its because activemq is a stateful

Re: Client consumer exception and disconnection

2012-04-07 Thread Timothy Bish
On Sat, 2012-04-07 at 11:56 -0600, Chris Robison wrote: I'm running into an interesting issue. I have a client connecting to an activemq server, trying to consume messages and reply to a temporary destination set. The ActiveMQ server debug is showing the following: 2012-04-07 13:20:25,708 |

Re: Client consumer exception and disconnection

2012-04-07 Thread Chris Robison
I'm assuming you mean set it on the connection factory. I've tried that, but no go. The only way I've found to recover from this is to delete the KahaDB on the activemq server and restart all services. On Sat, Apr 7, 2012 at 11:59 AM, Timothy Bish tabish...@gmail.com wrote: On Sat, 2012-04-07

ActiveMQ on two (or more) servers, automatic failover

2012-04-07 Thread Thanny
I will soon be replicating everything running on one web server to another, and using a pair of LVS machines to perform automatic failover. ActiveMQ is being used to handle order completion messages, which end up going out through web services, e-mail, and even just writing files to a network

Re: Client consumer exception and disconnection

2012-04-07 Thread Chris Robison
Is the .NET client library reconnect itself so is that something I have to catch and do? On Sat, Apr 7, 2012 at 12:37 PM, Chris Robison chrisdrobi...@gmail.comwrote: I'm assuming you mean set it on the connection factory. I've tried that, but no go. The only way I've found to recover from this

Re: Client consumer exception and disconnection

2012-04-07 Thread Chris Robison
Sorry, that was really badly written. Is the .NET client library supposed to be able to reconnect itself with the ActiveMQ broker or is that something I have to catch and do myself? On Sat, Apr 7, 2012 at 1:00 PM, Chris Robison chrisdrobi...@gmail.comwrote: Is the .NET client library reconnect

Re: Client consumer exception and disconnection

2012-04-07 Thread Timothy Bish
On Sat, 2012-04-07 at 13:01 -0600, Chris Robison wrote: Sorry, that was really badly written. Is the .NET client library supposed to be able to reconnect itself with the ActiveMQ broker or is that something I have to catch and do myself? in order to have the client handle connection errors