Hi,
I recorded a java based web application using apache jmeter, while I
tried to run the recorded application it was showing "Page not found" error
in the view result tree of the jmeter.
Is there any run time setting I have to enable before running the
recorded application? If not what mi
Hi,
I'm running an embedded broker which listens to vm: and tcp://localhost
urls. There are java and c++ clients running in the box and they exchange
messages to each other. I would like only these clients send/receive
messages. Any other clients outside the box, should NOT be able to send
messag
On Sep 17, 2007, at 8:35 PM, ttmdev wrote:
The fact that there are multiple consumers should not matter,
because the
messages are being assigned to "message groups" and AMQ should
dispatch all
messages in a particular group to one consumer thus guaranteeing
the order
of the messages in t
The fact that there are multiple consumers should not matter, because the
messages are being assigned to "message groups" and AMQ should dispatch all
messages in a particular group to one consumer thus guaranteeing the order
of the messages in the group. See
http://activemq.apache.org/message-grou
Hmmm. This works for me.
Are you connected to the internet? Maven expects you to be, at least
the first time. It needs to downloads boatloads of stuff.
After that you can use '-o' for offline.
On Sep 17, 2007, at 8:51 AM, pjackson wrote:
I tried compiling the ActiveMQ 4.1.1 source wit
I assume you have multiple consumers. In this case, order is *not*
preserved.
Please see this page:
http://activemq.apache.org/how-do-i-preserve-order-of-messages.html
On Sep 17, 2007, at 5:47 PM, wojtek.z wrote:
Howdy
We are currently experiencing a bit of a problem with one of our
app
Howdy
We are currently experiencing a bit of a problem with one of our
applications which relates to messages being retrieved from the queue not in
order / sequence.
The basic idea is as follows
We create 3 sets of messages
Each message is tagged to a unique group
Each message is tagged with a
I have 3 different brokers (B1,B2,B3) running on 3 different servers(S1,S2,S3)
in network brokers configuration below
I then run 2 consumers from example on each server
(in build.xml changed
ant consumer -DclientId=test1 -Dtopic=true
ant consumer -DclientId=test2
For my application, I need the message to be redelivered infinite times
(exceptions etc) until the session is committed. My problem is the message
will redeliver for a few times (3 ~ 6 times) and no more message will be
processed for some reason. I find out there's MaximumRedeliveries in
Redeliver
I'm a bit confused about redelivery in ActiveMQ, any help would be great.
What I want to happen is as follows:
Worker takes a message off the queue.
If worker fails and calls rollback() the message goes back onto the queue
for another worker to try.
If more than X workers fail the message is sent
Can Java apps talk to C++ apps using active MQ? Would they both use the
openwire transportConnector? I want to pass xml messages (i.e. strings).
The incubator-activemq-4.0.1 had a /openwire-cpp directory, which I compiled
but was not able to get working, even after adding
to the config f
I have tried your example and it works for me with my new amq.js file and the
one that is in the head. I suspect that their is some component outside the
javascript and servlets that is silently failing for you. FWIW, I have
disabled persistence in my configuration:
org.apache.active
Yes. Try using CMS...
http://activemq.apache.org/cms/
I'd also recommend using a more recent version of ActiveMQ;
incuabtor-activemq-4.0.1 is really old now.
On 9/17/07, pjackson <[EMAIL PROTECTED]> wrote:
>
> Can Java apps talk to C++ apps using active MQ? Would they both use the
> openwire t
I tried compiling the ActiveMQ 4.1.1 source with Maven 2.0.4 and 2.0.7 and
get this error. Can't figure out how to fix maven to get past this. Any
help appreciated.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\_tools\ActiveMq\apache-activemq-4.1.1>mvn cle
14 matches
Mail list logo