RE: Need help on Apache MQ

2007-03-21 Thread Nilantha Jayalath
http://activemq.apache.org/how-can-i-monitor-activemq.html jconsole could be a good starting point Hermes is also a good tool... http://www.hermesjms.com/confluence/display/HJMS/Home Hope these helps -Nilantha -Original Message- From: Shilpa [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: JDBC Table Descriptions

2007-02-22 Thread Nilantha Jayalath
You don't need to create any table; once you configure the data source tables will be generated. -Nilantha -Original Message- From: sparky2708 [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 11:27 AM To: users@activemq.apache.org Subject: JDBC Table Descriptions Where can

RE: No effect on maximumRedeliveries setting

2007-02-02 Thread Nilantha Jayalath
Thanks James for your explanation on Connection Factories, Now I am using Jencks for inbound. I am throwing a Runtime exception in order to test max redelivery setting (I couldn't find any better way to test with MDPs). If there are no exceptions thrown from MDP messages could be consumed continuo

RE: Network broker fails to start due to JournalLockedException

2007-02-01 Thread Nilantha Jayalath
Just a thought Check whether the broker names are identical. I saw something like that as a response to a similar issue. -Nilantha -Original Message- From: William Blackburn [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 4:47 PM To: users@activemq.apache.org Subject: Networ

RE: No effect on maximumRedeliveries setting

2007-02-01 Thread Nilantha Jayalath
on a number of times to check things are working properly with your particular spring.xml before moving on to the spring JMS containers On 2/1/07, Nilantha Jayalath <[EMAIL PROTECTED]> wrote: > I am using Sprin's DefaultMessageListenerContainer to consume messages. > What I n

RE: failed to checkpoint a message store?

2007-02-01 Thread Nilantha Jayalath
Probably this would help... Try setting if you have set as "true" in your data source configuration. see http://www.nabble.com/DB-connection-pool-tf2775515.html for more details. This resolved few issues I had including this "failed to checkpoint" -Nilantha -Original Message- From: pt

No effect on maximumRedeliveries setting

2007-02-01 Thread Nilantha Jayalath
I am using Sprin's DefaultMessageListenerContainer to consume messages. What I noticed was "maximumRedeliveries" setting is not effective for some reason. It just keeps redelivering messages. Following is my connectionFactory setting. According to the ActiveMQ documentation it seems a "Poison ack

RE: JDBC persistance in AMQ 4.1.0

2007-02-01 Thread Nilantha Jayalath
Thank you James, -Nilantha -Original Message- From: James Strachan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 8:38 AM To: activemq-users@geronimo.apache.org Subject: Re: JDBC persistance in AMQ 4.1.0 On 1/30/07, Nilantha Jayalath <[EMAIL PROTECTED]> wrote: &g