Re: Problem with Master/Slave, how to configure it? (I'm using Servicemix)

2008-03-05 Thread Jorge S.
I'm using version 4.1.1. rajdavies wrote: > > > On 5 Mar 2008, at 12:54, Jorge S. wrote: > >> >> Hello everyone >> >> I'm trying to test a servicemix cluster with ActiveMQ in Master/ >> Slave mode. >> Master starts correctly but when Slave starts, I've continuously got >> the >> same erro

Help with activemq, stomp, php and blob

2008-03-05 Thread Suprie Leonhart
Hi I'm trying to upload file to activemq queue, but it always failed -- Send.php -- connect(); $data = file_get_contents($_FILES['file_to_upload']['tmp_name'],false,NULL,0,fileSize($_FILES['file_to_upload']['tmp_name'])); $msgHeader = array (); echo "SENDING Mes

Not all consumers receiving the message

2008-03-05 Thread jaya_srini
Hi I am new to ActiveMQ and I am hoping someone can help me troubleshoot the behaviour I am seeing. I have ActiveMq 5.0 standalone broker running on my machine. One the same machine I also have a Tomcat Service that creates a durable subscriber (say Consumer 1) and is listening for any messages

Re: NMS updates?

2008-03-05 Thread Mark.Kranz
Ah, thanks for the pointer - I was looking at the links off the bottom of the index page ( http://activemq.apache.org/nms/index.html here ). cheers -Mark semog wrote: > > Hi Mark, > > I don't know about the Spring libraries, but the Apache NMS project is > definitely being developed. I hav

Retroactive consumer not working...

2008-03-05 Thread Andrew
My broker is not feeding my consumer the messages from the retroactive queue when the consumer connects. The producer puts in a 10 min (60ms) TTL so I would think when my consumer reconnects it should receive the last 10 mins of msgs. Otherwise things appear fine, new msgs are received, etc..

Re: ActiveMQ performance deteriorates over time

2008-03-05 Thread immunojeff
Some additional information regarding this issue: 1. We applied a steady, constant load to a test ActiveMQ cluster and maintained the configuration mentioned in the original post. 2. We allowed the test setup to run for an extended period of time - we saw no degradation in performance during this

Re: Problem with Master/Slave, how to configure it? (I'm using Servicemix)

2008-03-05 Thread Rob Davies
On 5 Mar 2008, at 12:54, Jorge S. wrote: Hello everyone I'm trying to test a servicemix cluster with ActiveMQ in Master/ Slave mode. Master starts correctly but when Slave starts, I've continuously got the same error in Master log ERROR - MasterBroker - Slave Failed ja

Re: Configuration Settings

2008-03-05 Thread Brian Munroe
On Wed, Mar 5, 2008 at 10:44 AM, Joe Fernandez <[EMAIL PROTECTED]> wrote: > Yes you can. Here's an example that illustrates using one of the wireFormat > options, which in this case disables the inactivity monitor. > Cool, thanks! And it looks like a semi-colon (;) is used to delimit name/value

RE: Configuration Settings

2008-03-05 Thread Joe Fernandez
Yes you can. Here's an example that illustrates using one of the wireFormat options, which in this case disables the inactivity monitor. Joe www.ttmsolutions.com > -Original Message- > From: Brian Munroe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 1:30 PM > To: Ac

Configuration Settings

2008-03-05 Thread Brian Munroe
Ok, here is a dumb one. From reading this: http://activemq.apache.org/tcp-transport-reference.html Can I configure these on the broker side (vs the client side) by setting my transportConnector in activemq.xml? For example -- brian

Re: Async error occurred: java.lang.IllegalStateException: With Pure Master/Slave

2008-03-05 Thread Tom Lynema
rajdavies wrote: > > > > Could you provide a junit test case - attach to a jira ? > > > > cheers, > > Rob > > http://open.iona.com/ -Enterprise Open Integration > http://rajdavies.blogspot.com/ > > > I am working on this. I am not too familiar with the product and there doesn't app

Re: NMS updates?

2008-03-05 Thread Jim Gomes
Hi Mark, I don't know about the Spring libraries, but the Apache NMS project is definitely being developed. I haven't done much with Spring.NET, so I don't know how to integrate Apache.NMS into it. Check the following website for the Apache NMS stuff: http://activemq.apache.org/nms/source.html

Apache httpd producer for remote logging

2008-03-05 Thread jkgainey
Does anyone know of any work that has been done on providing a logging module for apache web server to be a producer for an ActiveMQ queue? -- View this message in context: http://www.nabble.com/Apache-httpd-producer-for-remote-logging-tp15854258s2354p15854258.html Sent from the ActiveMQ - Use

RE: purging an ActiveMQ queue

2008-03-05 Thread Andrew
Thanks I'll create it as retroactive. Problem is, how can I tell the broker to purge the msgs at midnight so I get only msgs from the current day? Would I just schedule a messageConsumer.close() ? Thanks, Andrew -Original Message- From: James Strachan [mailto:[EMAIL PROTECTED] Sent: We

Problem with Master/Slave, how to configure it? (I'm using Servicemix)

2008-03-05 Thread Jorge S.
Hello everyone I'm trying to test a servicemix cluster with ActiveMQ in Master/Slave mode. Master starts correctly but when Slave starts, I've continuously got the same error in Master log ERROR - MasterBroker - Slave Failed java.lang.AssertionError: Unsupported Method