Multicast discovery

2008-12-07 Thread Ben Amitai
Hello, I'm using AMQ4.1.1 I have sort of client/server application. Both the client and the server opens a broker. I specified the wanted discovery URI in the client and the multicast uri in the server. I now have a few issues: 1. Once a client goes up and then down, the server keeps notifying

Re: Problem of running example in ActiveMQ CMS

2008-12-07 Thread Timothy Bish
It looks as if you have another version of APR installed, most likely it is installed with Ubuntu and it is being found first. You will either need to remove it, installed the new version of APR and APR-Util in /usr or set the LD_LIBRARY_PATH to correctly find your newer version first. Regards

Re: JMS serialization problem

2008-12-07 Thread Lars Eirik Rønning
Make sure that your personal code also is the same on both sides.. In the case where you export a jar file your self, you have to have the same version of the class on both clientside and serverside.. Not sure if this is relevant in your case though.. On Sun, Dec 7, 2008 at 12:15 PM, Jordi

Re: JMS serialization problem

2008-12-07 Thread Jordi Soucheiron
The client and the producer are running from the same computer and they are using the same jar (Activemq-5.3-snapshot.jar). I've used activemq-5.1 and the last snapshot of activemq-5.3 with the same results 2008/12/7 Mark Webb [EMAIL PROTECTED] I saw that once and it was a deserialization

Re: Questions about getCMSReplyTo

2008-12-07 Thread Sodan
all works fine! thanx Søren Timothy Bish wrote: On Fri, 2008-12-05 at 07:06 -0800, Sodan wrote: So if I do Message *clone = message-clone(); and then later (out of scope) clone the dest, then that should be safe also, right ? thanx Søren Yes, all clone operations in ActiveMQ-CPP

Re: onMessage() synchronisation requirements for queue+topic consumer

2008-12-07 Thread David Sitsky
For the record, Rob has fixed this issue described in AMQ-2025 and I have confirmed it seems to have fixed things. Cheers, David David Sitsky [EMAIL PROTECTED] writes: Hi Rob, Thanks for your reply. It turns out I already set this property to true for both the broker and the client, as I

duplicate message problem on ActiveMQ5.2.0

2008-12-07 Thread Leon Liu
Hi , We find that ActiveMQ will produce a duplicate message under many comcumers . First We send 400,000 message to broker, then start comsumer thread to recieve message.If We have more comsumer Threads, more duplicate messages would appear. We recieve messages from a broker with 10 threads ,

Urgent: ActiveMQ CMS multi handlers?

2008-12-07 Thread prasha8
Have been working on a pilot project to use ActiveMQ as core message provider for a legacy system (which is C++ based) One of the critical requirement is to figure out the best approach to solve following problem 1. I have ESB converting the WS/SOAP callouts into JMS endpoint and pushing the