Re: Actually getting Stomp support to a usable state...

2007-06-22 Thread PieterN
} final SessionInfo sessionInfo = new SessionInfo(sessionId); sendToActiveMQ(sessionInfo,null); Hope this helps. Regards, Pieter Naaijkens -- View this message in context: http://www.nabble.com/Getting-Stomp-support-to-a-usable-state...-tf38

Re: Actually getting Stomp support to a usable state...

2007-06-21 Thread James Strachan
On 6/21/07, Tom Samplonius <[EMAIL PROTECTED]> wrote: - "James Strachan" <[EMAIL PROTECTED]> wrote: ... > Just use the JAAS plugin in ActiveMQ and you're good to go; the Stomp > code uses whatever security plugin you're using As has been discussed, this is broken, and has been since 4.1.

Actually getting Stomp support to a usable state...

2007-06-20 Thread Tom Samplonius
- "James Strachan" <[EMAIL PROTECTED]> wrote: ... > Just use the JAAS plugin in ActiveMQ and you're good to go; the Stomp > code uses whatever security plugin you're using As has been discussed, this is broken, and has been since 4.1.1 or earlier. Is there any sort of roadmap to the Act

Re: Getting Stomp support to a usable state...

2007-06-13 Thread Tom Samplonius
- "PieterN" <[EMAIL PROTECTED]> wrote: > Patch: > --- > ../../../activemq-snapshot/src/activemq-core/src/main/java/org/apache/activemq/transport/stomp/ProtocolConverter.java > ... I've tried this patch, and it doesn't change anything. Stomp clients can still connect with any userna

Re: Getting Stomp support to a usable state...

2007-06-11 Thread PieterN
throw new ProtocolException(exception.getException().getMessage()); + } + } final SessionInfo sessionInfo = new SessionInfo(sessionId); sendToActiveMQ(sessionInfo,null); -- View this message in context: http://www.nabble.com/Getting-Stomp-support-to-a-usable-state...-tf38

Re: Getting Stomp support to a usable state...

2007-06-08 Thread Mario Siegenthaler
I've added some documentation about the webconsole and I included a section about how to password protect it (although only on jetty, but I hope the folks will figure out how to 'translate'' that to tomcat by themself :). And for the JMX-password issue there is a patch by Andrew Deason (https://is

Re: Getting Stomp support to a usable state...

2007-06-07 Thread Tom Samplonius
- "James Strachan" <[EMAIL PROTECTED]> wrote: > On 6/2/07, Tom Samplonius <[EMAIL PROTECTED]> wrote: > > > > How much more work needs to occur to get Stomp protocol support to > a usable state? > > Huh? :) Its very useable right now James, Another component of getting Stomp to a usable

Re: Getting Stomp support to a usable state...

2007-06-06 Thread Tom Samplonius
- "James Strachan" <[EMAIL PROTECTED]> wrote: > On 6/2/07, Tom Samplonius <[EMAIL PROTECTED]> wrote: > > > > How much more work needs to occur to get Stomp protocol support to > a usable state? > > Huh? :) Its very useable right now > > > > The biggest issue is lack of any authentication

Re: Getting Stomp support to a usable state...

2007-06-06 Thread James Strachan
On 6/2/07, Tom Samplonius <[EMAIL PROTECTED]> wrote: How much more work needs to occur to get Stomp protocol support to a usable state? Huh? :) Its very useable right now The biggest issue is lack of any authentication support for Stomp, so anyone with access to the Stomp port can get a

Re: Getting Stomp support to a usable state...

2007-06-03 Thread Tom Samplonius
- "Tom Samplonius" <[EMAIL PROTECTED]> wrote: > The Web Console has similar issues. There is no easy way to > password protect it. But if you password protect JMX access, it will > break the Web Console. ... I was wrong here. I based my comment on this bug report: http://www.nabble.c

Getting Stomp support to a usable state...

2007-06-02 Thread Tom Samplonius
How much more work needs to occur to get Stomp protocol support to a usable state? The biggest issue is lack of any authentication support for Stomp, so anyone with access to the Stomp port can get and send anything. I can't imagine that anyone is using Stomp in production yet. But is an