Re: Notfication on closing of WebSocket connection?

2012-03-01 Thread Otho
Hi Dejan, I don't have much of an idea how Jetty handles the websocket protocol. Maybe it would be easier to make some configurable hook, so that you can for example plug in a netty websocket server where all events are readily available. If they are available in Jetty, too they should definitely

problem getting activemq-admin working on a host with both an internal and external IP address

2012-03-01 Thread Geraghty, Colm
hi there I'm running an activeMQ broker on a CentOS host which has both an internal and external IP address (I have no control over these settings) The external address is stored in /etc/hosts lets say 111.222.333.444 and the internal is returned in the inetAddress on ifconfig - lets say 555.66

Re: activemq websocket transport connector on karaf 2.2.4 will not start

2012-03-01 Thread Dejan Bosanac
https://issues.apache.org/jira/browse/AMQ-3579 should be relevant. You might want to test the latest snapshot and see if it works. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.n

Re: Notfication on closing of WebSocket connection?

2012-03-01 Thread Dejan Bosanac
Hi Otto, it doesn't seem possible at the moment. Every contribution is more than welcomed :) Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Action: http

Re: ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread Dejan Bosanac
It'd be good if you can just run a test, so we can see if it's something that's still actual or not. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Acti

Route messages from HornetQ to ActiveMQ

2012-03-01 Thread mwittig
Hi, I want to route messages from a HornetQ (2.1.7) Provider to ActiveMQ using Camel (2.8.0) in ActiveMQ (5.5.1). So I set up configs as follow: camel.xml I also added jnp-client-4.0.2.jar to /lib folder. The result is a NoClassDefFoundError. I think there is something broken because of the Sp

Re: ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread cghersi
Hi Dejanb, unfortunately we have a requirement to stay on 5.3.0... Is there any other way? Thanks Bye cghersi -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NullPointerException-on-broker-while-checking-for-authorization-tp4434405p4434969.html Sent from the Ac

Notfication on closing of WebSocket connection?

2012-03-01 Thread Otho
Hi all! It there any possibility to get notified on close of a WebSocket connection? The ServerSocket onClose method contains no logic and interceptors don't seem to offer that functionality, too. Regards, Otho

Re: ACTIVEMQ USER VALIDATION USING JAAS

2012-03-01 Thread Gary Tully
add it to activemq.xml, see an example at http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/jaas-broker.xml On 1 March 2012 13:10, vijet wrote: > Sir, i went through it in that they have told initially use > > >         >                

Re: ACTIVEMQ USER VALIDATION USING JAAS

2012-03-01 Thread vijet
Sir, i went through it in that they have told initially use but i am unable to locate in which xml file i should paste this ? in my activemq directory , i pasted it in activemq.xml and when i did this the server is not starti

Re: ACTIVEMQ USER VALIDATION USING JAAS

2012-03-01 Thread Dejan Bosanac
There's a lot of details at http://activemq.apache.org/security.html Basically, you'll need to create JAAS authentication module that will work with your database and hook it to the broker using login.config and , like it is shown in examples. Regards -- Dejan Bosanac Senior Software Engineer

Re: ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread Dejan Bosanac
Hi, can you try some newer version of broker, like 5.5.1 and see if problem is still there? Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Action: http:

ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread cghersi
Hi all, I'm using ActiveMQ 5.3.0 under OSGi environment from two years without any notable issue. Now, I need to add authorization management for users publishing/subscribing to particular topics. For this purpose, I developed a plugin which implements org.apache.activemq.security.MessageAuthoriz