Re: Actively persistentstore is full

2019-02-18 Thread Shekhar Naidu
index file, but if your db.data is only 78 MB, the index won't bring you to > 100 GB. > > Can you post the actual error message, and your activemq.xml? > > Tim > > On Wed, Feb 13, 2019, 12:52 PM Shekhar Naidu wrote: > > > Hi, > > We are getting an

Actively persistentstore is full

2019-02-13 Thread Shekhar Naidu
Hi, We are getting an error message in the activemq.log and mq is not accepting any new messages. Could you please let me know what does this mean. I see a setting in activemq.xml as storeUsage limit=100gb What file size does this belong to? When I checked the db.data file size, it is only 78MB.

Re: cannot send channel has already failed

2017-04-02 Thread Shekhar Naidu
log is showing what the underlying problem is, I see > two things you could do: > 1. Turn up logging to DEBUG and see if you can see anything useful then. > 2. Download the ActiveMQ source, attach a debugger, and walk through the > code to try to figure out what's going on. > >

Re: cannot send channel has already failed

2017-03-31 Thread Shekhar Naidu
I am seeing connection reset errors in the active mq log file. On Mar 31, 2017 3:23 PM, "Shekhar Naidu" wrote: > I do not see any other issues/exceptions except this one > > Thank you > Shekar > > On Mar 31, 2017 9:27 AM, "Tim Bain" wrote: > >> I

Re: cannot send channel has already failed

2017-03-31 Thread Shekhar Naidu
t; error you quoted. Are there any earlier errors in your log files (either > client or broker)? > > Tim > > On Mar 31, 2017 5:36 AM, "Shekhar Naidu" wrote: > > I am doing my application setup in linux for the first time. I have both a > standalone java program and acti

cannot send channel has already failed

2017-03-31 Thread Shekhar Naidu
I am doing my application setup in linux for the first time. I have both a standalone java program and active mq running on Linux. I am trying to connect to Active Mq (5.13) but I keep getting an error message "*cannot send channel has already failed*" The same program working fine in my local win

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Shekhar Naidu
thank you james.. thank you very much for the reply Thank You Shekhar On Tue, Jul 8, 2008 at 6:11 PM, James Strachan <[EMAIL PROTECTED]> wrote: > 2008/7/8 Shekhar Naidu <[EMAIL PROTECTED]>: > > Hi We have requirement to transfer messages from one ActiveMQ to > another

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Shekhar Naidu
lease see: > http://activemq.apache.org/jms-to-jms-bridge.html > > Shekhar Naidu schrieb: > > Hi We have requirement to transfer messages from one ActiveMQ to another >> ActiveMQ, meaning we want to have a bridge which autometically transfers >> messages from one queue t

ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Shekhar Naidu
Hi We have requirement to transfer messages from one ActiveMQ to another ActiveMQ, meaning we want to have a bridge which autometically transfers messages from one queue to another queue. Source Server Queue to Destination server queue Is this facility available in ActiveMQ??? ... Thank You --