Re: Out Of Memory Error while running TopicPublisher/TopicListener

2008-09-26 Thread Badri
for this consumer. Is it it possible to get more info like enqueue dequeue count, pending messages through any configuration? Thanks Badri bsnyder wrote: On Tue, Sep 16, 2008 at 10:33 AM, Badri [EMAIL PROTECTED] wrote: Hi I am trying to simulate slow consumer using the classes (TopicPublisher

Re: Out Of Memory Error while running TopicPublisher/TopicListener

2008-09-17 Thread Badri
://rajdavies.blogspot.com/ On 16 Sep 2008, at 22:01, Badri wrote: I am running broker, publisher, consumer all in Windows. I have not tried this in Linux. The broker publisher are working fine. It's the consumer which is crashing. Removing Thread.sleep(1000), consumer works fine. It did

Out Of Memory Error while running TopicPublisher/TopicListener

2008-09-16 Thread Badri
Hi I am trying to simulate slow consumer using the classes (TopicPublisher/TopicListener) provided in examples. I wanted to see if Web Console prints the Advisory topic for Slow Consumer. But I am facing Out Of Memory Error the consumer stops abruptly. Following are changes I did:

Re: Out Of Memory Error while running TopicPublisher/TopicListener

2008-09-16 Thread Badri
Yes. James.Strachan wrote: The broker is a separate process to the slow consumer right? 2008/9/16 Badri [EMAIL PROTECTED]: Hi I am trying to simulate slow consumer using the classes (TopicPublisher/TopicListener) provided in examples. I wanted to see if Web Console prints

Re: Out Of Memory Error while running TopicPublisher/TopicListener

2008-09-16 Thread Badri
intend to do the same test in Linux. bsnyder wrote: On Tue, Sep 16, 2008 at 10:33 AM, Badri [EMAIL PROTECTED] wrote: Hi I am trying to simulate slow consumer using the classes (TopicPublisher/TopicListener) provided in examples. I wanted to see if Web Console prints the Advisory topic

Exception on startup - Failed to create local registry

2008-08-04 Thread Badri
Hi When I start Active MQ 5.1, I get the folllowing exception (excerpt given below). I did not get this exception before. 2008-08-04 16:24:39,077 DEBUG ManagementContext - Failed to create local registry java.rmi.server.ExportException: internal error: ObjID already in use at

Printing advisory messages in activemq logs

2008-07-11 Thread Badri
. Thanks Badri -- View this message in context: http://www.nabble.com/Printing-advisory-messages-in-activemq-logs-tp18410779p18410779.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Need help on the configuration below

2008-07-10 Thread Badri
if this is right way to configure activemq.xml? We are using temporary topics to receive data. The publisher publishes on topic MD.C1, MD.C2,,etc Does name represent the destination or is it same as ClientId, ConnectionId? Any help and guidance will be appreciable. Thanks Badri -- View

Re: Regarding Web Console statistics

2008-06-25 Thread Badri
any consumer, the ones with x have a single consumer and the ones with 2x have two consumers registered. The two consumers both receive the message, so two messages are received. Mario On Tue, Jun 24, 2008 at 11:28 PM, Badri [EMAIL PROTECTED] wrote: Hi When I view the Web console, I see

Re: create policyentry for temp topics

2008-06-24 Thread Badri
to the DLQ and eventually caused OOME. The BrokerFilter class (Broker interface) can let you do many different things let me know if you wish to elaborate some more Filip Badri wrote: Thanks Filip for taking time replying. My use case is I have 5 components in my application which

Regarding Web Console statistics

2008-06-24 Thread Badri
is the exact interpretation? Thanks Badri -- View this message in context: http://www.nabble.com/Regarding-Web-Console-statistics-tp18100450p18100450.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Info about using activeMQ

2008-06-24 Thread Badri
I saw this in one of the post: Get a free ActiveMQ user guide at www.ttmsolutions.com This guide is pretty informative useful. Thanks to Joe. tetoconsusport wrote: Hi, I am a new user of activeMQ and I'm trying to get as much information (manual, user manuals, demos, tutorial, etc.) as

Setting default prefetch limit

2008-06-18 Thread Badri
Hi Is there a way to set the default prefetch Limit/Size for every non-durable topic using the activemq.xml? If instead of 32766, I would like to set lower value, is it possible? Thanks -- View this message in context:

Re: Setting default prefetch limit

2008-06-18 Thread Badri
Thanks Rob. I have raised a ticket in ActiveMQ-Dev forum. rajdavies wrote: On 18 Jun 2008, at 18:05, Badri wrote: Hi Is there a way to set the default prefetch Limit/Size for every non- durable topic using the activemq.xml? If instead of 32766, I would like to set lower value

Re: Documentation about command agent

2008-06-18 Thread Badri
fix. https://issues.apache.org/activemq/browse/AMQ-1303 Joe Get a free ActiveMQ user guide at www.ttmsolutions.com Badri wrote: Hi 1) Can someone give me link to find info about command agents, how to utilize their capabilities? Thanks for your reply -- View

Reg customising query command

2008-05-21 Thread Badri
a consolidated report? Thanks Badri -- View this message in context: http://www.nabble.com/Reg-customising-query-command-tp17373192s2354p17373192.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: create policyentry for temp topics

2008-05-20 Thread Badri
? Thanks Badri Filip Hanik - Dev Lists wrote: Sure Badri, our use case that we were dropping messages on the broker, so they go to the Dead Letter Queue (DLQ), however, for temporary topics, we didn't want that to happen, and since I wasn't able to configure a policy for temp topics where we

Configuring policy entries in xml

2008-05-19 Thread Badri
) which are consumers subscribed to the above topic. Is there any way I can configure 5 policyEntry for 5 different consumers? I am just trying to figure put how I can map the consumer name to the PolicyEntry. Thanks for your time help. Badri -- View this message in context: http://www.nabble.com

