cancel
Showing results for 
Search instead for 
Did you mean: 

adapter engine

Former Member
0 Kudos

wat is messaging ,queuing,security handlng in adapter frame work??

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Messaging: Loosely coupled applications communicate by exchanging XML messages via integration infrastructure.Communication is asynchronous in most cases to allow complete decoupling.Synchronous calls are supported.

Queuing:All messages in XI is through queues.Adapter Engine takes control of these.

Security handling :

Have a look at this link:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/f5/799add57aeee4f889265094a04695c/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/f5/799add57aeee4f889265094a04695c/content.htm</a>

regards,

Gunasree.

Former Member
0 Kudos

Hi Raj,

Basically Messaging is the means of communication between Adapter Framework and Integration server and also within the Adapter framework. Cache notifications etc are carried using messaging.

Queuing is used to queue messages and keep order in case of EOIO.

Security is for signing and encrypting, then checking signature and decrypting on the other side.

Hope this helps.

Regards,

P.Venkat

moorthy
Active Contributor
0 Kudos

Hi,

Also go thru Adapter SpecificSecurity Configurations-

http://help.sap.com/saphelp_nw04/helpdata/en/f5/799add57aeee4f889265094a04695c/content.htm

Queuing- All messages in XI is processed in Message Queues. you can monitor this thru Queue Administrator- transaction SMQ2 in the integration server.

Regards,

Moorthy

moorthy
Active Contributor
0 Kudos

Hi,

This link will help u to get into Adapter Framework/Adapter engine-

http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/content.htm

Regards,

Moorthy