Re: What can be reason of 460%+ memory usage limit

2013-04-10 Thread SuoNayi_Gmail
well, I will file a jira to track this issue. -- View this message in context: http://activemq.2283324.n4.nabble.com/What-can-be-reason-of-460-memory-usage-limit-tp4665651p4665847.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMSMessageID not getting set while sending message

2013-04-10 Thread Timothy Bish
On 04/10/2013 03:38 PM, Rohit Magazine wrote: How can i have the same correlation ID for the COA then ? Is there someother way of doing it ? -- View this message in context: http://activemq.2283324.n4.nabble.com/NMSMessageID-not-getting-set-while-sending-message-tp4665820p4665839.html Sent f

Re: How to delete message in queue?

2013-04-10 Thread Jim Gomes
Hi Colin, (I'm moving this to the Users list, instead of the Dev list) I think using a selector should accomplish what you want. Here's an example. IDestination dest = GetDestination(); // Get the destination interface IMessageConsumer msgConsumer = session.CreateConsumer(dest, "MYPROP = 'thev

Re: NMSMessageID not getting set while sending message

2013-04-10 Thread Rohit Magazine
How can i have the same correlation ID for the COA then ? Is there someother way of doing it ? -- View this message in context: http://activemq.2283324.n4.nabble.com/NMSMessageID-not-getting-set-while-sending-message-tp4665820p4665839.html Sent from the ActiveMQ - User mailing list archive at

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
i want check system is slave or master. do we have any other way to find that using activee-mq 5.8 Please kindly suggest. -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-5-8-property-to-find-system-is-slave-or-master-tp4665830p4665837.html Sent from the Act

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread Timothy Bish
On 04/10/2013 02:34 PM, Christian Posta wrote: Yah, missed that. Was looking right at the trunk :) On Wed, Apr 10, 2013 at 11:32 AM, prabumc...@gmail.com wrote: sorry for last message correct URL https://issues.apache.org/jira/browse/AMQ-4330 -- View this message in context: http://active

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread Christian Posta
Yah, missed that. Was looking right at the trunk :) On Wed, Apr 10, 2013 at 11:32 AM, prabumc...@gmail.com wrote: > sorry for last message > > correct URL > > https://issues.apache.org/jira/browse/AMQ-4330 > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/active

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
sorry for last message correct URL https://issues.apache.org/jira/browse/AMQ-4330 -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-5-8-property-to-find-system-is-slave-or-master-tp4665830p4665834.html Sent from the ActiveMQ - User mailing list archive at Nabble

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
https://issues.apache.org/jira/browse/AMQ-433 -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-5-8-property-to-find-system-is-slave-or-master-tp4665830p4665833.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread Christian Posta
It should not be removed in 5.8, that is, that property should still be avail. On Wed, Apr 10, 2013 at 11:21 AM, prabumc...@gmail.com wrote: > > Hi all, > > I need small java program to find which system is currently master or > slave? > > active-mq 5.5 had isslave property,But that is remo

active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
Hi all, I need small java program to find which system is currently master or slave? active-mq 5.5 had isslave property,But that is removed in 5.8. Not,sure which property i can use for to find system is master or slave. -- View this message in context: http://activemq.2283324.n

Re: active mq 5.5 to 5.8 upgrade issue

2013-04-10 Thread Timothy Bish
On 04/10/2013 02:14 PM, prabumc...@gmail.com wrote: Hi All, I am having web application to view messages in the messaging system which is running in active-mg 5.5. Last week we have upgrade apache active-mq from 5.5 to 5.8. due to this upgrade,We can't view queues/messages in my web app

active mq 5.5 to 5.8 upgrade issue

2013-04-10 Thread prabumc...@gmail.com
Hi All, I am having web application to view messages in the messaging system which is running in active-mg 5.5. Last week we have upgrade apache active-mq from 5.5 to 5.8. due to this upgrade,We can't view queues/messages in my web application. I am using apache-mq-all-5.8.jar api to conn

Re: NMSMessageID not getting set while sending message

2013-04-10 Thread Timothy Bish
On 04/10/2013 11:17 AM, Rohit Magazine wrote: My code sends a message to a queue and get a COA back. I am using C#.Net and NMS. Apache.NMS version 1.5.1.2739 Apache.NMS.ActiveMQ version 1.5.6.2746 I am setting the following properties of the message Apache.NMS.IMessage request; ... request = se

