RE: No Space exceptions though disk no longer full

2010-10-15 Thread Pothier, Peter
On further review, this may have been fixed by the work done on https://issues.apache.org/activemq/browse/AMQ-2042 Peter P From: Pothier, Peter Sent: Friday, October 15, 2010 12:28 PM To: Pothier, Peter; 'users@activemq.apache.org' Subject: RE: No Space exceptions though disk no longer full

Network of Brokers & Durable Subscribers

2010-10-15 Thread NerdyNick
So i've been playing with ActiveMQ, getting it ready to be used in our system, and I'm trying to test a scenario where I have 3 Brokers all connected so that each other talk to one another. Example: 1 -> 2 & 3 2 -> 1 & 3 3 -> 1 & 2 I have a single topic where messages posted to it are persistent,

Re: ACTIVEMQ-CPP Compiling in Visual C 6

2010-10-15 Thread Ivan Pechorin
2010/10/15 Oscar Pernas : > Thanks ivan, but are you totally sure? I cant find any reference in the > webpage or in the readme files about it. Well, I'm quite sure, because when I tried to use ActiveMQ-C++ for the first time in June or July 2009, we used VC7.1 (2003) exclusively. I proposed small

RE: No Space exceptions though disk no longer full

2010-10-15 Thread Pothier, Peter
This works much better with ActiveMQ 5.3.1. In fact, no exceptions are seen even though the disk partition is 100% full. I assume this is because db-1.log is created as a sparse file? I also assume this better behavior is related to this fix? https://issues.apache.org/activemq/browse/AMQ-24

Re: ACTIVEMQ-CPP Compiling in Visual C 6

2010-10-15 Thread Oscar Pernas
Thanks ivan, but are you totally sure? I cant find any reference in the webpage or in the readme files about it. Thanks El 15/10/2010 14:51, "Ivan Pechorin" escribió: 2010/10/15 Oscar Pernas : > Only to know, has anyone compiled activemq-cpp in visual c 6? is supported? As far as I remember, e

Re: ACTIVEMQ-CPP Compiling in Visual C 6

2010-10-15 Thread Ivan Pechorin
2010/10/15 Oscar Pernas : > Only to know, has anyone compiled activemq-cpp in visual c 6? is supported? As far as I remember, even much newer Visual C++ 2003 (VC7.1) isn't supported. Hence VC6 is not supported too.

ACTIVEMQ-CPP Compiling in Visual C 6

2010-10-15 Thread Oscar Pernas
Only to know, has anyone compiled activemq-cpp in visual c 6? is supported? regards -- Óscar Pernas Plaza.

Re: can't get tomcat to pick up activemq.xml and store.dir!

2010-10-15 Thread mathias
One small mistake in the pasting of the config: the broker "name" is different in activemq.xml and the connectionfactory config in my post, but in my files they are using the same name! -- View this message in context: http://activemq.2283324.n4.nabble.com/can-t-get-tomcat-to-pick-up-activemq-x

can't get tomcat to pick up activemq.xml and store.dir!

2010-10-15 Thread mathias
Hi, i am trying my best to get 2 webapps to communicate over activeMQ5.4.1 JMS on Tomcat 6 on osx. GOAL: I am trying to install a "global" broker in tomcat that both webapps will use, and have a "global" activemq.xml that sets that broker up. All activeMQ processing should use that broker. PRO

Re: Multiple instances with ActiveMQ 5.4.1

2010-10-15 Thread Dejan Bosanac
Hi Phil, yes, I observed the same during the tests, hence the changes in the console project, that now supports that we pass the pid of the broker we want to stop. But in order to make it work you need to modify the activemq script as well and pass the pid when you stop the broker. Cheers -- Deja