qRFC With Send Queue: Overview 
This topic assumes that the processing sequence of the transactions is defined in the application program and that more than one queue can be used for one transaction.
Characteristics
The characteristics of qRFC with send queue are:

You should start queue names with your application initials to prevent different applications from using the same names unintentionally (for example, SFA_… or APO_…).

Which Problems Can Occur?
Note the following general serialization problems:
If, for example, due to network/communication problems the first LUW in a queue cannot be executed, not only this queue keeps pending, but also all other LUWs that are interdependent with this queue. The resulting "jam" could cause a database problem.
However, as soon as the communication problem is solved, all transactions and thus all queues can be processed automatically one after the other.