Re: AMQ DataStore exception leading to Java.IO.EOFException

2010-04-08 Thread sk123
Has the API for Active MQ 5.3.1 been published? If so please point me to it. Thanks in Advance Sunita Gary Tully wrote: > > kahaDB is only in versions 5.3 and up. Impl > class org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter > > On 8 April 2010 00:16, sk123 wro

Re: AMQ DataStore exception leading to Java.IO.EOFException

2010-04-07 Thread sk123
Hi, Is KahaPersistenceAdapter the class that represents KahaDB? The broker is loaded and configure programmatically. Currently, Active MQ 5.1 and AMQ is being used. Appreciate you reply. Thanks Sunita rajdavies wrote: > > Yes - though make sure its KahaDB - there's an older store called Kah

Unable to download ActiveMQ 5.2

2008-09-22 Thread sk123
Hi, I am trying to download Active MQ 5.2 but all the HTTP sites are giving a 404 error. It there any alternative site to download. I was trying to download the windows binary. s -- View this message in context: http://www.nabble.com/Unable-to-download-ActiveMQ-5.2-tp19613913p19613913.html S

ActiveMQ

2008-08-08 Thread sk123
Hi Is there a way to know if the broker is shutting down? I have an embedded broker and looks like the application is trying to publish events after the broker starts to shutdown. I am using ActiveMQ 5.1. org.apache.activemq.ConnectionFailedException: The JMS connection has failed: Peer (vm:/

Purging delivered messages

2008-07-23 Thread sk123
Hi, Is there way to purge delivered message from AMQ store? Enabling archiving does move the messages to the archive folder. I would like to know if there is any other approach. I am using Active MQ 5.1. Thanks s -- View this message in context: http://www.nabble.com/Purging-delivered-messages

Issues with slow consumer and disk space usage by AMQ

2008-07-21 Thread sk123
Hi, I am using ActiveMQ 5.1.0. In my setup I have one topic, one producer and one durable consumer. I am using the default AMQ for storage. As I bring up the broker as an embedded broker all these are on default setting. During stress testing we observed that 1. When the consumer was slowed d

Re: VM crashed during stress test

2008-05-19 Thread sk123
was able to send 20K messages with no problem. My test scenario has one producer and one consumer. sk123 wrote: > > Hi, > > I am using Active MQ 5.1. My test is to send 4000 event in a minute. After > processing 8000+ events the test crashed. I have attached the generated > log f

VM crashed during stress test

2008-05-16 Thread sk123
Hi, I am using Active MQ 5.1. My test is to send 4000 event in a minute. After processing 8000+ events the test crashed. I have attached the generated log file. Could someone please explain why the crash occurred? Any insight is much appreciated. TIA http://www.nabble.com/file/p17282360/hs_err_

Re: Can someone explain what these exceptions are?

2008-05-02 Thread sk123
Will 5.1 address all the issues: NullPointerException, TransportDisposedIOException and RecoveryListenerAdapter error? I did see that RecoveryListenerAdapter error was fixed on 5.1. Any idea when 5.1 is planned for release? rajdavies wrote: > > > On 1 May 2008, at 22:52, sk

Can someone explain what these exceptions are?

2008-05-01 Thread sk123
Hi, I using Active MQ 5.0. In this test I send 4000 event in batches for 50 at an interval of 725 milliseconds. I run the test and receive all the events and shut down the broker. When the broker is started again it throws these exceptions: 2008-05-01 14:50:31,659 [main] INFO org.apache.activem

Passing ObjectMessage from Java to C#

2008-04-28 Thread sk123
Hi, I am using Active MQ 5.0. The producer is in Java and the messages are of type ObjectMessage. The consumer could wither be Java or C#. For c# clients I am using NMS. Is there a way of passing Java object to C# other than XML? If so could you please point me some documentation as I could not

Re: Simple Authentication Plugin

2008-03-31 Thread sk123
Thanks Rob!! Moving addConnector() to the last work. rajdavies wrote: > > > On 27 Mar 2008, at 22:49, sk123 wrote: > >> >> Hi, >> >> I am trying to understand ActiveMQ's security feature. >> >> I started with simple authentication bu

Simple Authentication Plugin

2008-03-27 Thread sk123
Hi, I am trying to understand ActiveMQ's security feature. I started with simple authentication but seem to be missing something. I have search the forum as well as Google but no luck. My test starts the embedded broker and makes a connection. Based on the users defined, I expect the request t