cancel
Showing results for 
Search instead for 
Did you mean: 

queues

Former Member
0 Kudos

hi all,

why do we need to register the queues?

regards,

keerthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to register the queues used by the Integration Server for asynchronous message processing.

In asynchronous message processing, the technical names of the inbound and outbound queues differ according to the role of the Integration Engine:

● Central Integration Server

The Integration Engine has inbound and outbound queues.

● Local Integration Engine without integration logic

The Integration Engine has sender and receiver queues.

Additional queues are required to process acknowledgment messages, and queues are required to process particularly large messages.

http://help.sap.com/saphelp_nw04s/helpdata/en/e3/dd0f41026df223e10000000a155106/frameset.htm

We use SMQR to register the inbound and outbound queues in CRM. We need to register the queues inorder to replicate the data from CRM to other systems through without human intervention. If we don't register the queues then all the BDOCs will sit in the queue and one will have to manually execute all the entries from the queue.

Thanks

Swarup

Answers (1)

Answers (1)

Former Member
0 Kudos

So messages will pass through them!