Re: too many open files

2009-05-17 Thread Arjen van der Meijden
I saw you mention limits.conf earlier, when I tried that, it didn't work for me. But it may work better in Centos/Redhat. The easiest way to check if it did work is to execute 'ulimit -n' as the user that is starting activemq. The default 1024 will not be enough to hold your 1000 threads/socket

Re: too many open files

2009-05-17 Thread Rob Davies
Are you sure you upped the max number of fds allowable per process ? On 18 May 2009, at 01:23, DataMover wrote: After a week of fighting with it, no matter what was done, we could not get it to work. We created a simple test, creating 1000 producers sending one message to 1000 queues.

Durable Subscriber and unclean disconnection

2009-05-17 Thread lyall
I am using ActiveMQ 5.2.0 on Windows 2003 Server. Out of the box config. If a client to a topic disconnects, due to failure, or in my case, re-deployment of a BPEL process, it cannot re-connect as ActiveMQ says that it is still connected. I tried 5.3.snapshot (as at 18-May-2009) but that bought a

Re: Stomp support for implict creation of temporary destinations

2009-05-17 Thread Rob Davies
On 17 May 2009, at 19:49, mjustin wrote: Hello, I Have found that there already is a Jira entry for temporary destinations support over Stomp (https://issues.apache.org/activemq/browse/ AMQ-1008). It is not yet assigned, and given the high number of Jira entries for the coming version

Re: too many open files

2009-05-17 Thread DataMover
After a week of fighting with it, no matter what was done, we could not get it to work. We created a simple test, creating 1000 producers sending one message to 1000 queues. Each producer in its own thread. This would fail to get connections intermittently. Eventually we decided it was an operati

Re: Transaction has not been started, DLQ

2009-05-17 Thread Ruben de Gooijer
No one? I'm still having this problem... On Thu, May 7, 2009 at 5:21 PM, Ruben de Gooijer wrote: > Hi all, > > I am using activemq 5.2.0 (embedded) with locally transacted sessions. When > a message is received by a designated listener and processing the message > fails it will automatically caus

Re: Exception on Connection Destructor

2009-05-17 Thread Timothy Bish
This is an error you can safely ignore and has been resolved in the 3.0 code base. You can open a Jira issue on the problem and we will attempt to resolve at some point in the future on the 2.x branch. On Sun, 2009-05-17 at 18:37 -0500, Kenny Stone wrote: > Via the ExceptionListener. > > On Su

Re: Exception on Connection Destructor

2009-05-17 Thread Kenny Stone
Via the ExceptionListener. On Sun, May 17, 2009 at 6:05 PM, Timothy Bish wrote: > On Sun, 2009-05-17 at 04:25 -0500, Kenny Stone wrote: > > Hello, > > > > Everything is working great, except when I'm trying to cleanup my > > connections I will occasionally get this exception when the Connection

Re: Exception on Connection Destructor

2009-05-17 Thread Timothy Bish
On Sun, 2009-05-17 at 04:25 -0500, Kenny Stone wrote: > Hello, > > Everything is working great, except when I'm trying to cleanup my > connections I will occasionally get this exception when the Connection > destructor is called: > > decaf::io::SocketInputStream::read - The connection is broken >

Stomp support for implict creation of temporary destinations

2009-05-17 Thread mjustin
Hello, I Have found that there already is a Jira entry for temporary destinations support over Stomp (https://issues.apache.org/activemq/browse/AMQ-1008). It is not yet assigned, and given the high number of Jira entries for the coming version 5.3, I guess it will not be included in the coming v

Queue URI Address

2009-05-17 Thread Schumacher
Hello everybody, it's a stupid question, but: Is there a way to access a queue over JMS via a uri like "tcp://localhost:61616/MyQueue"? Sorry if this has been asked before, but my search didn't yield any result. Thanks a lot! -- View this message in context: http://www.nabble.com/Queue-URI-

ActiveMQ-CPP 2.2.6 Released

2009-05-17 Thread Timothy Bish
Hi everyone, The ActiveMQ-CPP 2.2.6 release is now official! You can download the source distribution here: This release offers several bug fixes that have been made since the 2.2.5 release, see the download page for the complete list

Re: C integration with openwire

2009-05-17 Thread Ricardo Clemente
Thanks for your answer Tim. I will use the C++ implementation. Regards, Ricardo On Fri, May 15, 2009 at 4:58 PM, Timothy Bish wrote: > On Fri, 2009-05-15 at 16:51 -0300, Ricardo Clemente wrote: >> Hi, >> >> I'm working on a module to consume all Nagios events and publish then >> to activemq ( I

Exception on Connection Destructor

2009-05-17 Thread Kenny Stone
Hello, Everything is working great, except when I'm trying to cleanup my connections I will occasionally get this exception when the Connection destructor is called: decaf::io::SocketInputStream::read - The connection is broken FILE: decaf/net/SocketInputStream.cpp, LINE: 191 FILE: decaf/

Re: C integration with openwire

2009-05-17 Thread James Casey
2009/5/15 Ricardo Clemente > Hi, > > I'm working on a module to consume all Nagios events and publish then > to activemq ( I would be glad to share this as soon as I complete it). > The module is written in C and my first idea was to use Openwire C > client. The motivation over other options as t