Re: Ignoring subscriptions to excluded destinations

2012-12-06 Thread Christian Posta
James, this is related to a bug: https://issues.apache.org/jira/browse/AMQ-4210 Will have a fix in shortly. On Tue, Oct 30, 2012 at 8:52 AM, James Green wrote: > Gary, > > Spoke config: > >name="plenty-hub-01" >duplex="true" >c

Wire format negotiation timeout

2012-12-06 Thread chenna
Hi All, Am getting exception like javax.jms.JMSException: Wire format negotiation timeout: peer did not send his wire format. when am using in heavy traffic middle of the process getting this exception after some time it will automatically solved and processing. Can you conform why it is gett

Re: xmx and memoryList

2012-12-06 Thread Christian Posta
No, it's not. the memoryUsage limit is for messages cached within the broker ready for dispatch. it should be a portion of the heap usage (50-70%). you still need heap memory for normal usage (threads, object creation, etc). if you set memoryLImit to the same as the JVM heap, you can run OOM. Hope

Re: KahaDB not able to ignore broken log files

2012-12-06 Thread RJtokenlanring
I've added those checks after... so this is problem. Thanks! 2012/12/6 gtully [via ActiveMQ] > note: the attributes checkForCorruptJournalFiles="true" and > checksumJournalFiles="true" > must be enabled when the journal files are originally created. In > other words. they dont apply retrospecti

Re: KahaDB not able to ignore broken log files

2012-12-06 Thread Gary Tully
note: the attributes checkForCorruptJournalFiles="true" and checksumJournalFiles="true" must be enabled when the journal files are originally created. In other words. they dont apply retrospectively. On 6 December 2012 13:44, RJtokenlanring wrote: > HI, thank you. > No, this not worked. File is

Re: KahaDB not able to ignore broken log files

2012-12-06 Thread Torsten Mielke
Not sure if it helps in your case but can you try deleting the db.data index file and restart your broker? It will then rebuild the index based on the journal files. If the journal files are complete bogus though, this approach may not help. Regards, Torsten Mielke tors...@fusesource.com tmi

Re: ActiveMQ LDAP Authorization Issue

2012-12-06 Thread Torsten Mielke
Hello, Not sure about your actual problem but the FuseSource Security Guide for ActiveMQ has a good tutorial for configuring LDAP based authentication and authorization. Perhaps this can help you? http://fusesource.com/docs/broker/5.5/security/LDAP.html Perhaps this blog post is also of inter