Re: Understanding memoryLimits with flow control and systemUsage limits.

2013-06-11 Thread Christian Posta
So it looks like its working as expected. In both cases (producer flow control on or off) you won't reach your memory limits because the pending cursor is spooling to disk. So looks sane to me. On Tuesday, June 11, 2013, Jesus Roncero wrote: > Hi, > > Any extra info on this? > > Regards > > > On

Re: Why does ActivemQ not start?

2013-06-11 Thread Christian Posta
Seems your jetty.xml got corrupted? What's in the jetty.xml file in your conf/ dir of activemq distro? On Tuesday, June 11, 2013, Ben Stover wrote: > I setup a new computer with java 1.7 and ActiveMQ 5.8.0 > > When I try to start ActiveMQ by double clicking on activemq.bat it shows > the followin

Re: libstomp C message being read without me reading it

2013-06-11 Thread Sean Beck
Awesome thanks On Tue, Jun 11, 2013 at 1:05 PM, Timothy Bish wrote: > On 06/11/2013 02:53 PM, Sean Beck wrote: > >> I am using the C library libstomp to send a message to my broker. It sends >> my message, but it also dequeues my message. I don't want it to do that. >> >> I have removed my erro

Re: libstomp C message being read without me reading it

2013-06-11 Thread Timothy Bish
On 06/11/2013 02:53 PM, Sean Beck wrote: I am using the C library libstomp to send a message to my broker. It sends my message, but it also dequeues my message. I don't want it to do that. I have removed my error checking to decrease verbosity. Here is my setup for the connection: apr_status_t

libstomp C message being read without me reading it

2013-06-11 Thread Sean Beck
I am using the C library libstomp to send a message to my broker. It sends my message, but it also dequeues my message. I don't want it to do that. I have removed my error checking to decrease verbosity. Here is my setup for the connection: apr_status_t rc; rc = stomp_connect(&connection, "127.

Why does ActivemQ not start?

2013-06-11 Thread Ben Stover
I setup a new computer with java 1.7 and ActiveMQ 5.8.0 When I try to start ActiveMQ by double clicking on activemq.bat it shows the following error. Whats wrong? D:\java\JMS\ActiveMQ\v5.8.0free\bin>activemq.bat Java Runtime: Oracle Corporation 1.7.0_21 C:\Program Files (x86)\Java\jdk\v1.7.x\

Re: KahaDB corruption

2013-06-11 Thread pollotek
So your proposed fix is to remove the corrupted log file and restart the brokers? I would lose the messages in those files if I did that. These files contain messages from different queues that are handled by on the same broker (I wouldn't build a new broker master/slave pair per queue type). Mes

Re: Understanding memoryLimits with flow control and systemUsage limits.

2013-06-11 Thread Jesus Roncero
Hi, Any extra info on this? Regards On Fri, Jun 7, 2013 at 12:11 PM, Jesus Roncero wrote: > On Thu, Jun 06, 2013 at 08:34:03AM -0700, Christian Posta wrote: > > When you have producer flow control enabled, your producers should block > > when you've reached the memory limits (50mb). If you ca

Re: ActiveMQ in Karaf

2013-06-11 Thread j...@nanthrax.net
Just saw your point about transaction. Maybe we can use wrap on ActiveMQ jar as a workaround. Let me try. Regards JB -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://wwx.talend.com - Reply message - From: "Chris Geer" To: Subject: ActiveMQ in Karaf

Re: ActiveMQ in Karaf

2013-06-11 Thread j...@nanthrax.net
Hi Chris, Waiting 5.9 release, ActiveMQ 5.7.0 works fine in Karaf (including Karaf 2.3.x). Regards JB -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://wwx.talend.com - Reply message - From: "Chris Geer" To: Subject: ActiveMQ in Karaf Date: Mon, Ju