Hi, I'm new to Jboss and this forum, so please be gentle :)

I have a stand-alone corba client that talks to other companies.  

Inbound traffic looks like this:
- corba receives data from a corba source outside of my company
- corba uses native java code to create a JMS message and write it to a JMS 
queue for another process to digest

Outbound traffic looks like this:
- another process puts an outbound message on the queue for the corba process
- a plain old java timer thread listens for this and receives the message
- the message is formatted and sent to another company via corba

The current plan is to run all of the corba stuff as a service under windows. 
In other parts of the application, we are using message-driven EJBs to listen 
for outbound JMS messages and are experimenting with TimerBeans for inbound 
traffic.  We are planning to run this part of the application as a windows 
service since I've been told an EJB cannot listen or open a connection to 
another network resource like corba. 

I want to deploy this inbound and outbound stuff in Jboss instead of having to 
run the corba stuff as a windows service.  Can anybody point me in the right 
direction for how to package this corba stuff so it can run under jboss (4.0.2)?

Thanks,
Joe 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899162#3899162

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899162


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to