cancel
Showing results for 
Search instead for 
Did you mean: 

How to read message sent to XMIIMESSAGELISTENER through NWbuffer

Former Member
0 Kudos

Hi,

I am new to MII and would like to know how and where Message Listner data is stored in the buffer( NWbuffer).

Situation: two messages one XML with zip message and the other normal XML message is sent to MII as a web service, may I know how this data can be viewed in MII apart from reading from transactions.

I learned from the help that Message Services -> Query message action block can be used retrieve the messages. Is there any other way to view the data?

Request your help to know more about the message listener functionality.

Thanks

sjs

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi sjs,

In addition to your point I can suggest one more way.

Configure a transaction under message Services-->Processing Rule editor

and map your transaction input XML parameter as recievedMessageXML.

so whenever you recieve any message it will trigger ur transaction, inside transaction you can write your logic to handle your Recieved XML.

Hope it helps!!

Regards,

Manoj Bilthare

Former Member
0 Kudos

Hi Manoj, Thanks for your response. However this is not waht I am looking at

As mentioned in the initial query , I would like to view the message received in Message listner without transaction call.

Is there any way to view the message that is staored in NW buffer other than transaction call?

May I know more detials on the message listner data buffering capability and storage proerties?

Thanks

sjs