cancel
Showing results for 
Search instead for 
Did you mean: 

Properties of an async message

Former Member
0 Kudos

Can I put Properties of an async message as below ?? Please correct me if I am wrong ??

Persistence

Restartable

EO

EOIO

TRFC

Auto retry factor

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Palnati,

yes asynch messages :

  • are persistent in the DB

  • are restartable

  • support quality of service EO

  • support quality of service EOIO

but I would not include as a property both <i>tRFC</i>, that is a type of remote function call, a possible way of technical communication, and <i>Auto Retry factor</i>, that is a detail regarding the restartability of a message (this property is already mentioned with restartable).

Kind Regards,

Sergio

Answers (1)

Answers (1)

Former Member
0 Kudos

hey

where do you want to put all these properties?

also tRFC is not a property,its async RFC which is used for one way communication(async communication)

u can have EO or EOIO for async messages but not BE

thanx

ahmad