Re: PooledConnectionFactory timeBetweenExpirationCheckMillis getter

2013-04-10 Thread Timothy Bish
On 04/10/2013 10:56 AM, cheekychops wrote: There's a bug in org.apache.activemq.pool.PooledConnectionFactory which causes the following log message when you try to set the timeBetweenExpirationCheckMillis property: org.springframework.beans.GenericTypeAwarePropertyDescriptor [WARN] Invalid Java

messages dropped/ignored - consumers take an age to become free

2013-04-10 Thread Xuloo
I have ActiveMQ setup via a camel route and i'm consuming messages from a queue. My problem is, if i only have 1 consumer that consumer will only consume 1 message every 30 seconds to a minute or so. If i setup up more concurrent consumers then each consumer will consume a message until each co

PooledConnectionFactory timeBetweenExpirationCheckMillis getter

2013-04-10 Thread cheekychops
There's a bug in org.apache.activemq.pool.PooledConnectionFactory which causes the following log message when you try to set the timeBetweenExpirationCheckMillis property: org.springframework.beans.GenericTypeAwarePropertyDescriptor [WARN] Invalid JavaBean property 'timeBetweenExpirationCheckMill

NMSMessageID not getting set while sending message

2013-04-10 Thread Rohit Magazine
My code sends a message to a queue and get a COA back. I am using C#.Net and NMS. Apache.NMS version 1.5.1.2739 Apache.NMS.ActiveMQ version 1.5.6.2746 I am setting the following properties of the message Apache.NMS.IMessage request; ... request = session.CreateBytesMessage(someStringToSend); ...

AMQ 5.9.0 Bridge Connection and Web Console

2013-04-10 Thread lucio.tarant...@jakala.com
Hello to all, I have an AMQ boorker with BridgeConnectors to an TibcoMQ 6.0.1. All seem to work but in the web console and also in JMX interface ( via jconsole) i never seen the bridge but only the local Queues.All work but in console on Network Tab no connection are display. How can I modify my

Re: Exception in thread "ActiveMQ Transport: tcp:///10.80.0.35:38499" java.lang.ClassCastException: org.apache.activemq.command.ReplayCommand

2013-04-10 Thread Christian Posta
what version are you working with here? On Tue, Apr 9, 2013 at 9:23 AM, mmg wrote: > We are receiving the below exception after every 3 to 4 days of running. > > Exception in thread "ActiveMQ Transport: tcp:///10.80.0.35:38499" > java.lang.ClassCastException: org.apache.activemq.command.ReplayC

Re: Example pages out of date

2013-04-10 Thread Timothy Bish
On 04/10/2013 07:59 AM, Marco Paladini wrote: Hi there, I had various segmentation fault errors when running the examples: http://activemq.apache.org/cms/cms-api-overview.html http://activemq.apache.org/cms/example.html I'm using activemq-cpp-3.6.0 compiled from source since I did not find any

Re: What can be reason of 460%+ memory usage limit

2013-04-10 Thread ceposta
I believe you're correct. If PFC is disabled, when the store cursor checks limits, it checks only the memory percentage of its own MemoryUsage and compares it to the high water mark. Otherwise if PFC is enabled, it checks whether the MemoryUsage is "full" but the "isFull" method also checks its par

Example pages out of date

2013-04-10 Thread Marco Paladini
Hi there, I had various segmentation fault errors when running the examples: http://activemq.apache.org/cms/cms-api-overview.html http://activemq.apache.org/cms/example.html I'm using activemq-cpp-3.6.0 compiled from source since I did not find any package for Ubuntu. The problem is that the ex

Re: What can be reason of 460%+ memory usage limit

2013-04-10 Thread SuoNayi_Gmail
add a test case to demonstrate the exceeded memory usage percent. When the memory usage limit of queues is larger than the global/broker memory usage limit and PFC is disable, the exceeded memory usage percent is present.I believe this is a unsuitable configuration while the broker keeps dumb. Th

Re: ActiveMQ with WCF blocking in startup

2013-04-10 Thread EveX
It's still blocking at start (or at createSession if I invert those lines) and return a TimeoutException after 1 min in the method calling the WCF. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-WCF-blocking-in-startup-tp4665764p4665799.html Sent from the A