Hi,

I am working on a new invocation layer (IL) for JbossMQ that encodes all
communication in Xml (XIL). I've got the IL pretty near completion, and
I am working on a C# jbossmq client.  I am trying to develop the
TopicSubsciber, which is an extension of MessageConsumer. In reviewing
the code in the jbossmq java sources, it looks to me like the client to
a topic actually runs a loop sending receive requests to the server
regularly. 

Is this really necessary? Once the connection has been established, why
can't the server just invoke the ClientIL.receive method (which actually
sends the message to the client) when a message arrives at the
destination?
It looks to me like the current implementation is not truly
asynchronous...
What am I missing?

Thanks,
fawce


---------------------------------
John Fawcett
CTO, Tamale Software, LLC
26 Fox Road
Waltham, MA 02451



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to