cancel
Showing results for 
Search instead for 
Did you mean: 

Persistence of message in MessagingSystem.

Former Member
0 Kudos

Hello,

Where does the messages persisted sent to the Adapter Engine Framework.

When i see the logs of MessagingSystem it says that the message is persisted till ... date.

Is the message stored in java dictionary related .....?Is it possible to retrieve this message ?

Thanks for guiding

Rajesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi rajesh,

Check 8 question in this note :

Note 816022 - FAQ: XI/PI 3.0/7.0/7.1 J2EE Adapter Engine/Messaging System

regards

Ganga

Former Member
0 Kudos

Hi rajesh,

Go to RWB >Component Monitoring>Integration Server-->Adapter Engine.

In the Status Tab, you can see:

1.- Security Archiving button: If you click on this button, you can see if your archiving job is defined or not.

So here, you could setting up your archiving requeriments....

2.- Backgroung Processing. Here you can see if you have any active version of your archive/delete/recovery jobs.

If you have been archiving adapter messages, you will be able to display them from

RWB--> Component Monitoring and select from 'archive' instead of 'Data Base'.

Carlos

Former Member
0 Kudos

Hello,

There is no schedule job defined for archiving.How can i get these messages ,Where exactly these messges are stored.

Thanks in Advance

Rajesh

SudhirT
Active Contributor
0 Kudos

These messages are persisted and stored in the table XI_AF_MSG and XI_AF_MSG_AUDIT tables. Here you can find a column like persist_Until. These can be accessed by SQL editor. Check this thread

Thanks!