There was some talk of a C# interface.

JBossMQ network protocols employ a lot of Java serialization, which would probably be 
fairly strange to work with under C.

I think your best bet would be to write your own IL (possibly based on the design of 
UIL2) which serializes/deserializes message traffic in a more language-agnostic 
format.  This sort of "plain" interface would perhaps be much faster than using Java 
serialization.

I don't think it would be a lot of dev. work on the Java side.  There might be some 
way you could have UIL2 use either serialization strategy, keeping the codebase mostly 
the same.  The C side, on the other hand, would probably be harder, depending on the 
feature set from JMS you're duplicating.

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

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


-------------------------------------------------------
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