Re: ActiveMQ 2-Way Authentication

2015-04-25 Thread Tim Bain
Which side is complaining about the bad certificate? Client or server? I assume the server is complaining about the client's cert, since it works when NeedClientAuth=false. Is that right? Also, does the client's cert's CN match its hostname? Also, this StackOverflow page ( http://stackoverflow

Re: Storing message off heap, message compression, and storing the whole message as headers.

2015-04-25 Thread Tim Bain
On Mon, Apr 20, 2015 at 10:16 AM, Kevin Burton wrote: > On Mon, Apr 20, 2015 at 6:24 AM, Tim Bain wrote: > > > I'm confused about what would drive the need for this. > > > > Is it the ability to hold more messages than your JVM size allows? If > so, > > we already have both KahaDB and LevelDB;

Re: DLQ, cause:null

2015-04-25 Thread Tim Bain
James, The prefetch buffer is a buffer of messages in the ActiveMQ code in the client process that holds messages that have been dispatched from the broker to the client but that haven't yet been handed over to the client. The purpose is to keep some number of messages in memory and available for

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-04-25 Thread Tom_Z
Hi Ahbi, what is the result of your research? Tom -- View this message in context: http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-tp4692008p4695628.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.