Yes, I am using the default kahaDB as the broker store.
My tests seem to run fine if I access a broker that is running on my PC, and
I specify the prioritizedMessages="true" policy using the queue name instead
of the ">" wildcard. However, they frequently encounter trouble when the
broker is runn
Just to make sure, you're using KahaDB as the broker store? The priority
groups are Low (<5), Medium (5) and High (>5). Individual numbers (eg, 9 or
7) are treated as "high" and are not differentiated. That is, you could see
7 before 9. But you shouldn't see 3 before 9.
On Tue, Feb 5, 2013 at 6:0
That last post didn't give you an idea of how many messages it takes before I
see trouble. I have seen it fail after just a few iterations. So, I have
seen it fail with under 200 messages.
-
Stephen Vincent
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Does-the-d
No, just 13 messages, but I run the test over and over again. Most of the
time it is successful, but sometimes fails. It fails about 10 to 20% of the
time when the broker is running on a 64-bit UNIX machine running HP-UX
11.31.
The test first POSTs two messages with the default priority. Then P
We are using Fuse esb 7.0.2 for a broker right now and testing it to see if
it can work for out production environment.
Everytime I get to about 700 connections to the broker, I get this
exception:
Exception in thread "InactivityMonitor WriteCheck"
java.lang.OutOfMemoryError: unable to create new
I am experiencing an issue where a small percentage of messages seem to get
stuck in the message queue, and don't ever get processed. When looking at
the queue of messages (in the admin web console), the "Redelivered" column
says "false" for these messages.
I'm not sure how to debug why these mes
Simplest way is to subscribe to the topic. The broker doesn't "queue" up
messages for topics for regular non-durable subscribers.
On Mon, Feb 4, 2013 at 4:29 PM, insaneyogi wrote:
> Hello,
>
> Just a simplistic question, how do I view the messages that get passed onto
> ActiveMQ topics? I have
You mean clients hosted in JBoss? or between JBoss messaging itself?
For the former, you can set up activemq connection factory and destinations
in JNDI.
For the later, you can use camel to bridge them.
http://activemq.apache.org/jndi-support.html
On Sun, Feb 3, 2013 at 5:49 AM, Haitham Saffour
So i'll give it a shot later today when I get a free moment. Hopefully can
get you an answer.
On Tue, Feb 5, 2013 at 8:33 AM, photonikd wrote:
> Hi Christian,
>
> Thank you for your response. I have attached both broker configurations for
> you to review. I am running a continuous testing sce
So I can recreate a priority message failure in our unit tests similar to
what you're describing. It may be different though, so I'll have to look
closer.
How many messages are you using to test to recreate your scenario? over 200
by chance?
On Fri, Feb 1, 2013 at 1:04 PM, Steve.V. wrote:
> We
Hi Christian,
Thank you for your response. I have attached both broker configurations for
you to review. I am running a continuous testing scenario that is performing
the following tasks:
Produce 2 Messages at DC1 --> Forwarded to DC2 and consumed
Pause 10 seconds
Produce 2 Messages at DC2 --> Fo
Hello,
Just a simplistic question, how do I view the messages that get passed onto
ActiveMQ topics? I have using queues extensively and Active MQ provides a
simple enough UI to view XML messages that are sent. Is there is any way I
can get message viewing for AMQ topics?
-S
--
View this messa
This one seems curious. Can you post your broker configs and I can try on
my side?
On Mon, Feb 4, 2013 at 1:35 PM, photonikd wrote:
> Hello All,
>
> I'm currently in the process of configuring 2 ActiveMQ (5.7.0) brokers with
> the primary objective to use persistant queues to sync messages from
Take a look at
http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html
It's not a good idea to bootstrap the embeded broker inside a web application.
Your other web applications that connects to the broker depends on the first
startup of the web application which bootstraps the
14 matches
Mail list logo