Re: Restricting consumer to consume no of messages in timeslot.

2009-08-17 Thread Jigar Naik
- http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Mon, Aug 17, 2009 at 9:32 AM, Jigar Naik > wrote: > >> >> Hi, >> >> Is it possible to create a consumer which consumes particular

Restricting consumer to consume no of messages in timeslot.

2009-08-17 Thread Jigar Naik
Hi, Is it possible to create a consumer which consumes particular no of messages in particular time slot. Lets say i want to consume only 100 messages in every 1 hour. How do i achieve this ? -- View this message in context: http://www.nabble.com/Restricting-consumer-to-consume-no-of-messages

Re: ActiveMQ Configuration for Production

2008-09-13 Thread Jigar Naik
ok.. thanks mario... i think i have to spend sometime with active mq. Is there any document available for activeMQ.xml file configuration ? thanks & regards, jigar naik Mario Siegenthaler-2 wrote: > > I consider the 100gb memory limits a bit excessive.. I don't know yo

ActiveMQ Configuration for Production

2008-09-13 Thread Jigar Naik
changes in the configuration file for production environment. Thanks you for spending your valuable time, With Regards, Jigar Naik -- View this message in context: http://www.nabble.com/ActiveMQ-Configuration-for-Production-tp19473882p19473882.html Sent from the ActiveMQ - User mailing list archive

Re: On Restarting ActiveMQ my Old Queues get deleted.

2008-09-01 Thread Jigar Naik
ault - which stores messages on your local disk > > > cheers, > > Rob > > Rob Davies > http://rajdavies.blogspot.com/ > > > On 1 Sep 2008, at 06:12, Jigar Naik wrote: > >> >> Nopes i m sending persistent messages. Bellow is my producer cod

Re: On Restarting ActiveMQ my Old Queues get deleted.

2008-08-31 Thread Jigar Naik
rajdavies wrote: > > > On 1 Sep 2008, at 05:49, Jigar Naik wrote: > >> >> Hi, >> >> I am facing problem with activeMQ, the problem is when i restart the >> activeMQ, my old queues get deleted and i am loosing the messages in >> that >>

On Restarting ActiveMQ my Old Queues get deleted.

2008-08-31 Thread Jigar Naik
Hi, I am facing problem with activeMQ, the problem is when i restart the activeMQ, my old queues get deleted and i am loosing the messages in that queue, Is this a configuration issue in activemq.xml file ? -- View this message in context: http://www.nabble.com/On-Restarting-ActiveMQ-my-Old-Qu

Re: Producer stops producing messages after producing 1542 messages.

2008-08-30 Thread Jigar Naik
a bit. > > --Mario > > On Sat, Aug 30, 2008 at 11:15 AM, Jigar Naik <[EMAIL PROTECTED]> > wrote: >> >> hi >> >> i am facing problem with producer, >> >> My producer stops producing messages after producing 1542 messages on >> active &

Producer stops producing messages after producing 1542 messages.

2008-08-30 Thread Jigar Naik
hi i am facing problem with producer, My producer stops producing messages after producing 1542 messages on active mq bellow is my output after running producer thread OUTPUT Message Sent : Hello This is a text message on active MQ : 1542 Exception in thread "ActiveMQ Transport: tcp://loca

Re: Consumer stops consuming messages from queue.

2008-08-29 Thread Jigar Naik
> > 2008/8/29 James Strachan <[EMAIL PROTECTED]>: >> 2008/8/29 Jigar Naik <[EMAIL PROTECTED]>: >>> >>> I am using ActiveMQ version 5.1.0 with JDK 1.5 >>> >>> "are you using transactions?" >>> >>> I didn't really

Re: Consumer stops consuming messages from queue.

2008-08-29 Thread Jigar Naik
bble.com/file/p19218230/JmsUtil.java JmsUtil.java my first method will be executed before starting reading the 1 messages. second method will be executed in loop which is responsible for consuming messages. and the third method will be executed when i stop the thread. may be after 1

Consumer stops consuming messages from queue.

2008-08-29 Thread Jigar Naik
hi , my producer is producing 1 messages on a queue (TestQueue). after my producer completes producing 1 messages. I am starting my consumer for consumer 10 messages. My consumer consumes around 6000 messages and than throws exception indicating no message on ActiveMQ what could b

Monitoring Queue Consumers

2008-08-22 Thread Jigar Naik
x27;s little urgent, Thanks & Regards, Jigar Naik -- View this message in context: http://www.nabble.com/Monitoring-Queue-Consumers-tp19105725p19105725.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Total number of messages on a queue.

2008-08-17 Thread Jigar Naik
Hi, is it possible to get a count of total number of messages in a queue ? I want to do something like if the count exceed some limit than only start processing. Thanks Jigar Naik -- View this message in context: http://www.nabble.com/Total-number-of-messages-on-a-queue

Re: JMS consumer is not receiving any messages. am i missing something ?

2008-07-11 Thread Jigar Naik
Jigar Naik wrote: > > Hi The uploaded file contains the consumer code. but the consumer is not > receiving any messages even though there are 10 messages in the queue. I > have tried to debug the code. but i found it is not calling the > onMessage() method. > > A

JMS consumer is not receiving any messages. am i missing something ?

2008-07-11 Thread Jigar Naik
Hi The uploaded file contains the consumer code. but the consumer is not receiving any messages even though there are 10 messages in the queue. I have tried to debug the code. but i found it is not calling the onMessage() method. Am i missing something ? http://www.nabble.com/file/p18401944/JCon

JMS + producer a .NET application and Consumer Java Application

2008-07-10 Thread Jigar Naik
Hey, I want to implement JMS in my application but want to make sure weather it is possible to implement my producer code in .NET and consumer in Java ? I am using activeMQ as my message broker. Looking forward to hear from you soon, Thanks & Regards, Jigar Naik. -- View this messag