You obviously have some skills since you claim a Phd.

For us to help you we need enough information (supplying a simple mdb jar
that demostrates your problem would be one solution).

Debugging (show us what you are doing):
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43573
Post the logging for the MDB startup (i.e. when it makes the construction)
and JBossMQ.
Including what happens at the send to JBossMQ.

Checking your Config (minimum):
Show your ejb-jar.xml/jboss.xml with the full context, i.e. the entire MDB

jbossmq-state.xml (no longer used)
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQState

Just adding:

  | public void onMessage(Message m)
  | {
  | System.out.println(m);
  | ...
  | 
will show me a lot of information, i.e. the message properties (like persistence
and the subscription id).

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to