Stomp4j source

2011-11-08 Thread John Fletcher
Anyone have the source for stomp4j or anything else helpful? It's working nicely for me but throwing a null pointer exception at a certain point. I'd like to fix it but even though it's on google code... there's no source code in the repository! I reported the violation

XMPP with queues

2011-10-04 Thread John Fletcher
I got the XMPP protocol going on ActiveMQ following the guide at http://activemq.apache.org/xmpp.html - it worked nicely. Now the challenge I have is that messages I send via XMPP all appear in topics in the broker. Is there a way to send to queues via XMPP? Thanks, John

Latest on planned AMQP support

2011-10-04 Thread John Fletcher
Hi, I'm looking into AMQP support on ActiveMQ and I've stumbled upon some mixed signals. This page claims that ActiveMQ supports AMQP: http://activemq.apache.org/cross-language-clients.html, however clicking on the link brings one to a page that states that ActiveMQ does not actually support AMQP.

Re: Per-transportconnector authentication

2011-08-18 Thread John Fletcher
; ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Thu, Aug 18, 2011 at 11:01 AM, John Fletcher > wrote: > > > I have an ActiveMQ instance with transport connectors as follows: > > > > > > > > Is it possible to

Per-transportconnector authentication

2011-08-18 Thread John Fletcher
I have an ActiveMQ instance with transport connectors as follows: Is it possible to require authentication on the ssl connector but allow anonymous authentication on the local connector? I don't have complicated authorisation rules, I could just give admin access to anyone who successfully conne

Re: XMPP authentication

2011-07-11 Thread John Fletcher
Unfortunately the information in the doco page about security in insufficient to get security going in 5.5.0, at least with simpleAuthenticationPlugin. So what does one need to do? I don't know, but I can confirm that following the steps in the doco doesn't work and that the enable anonymous access

Re: Simplest possible broker-to-broker authentication

2011-07-07 Thread John Fletcher
OK I JIRA'd it https://issues.apache.org/jira/browse/AMQ-3395 Regards, John 2011/7/5 John Fletcher > 2011/7/5 Dejan Bosanac > > Do you have the other broker trying to connect to this one? > > > No, that's the strange thing. I only have one broker running. >

Re: Simplest possible broker-to-broker authentication

2011-07-05 Thread John Fletcher
> The experts in open source integration and messaging - > http://fusesource.com > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Tue, Jul 5, 2011 at 11:28 AM, John Fletcher > wrote: > > > I'm trying to impleme

Simplest possible broker-to-broker authentication

2011-07-05 Thread John Fletcher
I'm trying to implement security and I want to start by just creating a simple broker to broker authentication (ActiveMQ 5.5.0). Unfortunately when I add the simpleAuthenticationPlugin to one broker, it throws WARN messages, even when it is the only thing running (nothing trying to connect to it):