Send/Receive Message in a Terminated Process

Hi,

 

What happens when a message is sent (using Send Message Service) to a targeted process instance' receive message but the targeted process instance is already terminated ?

What happens to the message ? Does it gets stored in queue forever ?

I tried this but there was no error or warning in the process which sent the message and there was no change in targeted process instance or its receive message node !

 

Thanks & Regards,

Sathish

  Discussion posts and replies are publicly visible

Parents
  • Thank you very much ChristineH (christineh) and Shashank (shashankb) That really helps. I understand now that these messages get lost in "blackhole". But from architecture perspective or technical implementation perspective, I believe the message is queued up "somewhere" (considering Point-to-Point Messaging model) ? Will this cause any adverse impact on server memory ?
Reply
  • Thank you very much ChristineH (christineh) and Shashank (shashankb) That really helps. I understand now that these messages get lost in "blackhole". But from architecture perspective or technical implementation perspective, I believe the message is queued up "somewhere" (considering Point-to-Point Messaging model) ? Will this cause any adverse impact on server memory ?
Children