Mea culpa,
It was a part I found in the top table (Summary)
I have serious problem with Jboss messaging.
I have 2
EJB
Stateless : OrderBean
and
MDB : EmailSenderBean
The first (OrderBean) has to send message to the queue orderQueue.
The second (EmailSenderBean) should realize that a new message has come (method onMessage) and should execute a buisiness method (Send an E-mail)
But it doesn't work : It seems that EmailSenderBean does not listen, because when I deploy my application I see this error in jboss:
Is that normal that he logs about the DLQ while in MDB I have :