Question 1) Is it possible to build an bean, which is some sort of tcp port
listener?
Idea is to listen for traffic on port and then fire an even/send a msg to
queue if something is received
Question 2) What if we have an 3rd party java api to connect some server
using rmi
(for an example an api which builds up an connection to short message
center)
Would it be possible to create an bean which builds up this connection(and
does this only once),
keeps it up and listens for method calls from clients and then sends them
away