Hi to all.
Firstly, I want to excuse myself for my not perfect english, I hope somebody will 
understand ;)
I want also to thank everybody for developing this wonderful platform!

I need to create an asynchronous messaging service that works this way:
1- I open a connection over tcp/ip with a proprietary protocol on port 8000
2- some commands with a simple answer from the server
3- a command for sending messages
4- for every message I receive a unique id
5- wait...
6- when the status of a message is changed (proprietary status indications, like 
accepted, delivered...) the server delivers me a message with the unique id and the 
new status. Every line of this message is preceeded by a "!" char, starts with 
"!StatusInd" and ends with"!OK"

I'm looking for the way to implement the listener for the message status indications 
sent by the server in an asynchronous way. Is it possible to implement such a thing 
with JMS and Message-Driven-Beans?
Do you have examples for doing so?

Thank you for any response!

Bye!
Andrea

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

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825662>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