cancel
Showing results for 
Search instead for 
Did you mean: 

Business Monitoring

Former Member
0 Kudos

Are there built in features in XI for business monitoring?

For example business analyst wants to know How much many is going through XI per day per week. How many users got a discount etc.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can monitor XI message from RWB (runtime workbench)

there's a <b>Performence monitoring</b> link

which allows you to monitor how many messages

go through XI

you can restrict this to one interface

so in a way you can monitor certain business transactions

but this is the only way

if you want to have something more

you can build your own business monitor

(as we did) and now we have a new TCODe in XI

which allows us to monitor business trasactions

Regards,

michal

Former Member
0 Kudos

Thanks.

What do you think about my approach?

To create one generic WebService that will receive XML as string and act as MessageListener:

For example:

===========

<busmoni:dataToListen>

<![CDATA[...<myInterface>...</myInterface>]]>

</busmoni:dataToListen>

This WebService will be configured through Web UI in form of INTERFACE NAME or XSD Definition -> data to listen (XPath expression etc.)

WebService will retrieve data by XPath and store it in DB. After that I can use BW or other tool in order to perform <b>any</b> report.

It will be possible to insert this Service in any step of BPM or recever determination.

Former Member
0 Kudos

Sergey,

As far as my knowledge there is nothing of that sort in XI today, however with BAM (Business Activity Monitoring), I would expect those kind of requirements to be solved.

Regards,

Ravi