Message not forwarded on to remote

2009-05-25 Thread DataMover
We have one main server and many satelite embedded brokers connected to it. Sometimes we get may of these messages. DemandForwardingBridge - Message not forwarded on to remote, because message came from remote Everthing seems to work but we would like to know what this is refering to. -

Re: too many open files

2009-05-25 Thread DataMover
Good news is that we have a solution that works. We are using Ubuntu Jaunty as the server and the above mentioned tweaks work imediately. We have abandoned Centos for now. -- View this message in context: http://www.nabble.com/too-many-open-files-tp23473539p23702699.html Sent from the Active

Re: Large number of queues (HowTo)

2009-05-23 Thread DataMover
Any chance we can get a hold of your test code. 1. If I can test against a known configuration that is known to work I can find what I'm doing wrong faster 2. I see that most most posts about working setups are NOT Centos, in fact I have seen two posts that use Ubuntu successfully. Am I to change

Re: too many open files

2009-05-18 Thread DataMover
like "su activemq -c > '/some/path/bin/activemq'". > > Best regards, > > Arjen > > On 18-5-2009 7:17 Rob Davies wrote: >> Are you sure you upped the max number of fds allowable per process ? >> >> >> On 18 May 2009, at 01:23, DataMo

Re: too many open files

2009-05-17 Thread DataMover
e just changes that should > disable or enlarge some of the limitations I was running in to. > > And as you could see from the issue-report, I used a different JAVA_OPTS > to allow for some larger heap and such. > > Best regards, > > Arjen > > On 11-5-2009 9:29,

Re: too many open files

2009-05-11 Thread DataMover
re maxing out your > broker system on some other resource than file pointers, my guess is the > single machine should be able to handle them. > > Best regards, > > Arjen > > On 10-5-2009 22:03 DataMover wrote: >> I have seems several posts on this but I have no

Re: too many open files

2009-05-11 Thread DataMover
_HOME=/usr/java/jdk1.6.0_06 export JAVA_HOME=/usr/java/jdk1.6.0_06 /opt/activemq/apache-activemq-5.2.0/bin/activemq-admin start & DataMover wrote: > > Version is 5.2 > > I will check on the ram allocated to queues. > We only use queues. > Some need to be persistence a few d

Re: too many open files

2009-05-10 Thread DataMover
. Thank you for your responses rajdavies wrote: > > > On 10 May 2009, at 21:03, DataMover wrote: > >> >> I have seems several posts on this but I have not been able to solve >> our >> situation. >> >> We have 30 clients (producers) working w

too many open files

2009-05-10 Thread DataMover
I have seems several posts on this but I have not been able to solve our situation. We have 30 clients (producers) working with one activemq server. All worked amazingly well. Then we tried a test with around 250 clients. That would get many transport errors. Increasing the file limits on the o

Message Data Recovery or Restore Method

2009-05-10 Thread DataMover
Sometimes I have noticed that when using the default storage method, when restarting Activemq it will not come up because of some journal coruption. Is there a way to rebuild or purge the data? -- View this message in context: http://www.nabble.com/Message-Data-Recovery-or-Restore-Method-tp23473

Need help to store and forward and persist

2007-10-31 Thread DataMover
I produce a message from an embedded broker that forwards to a standalone broker. A consumer consumes from the standalone broker. Producer >>>embededbroker >>store and forwared >>standalone broker >>durable consumer It is using a queue, not a topic. Persistence i