Hitachi

uCosminexus Application Server Maintenance and Migration Guide


8.18.3 Trace collection points of the JMS session interface and the trace information that can be collected

Organization of this subsection

(1) Trace collection points and PRF trace collection levels

The following table describes the event IDs, trace collection points, and PRF trace collection levels.

Table 8‒108: Details of trace collection points in the JMS session interface

Event ID

Number in the figure#

Trace collection point

Level

0xA61E

5

When the processing of Session.createSubscriber(topic) starts

A

0xA61F

8

When the processing of Session.createSubscriber(topic) ends

A

0xA620

1

When the processing of Session.createBrowser(queue) starts

A

0xA621

4

When the processing of Session.createBrowser(queue) ends

A

0xA622

1

When the processing of Session.createBrowser(queue,selector) starts

A

0xA623

4

When the processing of Session.createBrowser(queue,selector) ends

A

0xA624

5

When the processing of Session.createSubscriber(topic,selector,noLocal) starts

A

0xA625

8

When the processing of Session.createSubscriber(topic,selector,noLocal) ends

A

0xA626

5

When the processing of Session.createDurableSubscriber(topic,name) starts

A

0xA627

8

When the processing of Session.createDurableSubscriber(topic,name) ends

A

0xA628

5

When the processing of Session.createDurableSubscriber(topic,name,selector,noLocal) starts

A

0xA629

8

When the processing of Session.createDurableSubscriber(topic,name,selector,noLocal) ends

A

0xA62A

5

When the processing of Session.createConsumer(destination) starts

A

0xA62B

8

When the processing of Session.createConsumer(destination) ends

A

0xA62C

5

When the processing of Session.createConsumer(destination,selector) starts

A

0xA62D

8

When the processing of Session.createConsumer(destination,selector) ends

A

0xA62E

5

When the processing of Session.createConsumer(destination,selector,noLocal) starts

A

0xA62F

8

When the processing of Session.createConsumer(destination,selector,noLocal) ends

A

0xA630

5

When the processing of Session.createReceiver(queue) starts

A

0xA631

8

When the processing of Session.createReceiver(queue) ends

A

0xA632

5

When the processing of Session.createReceiver(queue,selector) starts

A

0xA633

8

When the processing of Session.createReceiver(queue,selector) ends

A

0xA634

9

When the processing of Session.createPublisher(topic) starts

A

0xA635

12

When the processing of Session.createPublisher(topic) ends

A

0xA636

9

When the processing of Session.createProducer(destination) starts

A

0xA637

12

When the processing of Session.createProducer(destination) ends

A

0xA638

9

When the processing of Session.createSender(queue) starts

A

0xA639

12

When the processing of Session.createSender(queue) ends

A

0xA63A

13

When the processing of Session.createQueue() starts

A

0xA63B

16

When the processing of Session.createQueue() ends

A

0xA63C

13

When the processing of Session.createTopic() starts

A

0xA63D

16

When the processing of Session.createTopic() ends

A

0xA63E

13

When the processing of Session.createTemporaryQueue() starts

A

0xA63F

16

When the processing of Session.createTemporaryQueue() ends

A

0xA640

13

When the processing of Session.createTemporaryTopic() starts

A

0xA641

16

When the processing of Session.createTemporaryTopic() ends

A

0xA642

17

When the processing of Session.unsubscribe() starts

A

0xA643

20

When the processing of Session.unsubscribe() ends

A

0xA644

21

When the processing of Session.commit() starts

A

0xA645

24

When the processing of Session.commit() ends

A

0xA646

21

When the processing of Session.rollback() starts

A

0xA647

24

When the processing of Session.rollback() ends

A

0xA648

25

When the processing of Session.recover() starts

A

0xA649

26

When the processing of Session.recover() ends

A

0xA64A

25

When the processing of Session.close() starts

A

0xA64B

26

When the processing of Session.close() ends

A

0xA64C

2

Invocation by CJMSP Broker immediately before invoking destination authentication for the browser

A

0xA64D

3

Invocation by CJMSP Broker just after invoking destination authentication for the browser

