To get an overview of the JBoss Messaging architecture, go to 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossMessaging. You'll find there 
Messaging Core and JMS Facade design documents. This should give you a pretty 
good idea where your layer might fit in. 

The most straigtforward way to implement it is probably a new facade. You can 
call it CSharpMS or whatever you want to call it. You'll need a server-side 
facade layer that hooks into JBoss Remoting and also code that translates you 
XML traffic into messages/management traffic. Your interface layer must know 
how to interact with the Client Manager, Destination Manager, and so on. 

Take a look at the org.jboss.messaging and org.jboss.jms packages under the 
jboss-head/jms project. 

As for the lifespan of JBossMQ, the plan is to be replaced by JBoss Messaging 
as soon as the later proves to be production ready.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to