Re: Does the ">" destination wildcard require at least one character preceding it?

2013-02-05 Thread Steve.V.
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

Re: Does the ">" destination wildcard require at least one character preceding it?

2013-02-05 Thread Christian Posta
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

Re: Does the ">" destination wildcard require at least one character preceding it?

2013-02-05 Thread Steve.V.
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

Re: Does the ">" destination wildcard require at least one character preceding it?

2013-02-05 Thread Steve.V.
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

java.lang.OutOfMemoryError: unable to create new native thread

2013-02-05 Thread jeffrey
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

Some messages are undelivered in a queue using Message Groups

2013-02-05 Thread afhall
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

Re: Viewing messages in JMS topics

2013-02-05 Thread Christian Posta
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

Re: Activemq with jndi

2013-02-05 Thread Christian Posta
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

Re: Networked brokers dropping/suppressing messages

2013-02-05 Thread Christian Posta
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

Re: Does the ">" destination wildcard require at least one character preceding it?

2013-02-05 Thread Christian Posta
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

Re: Networked brokers dropping/suppressing messages

2013-02-05 Thread photonikd
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

Viewing messages in JMS topics

2013-02-05 Thread insaneyogi
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

Re: Networked brokers dropping/suppressing messages

2013-02-05 Thread Christian Posta
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

Re:Using ActiveMQ embeded in WAR deployed to IBM Websphere

2013-02-05 Thread SuoNayi
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