>> > 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
onnection.close();
> }
> catch (JMSException e) {
> }
> }
> }
> }
> }
>
>
>
> While running the SimpleProducer application,with wrong credentials it does
> not throw any exception like user is
{
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.
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.