Re: SOAP over JMS example

2008-06-03 Thread Willem Jiang
Hi Mark, Did you run the "mvn install" first ? Willem Mark Webb wrote: Rob, Thanks for the information. I have downloaded camel and wanted to try it but the examples do not compile. Do you have any information on this? I would really like to try this out. Thanks again Mark On Tue, Jun 3,

Re: Closing a consumer create more messages than sent

2008-06-03 Thread kloh
Hi again, some more tests showed, that you need just one consumer to see the problem: 10.000 messages are in a queue (persistent by the amq-store; prefetch size is 1). Now create a consumer in his own thread, recieve messages and after awhile - let's say 1 second - close the consumer and create

Re: SOAP over JMS example

2008-06-03 Thread Mark Webb
Rob, Thanks for the information. I have downloaded camel and wanted to try it but the examples do not compile. Do you have any information on this? I would really like to try this out. Thanks again Mark On Tue, Jun 3, 2008 at 10:13 AM, Rob Davies <[EMAIL PROTECTED]> wrote: > > On 3 Jun 2008,

Re: Installation of activemq 5.10 on Solaris 8, Ultrasparc, V240

2008-06-03 Thread Filip Hanik - Dev Lists
this is because the build tool, Maven, that is used to create the distros for ActiveMQ, doesn't create compatible binaries for Solaris, even if you use gtar on Solaris, as opposed to the regular one. this is what I had to do to get it to work 1. download the .tar.gz onto a linux box 2. gunzip

RE: Journal files don't get cleaned up

2008-06-03 Thread Desai, Brian
Rob, Thanks for the response! I've tried using separate consumers, one for each queue, and got the same results. So, it doesn't appear to be caused by the wildcard '>'. I will raise an issue for this. For the time being, do you know if I can setup a cron job to delete the old files? If we set

Re: EOF Exception When Serializing Large Message

2008-06-03 Thread gwittel
Ivan Jovanovic wrote: > > I'm experiencing the same problem with the large messages in PHP/Stomp. > > Did you solve this one, since your problem dates from couple of months > ago? > Hi, We were not able to find a solution other than not to send such large messages. We haven't tried 5.1 so I

Re: EOF Exception When Serializing Large Message

2008-06-03 Thread Ivan Jovanovic
I'm experiencing the same problem with the large messages in PHP/Stomp. Did you solve this one, since your problem dates from couple of months ago? Thanks in advance for the answer. Cheers, Ivan gwittel wrote: > > Hi > > We're using a Perl/Stomp client to retrieve messages out of a standar

Re: SOAP over JMS example

2008-06-03 Thread Rob Davies
On 3 Jun 2008, at 14:55, Mark Webb wrote: I was interested in sending SOAP messages over JMS using ActiveMQ. I have googled around and have not run across any good examples/tutorials on the subject. Does anyone have anything on this? Thanks Mark Hi Mark - want to take a look at Apache Came

SOAP over JMS example

2008-06-03 Thread Mark Webb
I was interested in sending SOAP messages over JMS using ActiveMQ. I have googled around and have not run across any good examples/tutorials on the subject. Does anyone have anything on this? Thanks Mark

strange slower consumer and borker problem,make slow consumer application and broker memory grow very fast

2008-06-03 Thread Arm Gong
I found a very strange problem.it fill an issus at https://issues.apache.org/activemq/browse/AMQ-1764 Could anybody tell me it is a bug or my configure mistake?  

Re: Closing a consumer create more messages than sent

2008-06-03 Thread kloh
Hi Marco, Marco Buss wrote: > > what acknoledge mode did you use? Session.AUTO_ACKNOWLEDGE? > try to use Session.CLIENT_ACKNOWLEDGE an then send the ACK manualy. > we use transactional sessions, so no (??) acknowledge mode is used. Marco Buss wrote: > > I`t would be fine if you can provide

Re: Closing a consumer create more messages than sent

2008-06-03 Thread Marco Buss
Hello, what acknoledge mode did you use? Session.AUTO_ACKNOWLEDGE? try to use Session.CLIENT_ACKNOWLEDGE an then send the ACK manualy. I think when the client is closed. He has not send back the ACK for the actual Message. If there is no ACK for the Message then it will be redelivered. I`t woul

Problem using http transportConnector

2008-06-03 Thread balderman
I am using http tansport in order to cross firewall. I have message broker configured to support http. activemq.xml snippet: ... http://172.16.233.50:61618"/> ... and have 2 java