Re: JMS Beginner Question
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, November 4, 2006 06:20 PM
You need something to listen to the queue. I think you can just register a listener, giving it a method in a class in your web application? and you have to have some way of invoking the code that does this registration, either in response to a URL that you browse to (i.e. some "initme" or "admin" url), or else in the init() method of a servlet, perhaps.