Re: NEED HELP on how i can "Provide an ay for retrieving the amount of messages per priority that is waiting to be sent to subscribers"

2006-12-03 Thread James Strachan
You could write a broker interceptor to keep a track of this kind of thing; or use selectors. http://incubator.apache.org/activemq/interceptors.html On 12/4/06, samahome <[EMAIL PROTECTED]> wrote: Which classes in ActiveMQ source i can look at for Providing an way for retrieving the amount of

NEED HELP on how i can "Provide an ay for retrieving the amount of messages per priority that is waiting to be sent to subscribers"

2006-12-03 Thread samahome
Which classes in ActiveMQ source i can look at for Providing an way for retrieving the amount of messages per priority that is waiting to be sent to subscribers ? I would like to get this functionality programatically (other than the use of JMX). Help /Insights on this greatly appreciated. Th

[jira] Commented: (AMQ-735) Possible 4.0 consumer client memory leak?

2006-12-03 Thread mark lewman (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-735?page=comments#action_37618 ] mark lewman commented on AMQ-735: - http://www.vespaservizio.com/public/mb/42.shtml - http://www.vespaservizio.com/public/mb/43.shtml - http://www.vespaservizio.c

Re: Connection pooling

2006-12-03 Thread Guillaume Nodet
Note that jmx was enabled, so that i have seen mbeans being created / destroyed for each message sent using jca outbound (one of them was the advisory consumer iirc). That may be related to cpu usage. On 12/3/06, Rob Davies <[EMAIL PROTECTED]> wrote: Thanks Guillaume! I'll look at why it's so

Re: Connection pooling

2006-12-03 Thread Rob Davies
Thanks Guillaume! I'll look at why it's so cpu intensive to create a connection + session + producer on the broker side cheers, Rob On 3 Dec 2006, at 18:59, Guillaume Nodet wrote: Over the past days, I worked on improving the connection pooling in ActiveMQ, mainly for outbound. I found th

Connection pooling

2006-12-03 Thread Guillaume Nodet
Over the past days, I worked on improving the connection pooling in ActiveMQ, mainly for outbound. I found that: * the o.a.a.pool package has a limited throughput when using persistence messaging, because all threads reuse a single connection, but the broker will handle the messages sequ

[jira] Commented: (AMQCPP-16) CMS API needs updates to more closely follow JMS API

2006-12-03 Thread Nathan Mittler (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-16?page=comments#action_37617 ] Nathan Mittler commented on AMQCPP-16: -- A couple others that deviate from the JMS spec that we may want to consider 1) Bytes message as defined by JMS shoul

[jira] Resolved: (AMQ-1084) Allow org.apache.activemq.pool to support XA transactions

2006-12-03 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1084?page=all ] Guillaume Nodet resolved AMQ-1084. -- Resolution: Fixed If a transaction manager is configured on the PooledConnectionFactory, and a transaction is active when the session is created, the ses

[jira] Created: (AMQ-1084) Allow org.apache.activemq.pool to support XA transactions

2006-12-03 Thread Guillaume Nodet (JIRA)
Allow org.apache.activemq.pool to support XA transactions - Key: AMQ-1084 URL: https://issues.apache.org/activemq/browse/AMQ-1084 Project: ActiveMQ Issue Type: Improvement R