ActiveMQ Broker Scheduler unable to create new native thread

2012-09-20 Thread jockeyyan
Hi: I am using ActiveMQ 5.4.3 to make some loading test. I created one producer, one broker and one consumer with Spring JAX-WS config. The producer invoke the functions to send messages to broker continuously and the consumer just receive and echo. Everything is OK at beginning. After invoke many

Re: ActiveMQ Message Wait Time in Broker

2012-09-20 Thread himanshu_s83
Yes, I'd like to know the time when its consumed by a non-browser client. Because mine is a queue setup in which one and only one consumer can consume. So my query is to figure out, at what time it is dispatched to such a non-browsing consumer. Message would anyways be there in broker in un-acked c

Re: KahaDB corruption

2012-09-20 Thread pollotek
I have the same issue with ActiveMQ 5.6.0 I started to get the following messages in the log after bouncing ActiveMQ stand alone broker: 2012-09-20 20:09:58,748 | ERROR | org.apache.activemq.broker.region.cursors.QueueStorePrefetch@18287811:com..queue.timedData,batchResetNeeded=false,storeHas

Re: Routing in ActiveMQ in distributed environment

2012-09-20 Thread Gaurav Sharma
You can use the message group property or just roll your own k-v pair property and a selector on the consumer side. Btw, what do you mean when you say "AMQ A, B, C"? The answer could be (in basic terms) any combination of broker, destination, producer or consumer. On Sep 20, 2012, at 5:00, mad

configuration question

2012-09-20 Thread Lin Wen Tong
Hi Everyone, Greetings! This forum is very helpful, and i was able to come up with a solution for my use case. I just want to confirm if my configurations are correct. My requirements are simple. I have 4 queues, and they are named: 1) incoming - I have a web service that post messages to th

Record with Queue name null displayed in Admin Console

2012-09-20 Thread ravikumarv
Hi, On checking the Admin Console for Queue Names there is a record with no name but messages are getting enqueued. How do we delete this Queue ? On trying the delete Queue feature I get an exeception. http://activemq.2283324.n4.nabble.com/file/n4656535/queue_name_null.jpg -- View this me

BlobMessage and transaction

2012-09-20 Thread M1xa1L
Does BlobMessage fully support transaction/XAtransaction like other message? What about guaranteed delivery? -- View this message in context: http://activemq.2283324.n4.nabble.com/BlobMessage-and-transaction-tp4656734.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Routing in ActiveMQ in distributed environment

2012-09-20 Thread madhavb
I have a following scenario: AMQ 'A', 'B' and 'C', is it possible for me to configure A such that messages can be routed to B or C depending upon the message header? If so how do I configure it in A? Thanks in Advance, Madhav. -- View this message in context: http://activemq.2283324.n4.n

Warnings in broker log

2012-09-20 Thread Robin Kåveland Hansen
My project has been using activemq as the central part of our integration platform for a while now. Recently we have made a few changes to our broker setup, hoping to improve throughput and efficiency in the broker. We also noticed some problems on our brokers that we thought could be related to co

Re: How do I tell which instance is master (or slave) when deploying with sharing-storage?

2012-09-20 Thread rmn190
At first, I want to determine the status by checking which instance has locked the specific lock file, but the lock fiile is in NFS, and I have idea about which instance has acquired the lock file. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-do-I-tell-which-ins

Re: How do I tell which instance is master (or slave) when deploying with sharing-storage?

2012-09-20 Thread Christian Posta
programmatically: BrokerService.isSlave() JMX: There should be a corresponding JMX operation named "isSlave": [Line 119]: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java?view=markup On Thu, Sep 20, 2012 at 12:53 AM, rmn1