Re: Network of brokers

2007-10-24 Thread Arif Mohd
Hi all, Iam trying to evaluate this feature of activemq and has just gone through the documentation and not able to get exact idea so, when looking in mailing list found this thread(ofcourse which is very much outdated).My question is still all these problems exist in latest releases?

Can i provide my own DB Table for message persistence?

2007-10-10 Thread Arif Mohd
Hi, Iam using JDBC for message persistence. Can i configure activeMQ in such a way that it uses my own supplied DDL statement for creating a table for message persistence? My message will be an Object message so i want a custom table with column names ID,name,val where ID should be for

Re: Messages from the durable topic are not deleted once they are read.

2007-06-15 Thread Arif Mohd
concurrently please help me out in this regards, it will be a great help to me. The issue is reported in the forum under subject "Problem with mySQL as persitence storage for messages" James.Strachan wrote: > > On 6/13/07, Arif Mohd <[EMAIL PROTECTED]> wrote: >> >

Problem with mySQL as persitence storage for messages

2007-06-15 Thread Arif Mohd
Hi, Iam using activeMQ 4.1,servicemix 3.1 and using mySQL as persitence storage for messages, iam getting the following exception under the scenario as mentione below. when i place multiple requests(4-5) at a time, could any body help me out what i have to do, to get rid of this error

Messages from the durable topic are not deleted once they are read.

2007-06-13 Thread Arif Mohd
Hi, - Messages are posted in topic - Clients are able to read the message - but once they are read the message is not being deleted from the topic. - There are no pending subscribers which are yet to get the message Does any body know why the message is not deleted from the topi