| Author |
create UDP server with ejb
|
ivan matavulj
Greenhorn
Joined: Aug 30, 2007
Posts: 1
|
|
Hi, I have a mobile application that's using GPRS to send UDP messages to an IP address - wast amount of ~1K text messages every second. I want to create a UDP server app using the JAVA EE technology.After getting the messages over UDP, I would like to convert them to JMS messages and place them in a queue for message-driven beans to pick them up one by one. Now, I'm not sure if I can do this with Glassfish or any other app server. Can I somehow open a UDP port and listen for messages ? Or should I rather make a Java SE app which receives messages from client and passes them into the application server message queue? Thanks a lot !! Ivan
|
 |
 |
|
|
subject: create UDP server with ejb
|
|
|