|
NOTE: If you are using a ResultSet implementation for your application with “scrollable” and “sensitive to changes” (TYPE_SCROLL_SENSITIVE) enabled, you may see unexpected database activity in the single trace view, if your users employed cursor movement methods such as last() or next(). This is because a ResultSet marked as “scrollable” and “sensitive” can require internal calls back to the database, to fetch data, as a result of method calls that move the cursor. |
|
• |
javax.jms.QueueSender—all send(...) methods |
|
• |
javax.jms.TopicPublisher—all publish methods |
|
• |
javax.jms.MessageConsumer—all receive methods |
|
• |
javax.jms.MessageListener—all onMessage methods |
|
• |
javax.jms.Message—all methods |
|
• |
javax.jms.Destination—all methods |
|
• |
javax.jms.Queue—all methods |
|
• |
javax.jms.Topic—all methods |
|
• |
javax.jms.TopicSubscriber—all methods |
|
• |
javax.jms.QueueReceiver—all methods |