Hi Teja,
My opinion about your questions:
1. Why we will not create Sender Communication Channel in case of IDOC for Outbound scenarios
The adapter on the ABAP stack could do the connection directly.
2. What are the Adapters that we will not create Sender agreements in Dual stack
The adapters on the ABAP stack, like the http or the sender proxy.
3. How to Move the Messages which fault / corrupted messages to temporary queue like How to Move the fault messages from SMQ2 to Temporary SMQ3 |
I haven't tried, but it seems to be a note MEssages Stuck in SMQ2 - Automation of moving error msgs. I usually set a re-start automatic if fails at each period of time.
4. In SMQ2 there are 5 Messages are there like M1, M2, M3, M4 and M5. M1 is fault message due to this remaining Messages are not processed to Target. Here EOIO Order, In this case what is the Message status of M2, M3, M4 and M5
You should think that the messages in a EOIO have to be processed in order, if one it is not processed the rest will wait
5. How the Communication Channel identifies the Messages that are from Specific Queue, Is there any we have mentioned Queue Name?
As Raghuraman said, the channel with this possibility, have a box to determine the queue.
6. How we know whether any message is stucked in AE Level, If any Message is Stucked in AE, How to release them
If you go to RWB-Message Monitoring at adapter level, you have a button to resend.
7. Proxy is Adapter less communication, In this case why we are using XI Adapter in Configuration level
I don't understand right your question, the XI adapter is prepared for this communication.
8. Can we monitor the RFC Communication Channel from RWB
It just answered by Raghuraman, all the kind of adapter channels, can be monitored on the communication channel monitoring and in the message monitoring at adapter level. Th CCM only displays normally the last 10 minutes and it is normally better go to MM.
Regards.