1 Reply Latest reply on Jan 28, 2011 5:04 PM by nickarls

    Running a listener within JBoss?

    steve2006

      I need to have a listener in my application that creates a server socket connection and waits for incoming messages. For each received message, it needs to store them in database and also make a web service call.

      I am using JBoss 5 application server  and MYSQL for developing this application. Is it possible to have this kind of listener within JBoss or does it have to be outside JBoss? If it's outside, how can it access jboss datasources?