You can also turn your custom TCP messages into EJB invocations. Take a look at the JRMPInvoker in the code base as an example.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks > Sent: Thursday, June 20, 2002 4:22 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Am I thinking about this correctly? > > > That's what to do! > > david jencks > > On 2002.06.20 15:46:48 -0400 Jim Williams wrote: > > Hello, > > I am new to jboss so I am looking for a bit of advice. > > > > I have a problem and I think I know how to solve it > > but I may be barking up the wrong tree or in the wrong > > forest altogether. > > > > > > What I need to do is to create a class that listens on > > a port and triggers other objects when it receives > > data. Not a big deal really i am just not used to > > using Jboss and I am feeling unsure. (I have done > > this before with just plain java classes) The data > > coming in is our own format over tcp. We do not want > > to run a vm on the "terminals" so jms is out. We do > > not want to use http for the message. > > > > The way I think I deal with this with jboss is to > > write a custom mBean service to deal with our > > situation. Open a port listener and deal with the > > data as it comes in. Am I think correctly here or am > > I way off?? > > > > Thanks, > > Jim Williams > > Software Engineer, 4Access Communications > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > http://fifaworldcup.yahoo.com > > > > > > ------------------------------------------------------- > > Sponsored by: > > ThinkGeek at http://www.ThinkGeek.com/ > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
