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

2007-04-24 Thread TheKK
>> > for (int i = 0; i < NUM_MSGS; i++) { >> > message.setText("This is message " + (i + 1)); >> > log.info("Sending message: " + message.getText()); >> > Thread.sleep(5000); &g

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

2007-04-24 Thread James Strachan
onnection.close(); > } > catch (JMSException e) { > } > } > } > } > } > > > > While running the SimpleProducer application,with wrong credentials it does > not throw any exception like user is

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

2007-04-24 Thread James Strachan
{ try { connection.close(); } catch (JMSException e) { } } } } } While running the SimpleProducer application,with wrong credentials it does not throw any exception like user is invalid or user is not authtenticated.

Configure Simple Authentication Plugin in apache-activemq-4.1.1

2007-04-19 Thread TheKK
ike user is invalid or user is not authtenticated. So,Please let me know the correct steps to configure Simple Authentication Plugin in apache-activemq-4.1.1. Thanks in advance, KK -- View this message in context: http://www.nabble.com/Configure-Simple-Authentication-Plugin-in-apache-activemq-4.1.1-tf3607805s2354.html#a10080142 Sent from the ActiveMQ - User mailing list archive at Nabble.com.