Re: How can consumer monitor the producer via Spring

2009-08-11 Thread Dejan Bosanac
d?username? how can I write it? > I made it like this: > > connectionFactory = new ActiveMQConnectionFactory( > ActiveMQConnection.DEFAULT_USER, >ActiveMQConnection.DEFAULT_PASSWORD, >"vm://192.168.201.249"); >connection = connectionFactory.createConnection(); >connection.start(); >session = > connection.createSession(false,Session.AUTO_ACKNOWLEDGE); >destination = session.createQueue("FOO.BAR"); >consumer = session.createConsumer(destination); > > I got a waring:Waiting to Lock the Store activemq-data\192.168.201.249. > > I appreciate any your help. Best whishes! > > dirful > 08/10/2009 > > -- > View this message in context: > http://www.nabble.com/How-can-consumer-monitor-the-producer-via-Spring-tp24895824p24895824.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

How can consumer monitor the producer via Spring

2009-08-10 Thread dirful_zone
.createConsumer(destination); I got a waring:Waiting to Lock the Store activemq-data\192.168.201.249. I appreciate any your help. Best whishes! dirful 08/10/2009 -- View this message in context: http://www.nabble.com/How-can-consumer-monitor-the-producer-via-Spring-tp24895824p24895824.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.