Re: create policyentry for temp topics

2008-05-19 Thread Badri
Hi Filip Can you give more details about the broker plugin filter? I also need to create policy entry for temporary topics. Thanks for your help time. Badri Filip Hanik - Dev Lists wrote: I couldn't get that to work properly, I even tried topic=ID since that was the prefix, and didn't

Reg JMX monitoring of Active MQ

2008-05-16 Thread Badri
/conf; -Dactivemq.home=/opt/activemq -Dactivemq.base=/opt/activemq -jar /opt/activemq/bin/run.jar start -DSERVER=activemq1 Thanks Badri -- View this message in context: http://www.nabble.com/Reg-JMX-monitoring-of-Active-MQ-tp17281518s2354p17281518.html Sent from the ActiveMQ - User mailing list

Re: Regarding release date of 5.2

2008-05-15 Thread Badri
destination is consuming messages slowly. We are currently trying to configure in the xml. But we are looking out for a good feature (like advisory alert) which will indicate that this consumer is slow. That's the main feature we are looking for. Thanks Badri Hiram Chirino wrote: No pans are set

activemq-admin error during stop

2008-05-13 Thread Badri
Hi I am using AMQ 5.1.0. I am unable to stop Active MQ. First I get FailoverTransport error when it's trying to connect to localhost:61616. Connection refused error. 2008-05-13 16:39:48,568 DEBUG FailoverTransport - Attempting connect to: tcp://localhost:61616 2008-05-13

Re: Regarding dropping of slow consumer

2008-05-12 Thread Badri
Thanks Rob. rajdavies wrote: On 8 May 2008, at 22:15, Badri wrote: Hi I read about slow consumer from this URL: http://activemq.apache.org/slow-consumers.html Non-Durable Topics Non-durable topics are the scenario which is most affected by slow consumers since the messages

Regarding release date of 5.2

2008-05-09 Thread Badri
Hi When is the expected release date of 5.2? Thanks Badri -- View this message in context: http://www.nabble.com/Regarding-release-date-of-5.2-tp17153005s2354p17153005.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reference to 61616

2008-05-09 Thread Badri
Hi I am using tcp://localhost:2506 in transportConnector in activemq.xml transportConnectors transportConnector name=default uri=tcp://localhost:2506 discoveryUri=multicast://default/ /transportConnectors networkConnectors !-- by default just auto discover the other brokers --

Regarding dropping of slow consumer

2008-05-08 Thread Badri
for dropping slow consumer or discard messages for slow consumer? Or should this be handled in any other way? Thanks Badri -- View this message in context: http://www.nabble.com/Regarding-dropping-of-slow-consumer-tp17136533s2354p17136533.html Sent from the ActiveMQ - User mailing list archive

Timestamp in output of query command

2008-05-07 Thread Badri
-1210192881163-1:0 SessionId = 2 Thanks Badri -- View this message in context: http://www.nabble.com/Timestamp-in-output-of-query-command-tp17114732s2354p17114732.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Monitoring for slow consumers

2008-05-05 Thread Badri
Is there any configuration in Active MQ which will detect slow consumers automatically log any message to the log file? Right now we have been using ./query command to detect slow consumers. Are there any alternatives which will detect this condition automatically? Are there any configurable

Active MQ hangs while closing session

2007-10-15 Thread Badri
does not allow the user to create a new topic session topic. I am not sure if it's solved in future versions of Active MQ (if it's a known issue). Thanks for the help advice. Regards Badri -- View this message in context: http://www.nabble.com/Active-MQ-hangs-while-closing-session

Active MQ hangs

2007-09-28 Thread Badri
) at java.lang.Thread.run(Thread.java:595) I am just wondering if something in active mq hangs not allowing my application thread to receive data or do further events. Please advice. Thanks Badri -- View this message in context: http://www.nabble.com/Active-MQ-hangs-tf4535997s2354.html#a12945639 Sent from