[jboss-user] [Beginners Corner] - implement a store and forward mechanism in jboss (from one d
geeky2
do-not-reply at jboss.com
Wed Jul 25 22:39:12 EDT 2007
hello everyone,
i am just starting to use jboss in the workplace. until now - i have only done "academic" projects.
subject: implment a store and forward mechanism with jboss
environment: jboss 4.2.1 on linux suse 10.1 with mysql
we have a legacy socket listener that accepts connections, reads a stream and then uses straight-up JDBC to push records in to a "local" mysql database. i will refer to this instance of the database and jboss app server as JBOSS-A
how would i implement a process in jboss to periodically, "wake up" - on another remote server (i'll call this instance JBOSS-B), and fetch records from JBOSS-B?
note 1: some "translation needs to be done" on the records before they are forwarded to JBOSS-B.
note 2: we would prefer to not do this process outside of the database.
can someone point me to dox, examples or make suggestions?
thx for any help or suggestions.
mark
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067659#4067659
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067659
More information about the jboss-user
mailing list