Ok, I didn't understand...
uhm...
I still don't understand!:(

You're really helping me and I don't want to waste your time, but I don't see the way 
to resolve the problem.
I don't have access to the server machine. To define better the problem I'll write a 
sample telnet session I use now:

Me:
telnet server 8000
login:****
password:****
[I write some commands for setting up the way I am working, the connection use a 
proprietary protocol]
SendMode
Report=true

Server:
OK

Me: [now I send a new message]
Send
Dest=391241241
Body=Hello Everybody

Server:
MsgID=1254515 [a unique ID assigned by the server]
OK

Me: [send some other messages]
Send
Dest=28709217
Body=bla foo bar

Server:
MsgID=3097519
OK

[Now I stay logged in and when the status of a message changes the server notifies me 
with a message preceeded by"!"]
Server:
!StatusInd
!MsgID=1254515
!Status=in queue
![other informations about the message]
!OK

Me:
Logout

And the connection finishes.

Can I manage all these StatusInd with a Message-Driven Bean and a JMS, even if the 
server doesn't work with Java but in this proprietary way?

Thank you and everybody who will reply for helping a J2EE newbie!

Andrea


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826023#3826023";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826023>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to