Re: Broker not releasing memory

2008-11-27 Thread Will van der Leij
We see similar behaviour in a slightly different setup so I'd like to elaborate a bit in the hope of finding out if this is either intended behaviour or a memory leak. Essentially, with a single or multiple producers and a single or multiple consumers on a single topic: - We send messages faster

Re: Why an embedded broker can be unavailable?

2008-11-27 Thread David Borja
The version of activemq is 4.1.2 ... Thanx. On Thu, Nov 27, 2008 at 8:24 AM, David Borja <[EMAIL PROTECTED]> wrote: > Hi Rob ... > > Yes .. the broker is started ... > > This is the activemq config file (activemq-spring.xml): > _ > > > http://www.spr

Sometimes Recovering Durable Subscribers fail

2008-11-27 Thread Carlos Quiroz
Hi I'm using the latest AMQ, 5.2 RC2 and we use durable subscribers quite a bit since our clients go offline often and we want to deliver messages when they return. Messages are thus set as persistent and with a TTL of 1 week I have noticed that more or less 50% of the time when I restart Active

Re: reading activemq.xml from another activemq.xml

2008-11-27 Thread gimel
thanks a lot, it's working :-) thanks for the assistance ... Dejan Bosanac-3 wrote: > > In case of windows ${ACTIVEMQ_HOME} is actually %ACTIVEMQ_HOME% but if > you plan to put your XML file in the conf/ folder you can just use > > xbean:conf/activemq2.xml > > As for the service question, ye

Re: reading activemq.xml from another activemq.xml

2008-11-27 Thread Dejan Bosanac
In case of windows ${ACTIVEMQ_HOME} is actually %ACTIVEMQ_HOME% but if you plan to put your XML file in the conf/ folder you can just use xbean:conf/activemq2.xml As for the service question, yes you are right, just add wrapper.app.parameter.3=xbean:conf/activemq2.xml to your bin/win32/wrapper.

Re: Why an embedded broker can be unavailable?

2008-11-27 Thread David Borja
Hi Rob ... Yes .. the broker is started ... This is the activemq config file (activemq-spring.xml): _ http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.org/config/1.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance";

Re: how can i configure a high available pure Master/Slaver cluster?

2008-11-27 Thread Rob Davies
see http://activemq.apache.org/masterslave.html for more info The master and slaves are brokers in their own right - and can be located on the same or different machines If you click on the different variations of master/slave you'll get to the configuration pages cheers, Rob On 27 Nov 2

Re: Why an embedded broker can be unavailable?

2008-11-27 Thread Rob Davies
so you've started the broker? On 26 Nov 2008, at 17:22, David Borja wrote: Hi activemq users .. I'm having a problem with an embedded broker inside mule. For some reason the broker is getting down and an exception is thrown: ERROR 2008-11-25 09:46:26,826 [ActiveMQ Transport Server: tcp:// lo

Re: reading activemq.xml from another activemq.xml

2008-11-27 Thread gimel
thanks, but i still can't manage to do so : i tried to add something like - xbean:/${ACTIVEMQ_HOME}/conf/activemq2.xml to the command, and got : java.net.URISyntaxException: Illegal character in path at index 8: xbean:/${ACTIVEMQ_HOME}/conf/activemq2.xml beside, i need to add it to the service, s

Re: No clientID specified for connection disconnect request

2008-11-27 Thread k_rain
Thanks, where to mention this property vm://localhost?create=false&async=false i mean which configuration file is it broker-config.xml? or to use following the code, ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory("vm://localhost?create=false"); i go this error An error oc

Re: reading activemq.xml from another activemq.xml

2008-11-27 Thread Dejan Bosanac
Hi, just run your ActiveMQ with an additional parameter representing URL of the config file, like ${ACTIVEMQ_HOME}/bin/activemq xbean:/path/to/your/activemq.xml Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/s

reading activemq.xml from another activemq.xml

2008-11-27 Thread gimel
Hi, I'd like to be able to have my activemq.xml outside of the conf folder. i think that i didn't see a way to ask it be called from somewhere else. if there is a way to include/import my external xml from the internal, will be great as well... regards -- View this message in context: http://w