I'm profiling my application.
The servlet send a jms message to the queue.
The message is treated by an MDB.
When I profile my application I see two methods that consume much self time:
They are
$ProxyXX.beforeDelivery()
$ProxyXX.afterDelivery()
(where XX is a number like 81)
What are these method?
[Message sent by forum member 'peppeme' (peppeme)]
http://forums.java.net/jive/thread.jspa?messageID=319041