A

0xA64E

6

Invocation by CJMSP Broker immediately before invoking consumer

A

0xA64F

7

Invocation by CJMSP Broker just after invoking consumer

A

0xA650

10

Invocation by CJMSP Broker immediately before invoking producer

A

0xA651

11

Invocation by CJMSP Broker just after invoking producer

A

0xA652

14

Invocation by CJMSP Broker immediately before invoking create destination

A

0xA653

15

Invocation by CJMSP Broker just after invoking create destination

A

0xA654

18

Invocation by CJMSP Broker immediately before invoking create persistence subscriber

A

0xA655

19

Invocation by CJMSP Broker just after invoking create persistence subscriber

A

0xA656

22

Invocation by CJMSP Broker immediately before invoking session commit

A

0xA657

23

Invocation by CJMSP Broker just after invoking session commit

A

0xA658

22

Invocation by CJMSP Broker immediately before invoking session rollback

A

0xA659

23

Invocation by CJMSP Broker just after invoking session rollback

A

0xA65A

22

Invocation by CJMSP Broker immediately before invoking session recovery

A

0xA65B

23

Invocation by CJMSP Broker just after invoking session recovery

A

Legend:

A: Standard

#

Corresponds to the numbers in Figure 8-73.

Important note
  • The methods corresponding to the event IDs 0xA644 and 0xA645, 0xA646 and 0x647, Session.commit(), and Session.rollback() are not supported.

  • The event IDs 0xA65A and 0xA65B are not output. The event IDs are output when XATransaction is used.

The following figure shows the trace collection points in the JMS session interface.

Figure 8‒73: Trace collection points in the JMS session interface

[Figure]

Reference note

destination is created during the creation of producer or consumer. Therefore, the event IDs 0xa652 and 0xa653 might be invoked in the createProducer() and createConsumer() methods.

(2) Trace information that can be collected

The following table describes the trace information that can be collected for the JMS session interface.

Table 8‒109: Trace information that can be collected for the JMS session interface

Number in the figure#

Event ID

Level

Information that can be collected

Interface name

Operation name

Option

1

0xA620

A

Queue name

--

--

0xA622

A

Selector string

2

0xA64C

A

--

--

--

3

0xA64D

A

--

--

--

4

0xA621

A

--

--

--

0xA623

A

5

0xA61E

A

Topic name

--

--

0xA624

A

Selector string

0xA626

A

--

0xA628

A

Selector string

0xA62A

A

Destination name

--

0xA62C

A

Selector string

0xA62E

A

0xA630

A

Queue name

--

0xA632

A

Selector string

6

0xA64E

A

--

--

--

7

0xA64F

A

--

--

--

8

0xA61F

A

--

--

--

0xA625

A

0xA627

A

0xA629

A

0xA62B

A

0xA62D

A

0xA62F

A

0xA631

A

0xA633

A

9

0xA634

A

Topic name

--

--

0xA636

A

Destination name

--

--

0xA638

A

Queue name

--

--

10

0xA650

A

--

--

--

11

0xA651

A

--

--

--

12

0xA635

A

--

--

--

0xA637

A

0xA639

A

13

0xA63A

A

Queue name

--

--

0xA63C

A

Topic name

--

--

0xA63E

A

--

--

--

0xA640

A

14

0xA652

A

--

--

--

15

0xA653

A

--

--

--

16

0xA63B

A

--

--

--

0xA63D

A

0xA63F

A

0xA641

A

17

0xA642

A

--

--

--

18

0xA654

A

--

--

--

19

0xA655

A

--

--

--

20

0xA643

A

--

--

--

21

0xA644

A

--

--

--

0xA646

A

0xA648

A

22

0xA656

A

--

--

--

0xA658

A

0xA65A

A

23

0xA657

A

--

--

--

0xA659

A

0xA65B

A

24

0xA645

A

--

--

--

0xA647

A

0xA649

A

25

0xA64A

A

--

--

--

26

0xA64B

A

--

--

--

Legend:

A: Standard

--: Not applicable

#

Corresponds to the numbers in Figure 8-73.