It should be in org.jboss.jms (it is a jms implementation). org.jboss.messaging is reserved for api independent stuff.
The new implementation of jms server doesn't know anything about jms, that is a facade offered by the client. It could be dealing with any type of message e.g. jaxm, email, etc. Hence it will go in org.jboss.messaging. As a rough guide, if your code imports javax.jms it goes in org.jboss.jms Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830661#3830661 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830661 ------------------------------------------------------- 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-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
