RE: Error on starting QueueConnection

2007-08-21 Thread denez
your help and answers. Regards, Denez denez wrote: > > New test done ! I have put this code into my first project. > If i try to create a Connection, a Session and a Consumer there is no > problem at all. > But if i create a QueueConnection, a QueueSession and a QueueReceiver i &

Re: How can i contribute to the AMQ-documentation?

2007-08-21 Thread denez
weblogic. But how could it be possible ? Regards, Denez Dingwen Yuan wrote: > > I strongly agree to that. But the way, I think AMQ lacks a well orgnized > user/developer guide. > It seems that you should have an acount to login to Confluence, and then > you > could edit the wiki pa

RE: Error on starting QueueConnection

2007-08-20 Thread denez
eueSession not. What is the difference between Connection and QueueConnection ? What is the difference between Consumer and QueueReceiver ? thanks in advance, Regards, Denez denez wrote: > > Here is my new investigation : > I create a new project! > I only implement one

RE: Error on starting QueueConnection

2007-08-20 Thread denez
lanation or something. Probably too many time spent on this problem to have a clear and precise vision of it. Thanks in advance, Regards, Denez denez wrote: > > I try your both sample, but it still doesn't work. > I try to move my project directory because originally contains space.

RE: Error on starting QueueConnection

2007-08-20 Thread denez
sample web application that use ActiveMQ ? Thanks in advance. Regards, Denez Suchitha Koneru (sukoneru) wrote: > > The JMS documentation suggests that we start the connection after > creating the receiver and registering it with a message listener. Please > look at point no: 6 in

RE: Error on starting QueueConnection

2007-08-17 Thread denez
if i miss something in my configuration. Why there is no exception throw ? Could it be an error in AMQ ? Thanks in advance, Regards, Denez denez wrote: > > Hi, > > I follow your instruction regarding the order. I also modify the url in > the jndi resource to have the same url. &g

RE: Error on starting QueueConnection

2007-08-17 Thread denez
localhost:61616?trace=true) But, with this all changes i still have the same problem while trying to create the receiver ! I can't understand what's happen. Can i miss something in my configuration ? Could you help me again to deal with this problem ? Thanks in advance, Regards, Dene

Re: Error on starting QueueConnection

2007-08-16 Thread denez
in the Tomcat console when i pass on the line : ActiveMQQueueReceiver aqr = (ActiveMQQueueReceiver)qs.createReceiver(q) ; i've got the error : SERIOUS : error starting context /jms an that all ?? Could you help me to deal with this error ??? Thanks in advance, Regards, Denez denez

Re: Error on starting QueueConnection

2007-08-16 Thread denez
/ answer. Regards, Denez denez wrote: > > Hi all, > > I got the same error trying to create a sender ! > A very strange thing appear because there is no exception throw ! Just > nothing happened and the rest of my code is never (i suspect) excecuted. > > Could you help me, o

Re: Error on starting QueueConnection

2007-08-16 Thread denez
Hi all, I got the same error trying to create a sender ! A very strange thing appear because there is no exception throw ! Just nothing happened and the rest of my code is never (i suspect) excecuted. Could you help me, or ask me if something is not clear. Thanks in advance, Regards, Denez

Re: Error on starting QueueConnection

2007-08-16 Thread denez
er.stop(); }catch(Exception e){ System.err.println(e.getMessage()); e.printStackTrace(); throw new RuntimeException(e); } } } What is wrong ?? Why i can not create a Receiver ?

Error on starting QueueConnection

2007-08-16 Thread denez
tarted=false as normal. What is wrong on my code ? Could you help me, or tell me what you think about this ? Regards, Denez -- View this message in context: http://www.nabble.com/Error-on-starting-QueueConnection-tf4278515s2354.html#a12178078 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Using ActiveMQ into Tomcat

2007-08-14 Thread denez
velop some instruction in the onMessage method to made some batch in asynchronous mode. Is that possible and how ? Thanks in advance for your answer. Please tell me if it's not understandable. Regards, Denez denez wrote: > > Hi all, > > I would like to embedded ActiveMQ to Tomcat 5.5

Re: RE : active mq on tomcat (configuration)

2007-08-13 Thread denez
d back. Regards, Denez Suchitha Koneru (sukoneru) wrote: > > Hi Denez , > > You could try out the following . The broker is configured as follows > in our application. > > In our application , there are two web apps and the inter web app > communication is via the active

Re: How to monitor ActiveMQ that running on JBoss

2007-08-13 Thread denez
Could you tell me what have you done to made it possible ? I have no idea about how connect this two different server ! Thanks, Regards, Denez ferry97 wrote: > > Hi Denez, > I run in under JBoss 4.2.0 GA. I have no idea on how to run it under > Tomcat. > Perhaps you can post

Re: How to monitor ActiveMQ that running on JBoss

2007-08-13 Thread denez
Hi, Which configuration have you made to run ActiveMQ under JBOSS ? I try to run ActiveMQ under Tomcat but without success for the moment ! Could you help me ? Thanks, Denez ferry97 wrote: > > Hi, > I search from the help that to monitor the ActiveMQ we can do it from > JCons

Using ActiveMQ into Tomcat

2007-08-13 Thread denez
the onMessage method to made some batch in asynchronous mode. Please tell me if it's not understandable. Regards, Denez -- View this message in context: http://www.nabble.com/Using-ActiveMQ-into-Tomcat-tf4259524s2354.html#a12121718 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem using ActiveMQ

2007-08-09 Thread denez
the execution doesn't stop ! i place a breakpoint after created the session but never have nothing. I made some effort all the day to try working with ActiveMQ. But without any success for the moment. Have a very basic example that i could try ? Thanks in advance Mario. Regards, Denez

Re: Problem using ActiveMQ

2007-08-09 Thread denez
stand what happend because there is no exception throw !! Could you help me again ? Thanks in advance, Regards, denez Mario Siegenthaler-2 wrote: > > I think you're supposed to call connection.start() as soon as you're > application thinks it fitting, connections don't come

Problem using ActiveMQ

2007-08-08 Thread denez
27;ve got the connection but with parameter started=false ! So when i try to get a session nothing append. No error, no shutdown of tomcat. Can someone help me to deal with this problem. Thanks in advance. Regards, Denez -- View this message in context: http://www.nabble.com/Problem-using-Act