cancel
Showing results for 
Search instead for 
Did you mean: 

Procedure to start the Queues in SE38

Former Member
0 Kudos

PLZZ PROVIDE THE->Procedure to start the Queues in SE38

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_krishnamoorthy
Active Contributor
0 Kudos

If queues are in ready state or waiting, you can try running the program RSTRFCI0 or RSTRFCIB in the background to check if the queue gets activated. You should also try exploring CIF Error Handling for queue management.

Former Member
0 Kudos

hi,

Run the following programs in background to activate the queues.

RSQIWKEX with queue name cf* - for Inbound queue activation

RSQIWKEX with queue name cf* - for Outbound queue activation.

Make sure that the jobs are run on a periodic basis, let the frequecy be once in 5 mins and release the jobs in all your respective systems.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The basis queue monitors can be accessed with transactions:

• SMQ1 – outbound queues in the sending system

• SMQ2 – inbound queues in the receiving system

The queue schedulers can be configured and monitored with transactions:

• SMQR – QIN scheduler for inbound queues

• SMQS – QOUT scheduler for outbound queues

Regards

Vinod