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 mess
Hi
Using Spring and ActiveMQ in a test environment.
I have all my setup working, far as I can tell, as my Sender sends out
messages and my MessageListener picks them up.
As a test I'm sending 100,000 message through the queue and having my
MessageListener sleep for 5 seconds in between each (to
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 , dupli
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
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 operatio
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 Souchei
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
Ti
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 pro
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 notifyin