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
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
>
MQConnectionFactory(user,
>> null, url);
>>}
>>
>>try {
>>connection = vmConnectionFactory.createConnection(user,
>> null);
>>}
>>catch (JMSException e) {
>>//
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
}
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.
> > Hi All,
>> >
>> >
>> > I am basically trying to authenticate users while creating connection
>> using
>> > the Simple Authenti
PROTECTED]> wrote:
>
> Hi All,
>
>
> I am basically trying to authenticate users while creating connection using
> the Simple Authentication Plugin.
>
> activemq.xml
> =
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
Hi All,
I am basically trying to authenticate users while creating connection using
the Simple Authentication Plugin.
activemq.xml
===
Code Snippet
public class SimpleProducer