Re: Simple Authentication Plugin - User name or password is invalid

2012-02-27 Thread Dejan Bosanac
RROR [stderr] (MSC service thread 1-11) at > > org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83) >10:51:03,860 ERROR [stderr] (MSC service thread 1-11) at > org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:220) >10:51:0

Re: Simple Authentication Plugin - User name or password is invalid

2012-02-27 Thread qt4x11
read 1-11) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:202) 10:51:03,861 ERROR [stderr] (MSC service thread 1-11) ... 1 more Thank you for any advice. On Mon, Feb 27, 2012 at 10:42 AM, qt4x11 wrote: > I modified our ActiveMQ configuration to use ActiveMQ Simple >

Re: Simple Authentication Plugin

2008-03-31 Thread sk123
MQConnectionFactory(user, >> null, url); >>} >> >>try { >>connection = vmConnectionFactory.createConnection(user, >> null); >>} >>catch (JMSException e) { >>//

Re: Simple Authentication Plugin

2008-03-31 Thread Rob Davies
ption e) { // TODO Auto-generated catch block e.printStackTrace(); } Please advice TIA sk -- View this message in context: http://www.nabble.com/Simple-Authentication-Plugin-tp16340202s2354p16340202.html Sent from the ActiveMQ - User mailing list archi

Simple Authentication Plugin

2008-03-27 Thread sk123
} catch (JMSException e) { // TODO Auto-generated catch block e.printStackTrace(); } Please advice TIA sk -- View this message in context: http://www.nabble.com/Simple-Authentication-Plugin-tp16340202s2354p16340202.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Configure Simple Authentication Plugin in apache-activemq-4.1.1

2007-04-24 Thread TheKK
> > Hi All, >> > >> > >> > I am basically trying to authenticate users while creating connection >> using >> > the Simple Authenti

Re: Configure Simple Authentication Plugin in apache-activemq-4.1.1

2007-04-24 Thread James Strachan
PROTECTED]> wrote: > > Hi All, > > > I am basically trying to authenticate users while creating connection using > the Simple Authentication Plugin. > > activemq.xml > =

Re: Configure Simple Authentication Plugin in apache-activemq-4.1.1

2007-04-24 Thread James Strachan
Could you show us the complete activemq.xml and the activemq log please? Are you running the broker using the activemq script? On 4/19/07, TheKK <[EMAIL PROTECTED]> wrote: Hi All, I am basically trying to authenticate users while creating connection using the Simple Authentication

Configure Simple Authentication Plugin in apache-activemq-4.1.1

2007-04-19 Thread TheKK
Hi All, I am basically trying to authenticate users while creating connection using the Simple Authentication Plugin. activemq.xml === Code Snippet public class SimpleProducer