Re: AMQ-2379: query statistics with Stomp

2010-03-10 Thread mjustin
Hi Dejan, Dejan Bosanac wrote: > > take a look at this article for more information on this topic > > http://rajdavies.blogspot.com/2009/10/query-statistics-for-apache-activemq.html > thanks for the hint, it works now! I just had to add support for MapMessage in my client library for Delphi

Advisory Messages & Camel Route & BodyNull

2010-03-10 Thread cmoulliard
Hi, I have defined a camel route to read messages published in the topics for advisory ex : Surprisingly, the body receive is null 18:43:17,937 | INFO | tenerContainer-1 | elca | rg.apache.camel.processor.Logger

Re: Temporary queues and event-driven consumers

2010-03-10 Thread Seth Call
Hi Michael, That is the syntax I used in both my 'routebuilder's in Camel. The second I take out ":temp:", everything works. Producer can send to consumer. Put it back in; no messages. Thanks! Seth On 3/10/10 11:13 AM, Michel Van Hoof wrote: ownedthx wrote: Hi all, I'm trying to u

Re: Temporary queues and event-driven consumers

2010-03-10 Thread Michel Van Hoof
ownedthx wrote: > > Hi all, > > I'm trying to use temporary queues with an event-driven consumer (camel). > Is there something inherently wrong with trying this approach? > Basically, I never get messages back to my consumer, but if I use normal > queues everything is fine. > > Any pointe

Temporary queues and event-driven consumers

2010-03-10 Thread ownedthx
Hi all, I'm trying to use temporary queues with an event-driven consumer (camel). Is there something inherently wrong with trying this approach? Basically, I never get messages back to my consumer, but if I use normal queues everything is fine. Any pointers? Thanks! Seth -- View this me

ActiveMQ.Advisory.Connection not forwarded in network of brokers?

2010-03-10 Thread Michel Van Hoof
Hi, We are implementing a solution where we look at advisory topics to register logon and logoff of a client. This worked fine in our test setup but now that we are setting up our production infrastructure, i noticed that these messages are not forwarded through our network of brokers. Is this co

Re: Workaround for messages stuck in a queue

2010-03-10 Thread Jamie McCrindle
Thanks Bruce, Will give that a go. There seem to be a few 5.4.0 fixes addressing this issue which is why we didn't move to 5.3 straight away but will try it and see. cheers, j. On Wed, Mar 10, 2010 at 3:05 PM, Bruce Snyder wrote: > On Tue, Mar 9, 2010 at 11:27 AM, Jamie McCrindle > wrote: >> H

Re: Workaround for messages stuck in a queue

2010-03-10 Thread Bruce Snyder
On Tue, Mar 9, 2010 at 11:27 AM, Jamie McCrindle wrote: > Hi, > > It appears we may be getting by this > https://issues.apache.org/activemq/browse/AMQ-2009 or some variant of > it i.e. messages are getting stuck in a queue. We are busy looking at > our config and gradually making changes to try an

Re: AverageEnqueueTime (milliSeconds) ?

2010-03-10 Thread Bruce Snyder
On Tue, Mar 9, 2010 at 4:00 AM, cmoulliard wrote: > > Hi, > > Is this value expressed in milliseconds (AverageEnqueueTime) ? Yes, I believe that's correct. Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61Ehttp://bit.ly/2je6cQ Blog: http://bruceblog.org/ Twitter: http://

Re: API For adding authorized users?

2010-03-10 Thread lhays
My apologies, Dejan. Deejan, I have tried to use the LDAPAuthorizationMap from the example, and encounter an issue with the topicSearchFormat. Have you successfully used LDAPAuthorizationMap? I am prototyping ActiveMQ with openLDAP and would like to know ActiveMQ can use ldap for authorization

Re: API For adding authorized users?

2010-03-10 Thread lhays
Deejan, I have tried to use the LDAPAuthorizationMap from the example, and encounter an issue with the topicSearchFormat. Have you successfully used LDAPAuthorizationMap? I am prototyping ActiveMQ with openLDAP and would like to know ActiveMQ can use ldap for authorization. Thanks, Lawrence lh

Re: CMS 3.1 NoSuchElementException with failover

2010-03-10 Thread Timothy Bish
On Wed, 2010-03-10 at 02:56 -0800, Sodan wrote: > any news on this ?? > > Søren > > > > Sodan wrote: > > > > dont know how to put it into jira... > > > > > If you would open a Jira issue here http://issues.apache.org/activemq/browse/AMQCPP And attach a small sample app that demonstrates t

Re: CMS 3.1 NoSuchElementException with failover

2010-03-10 Thread Sodan
any news on this ?? Søren Sodan wrote: > > dont know how to put it into jira... > > -- View this message in context: http://old.nabble.com/CMS-3.1-NoSuchElementException-with-failover-tp27125879p27848155.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: 5.4 Snapshot: java.lang.NoClassDefFoundError: org/fusesource/commons/management/ManagementStrategy

2010-03-10 Thread Dejan Bosanac
It's now fixed on trunk and 5.3 branch. Thanks for reporting it -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Mar 10, 2010 at 10:19 AM, Dejan Bosanac wrot

Configuring connection factory class in standalone client

2010-03-10 Thread mschaefer
Hi all, Our setup is: - ActiveMQ 5.3 running standalone - Web app under Tomcat 6.0.20 as producer. - A separate thread acts as a consumer. - Producer & consumer configured by attached JNDI props file. - Java 6 First we had a problem with ActiveMQ+Tomcat freezing that we solved by turning of pro

Re: Delay messages with Stomp: connection reset

2010-03-10 Thread Dejan Bosanac
Hi Michael, it'd be great to make this work for Stomp. Any contribution is welcome. For starters, let's create a Jira issue to track this requirement. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/

Re: 5.4 Snapshot: java.lang.NoClassDefFoundError: org/fusesource/commons/management/ManagementStrategy

2010-03-10 Thread Dejan Bosanac
Hi, can you raise a Jira for this, so we include this jar by default? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Mar 9, 2010 at 5:20 PM, mjustin

Re: AMQ-2379: query statistics with Stomp

2010-03-10 Thread Dejan Bosanac
Hi, take a look at this article for more information on this topic http://rajdavies.blogspot.com/2009/10/query-statistics-for-apache-activemq.html Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/sny