Re: Stomp & ActiveMQ

2012-12-07 Thread Christian Posta
On Fri, Dec 7, 2012 at 11:24 AM, rischfre wrote: > Hi, > > i m a bit surprise by the lack of documentation about Stomp instalation. In > my case it would be interresant as after installing ActiveMQ 5.7.0 on a > ubuntu server i don t manage to install (or switch on) the Stomp part

Re: NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread mleiseca
tabish...@gmail.com wrote > Have you tried setting concurrentStoreAndDispatchQueues=false to see if > it has any effect? Would I change that in the embedded brokers (which are using kahadb persistence) or the central broker (which is using mysql for persistence)? -- View this message in cont

Re: NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread Timothy Bish
On Fri, 2012-12-07 at 09:28 -0800, mleiseca wrote: > ceposta wrote > > Looks like the content of the message is null and it cannot be marshalled. > > Not sure why there would be null messages... are producers sending them? > > That shouldn't be happening for a couple of reasons: > - we are using

Re: NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread mleiseca
ceposta wrote > Looks like the content of the message is null and it cannot be marshalled. > Not sure why there would be null messages... are producers sending them? That shouldn't be happening for a couple of reasons: - we are using spring to send messages and there are only a couple of places w

Is anyone using cachedLDAPAuthorizationMap with ActiveMQ 5.7.0 ?

2012-12-07 Thread Rob Coward
I'm in the process of upgrading from 5.5.1 to the 5.7.0 release and would like to try taking advantage of our ldap directory for queue authorizations (we are already using the jaasAuthenticationPlugin against our openldap server for authenticating connections but are currently using a static

NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread mleiseca
We have an app running in Tomcat 7 and deployed on two different servers. Inside the app, there are consumers for a dozen queues or so. Most of the time, AMQ works just fine. Occasionally, we see errors like this in the broker: This is causing problems in the consumers in the app instance that t