3 Replies Latest reply on Jul 17, 2006 4:07 AM by jaikiran

    Adding a listner as a new service

    sxj

      Hi,
      I'm trying to implement a listener listening to the JMS queue and deploy this as a jboss service which should continuously start listening once the server is started. I have been able to start the service but when i try to receive message i get error. I am using QueueConnectionFactory and related objects to get to the queue. This code works fine as console application but not from service. Is there any other way I can read the messages?
      Please help.
      Thanks a lot,
      S