Re: Get size of queue

2010-03-16 Thread Norman Maurer
Hi Bruce, we used the camel activemq component and use a selector, which works without probs.. So thats not the problem ;) Thx, Norman 2010/3/16 Bruce Snyder : > On Tue, Mar 16, 2010 at 7:20 AM, Norman Maurer > wrote: >> Hi Bruce, >> >> we use ActiveMQ for storing our outgoing emails in JAMES

Re: Get size of queue

2010-03-16 Thread Bruce Snyder
On Tue, Mar 16, 2010 at 7:20 AM, Norman Maurer wrote: > Hi Bruce, > > we use ActiveMQ for storing our outgoing emails in JAMES > (james.apache.org). The emails are consumed via a JMS Selector on a > given time (for retry after temporary error). This will prolly be > changed once ActiveMQ 5.4 was r

Re: Get size of queue

2010-03-16 Thread Norman Maurer
Hi Bruce, we use ActiveMQ for storing our outgoing emails in JAMES (james.apache.org). The emails are consumed via a JMS Selector on a given time (for retry after temporary error). This will prolly be changed once ActiveMQ 5.4 was released with its delay feature ;) Now we want to give the adminis

Re: Get size of queue

2010-03-16 Thread Bruce Snyder
On Tue, Mar 16, 2010 at 1:36 AM, Norman Maurer wrote: > Hi all, > > is it somehow possible to get the exact number of items in a queue > with the jms api ? It would be also nice to be able to check the size > of items with a given selector.. > > So any idea? APIs are available for this via JMX. H

Get size of queue

2010-03-16 Thread Norman Maurer
Hi all, is it somehow possible to get the exact number of items in a queue with the jms api ? It would be also nice to be able to check the size of items with a given selector.. So any idea? Thx, Norman