I can't see what you did wrong, but I assume it's some sort of configuration detail. Please also remember to validate (using "xmllint --valid" on UNIX) your .xml files against the JBoss DTD, as JBoss doesn't do XML validation.
You should familiarize yourself with the JMX console. It can be very helpful in figuring out problems. Here are some basic checks: jboss.mq.destination 1. Check that the queue you're sending to exists and messages are being posted. The depth should be non-zero. (This should be true *until* you deploy your MDB) 2. Once things get going, the message counter should show some activity jboss.j2ee 1. Check your MDB is listed 2. Check for your .ear files Also, take note of any warnings you see. There's a lot of log spew, but pay attention. <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826963#3826963">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826963>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
