send a message to multiple pools

hello

How i can send a message to multiple pools?

Hi maouachria,

A message must specify a target process and a target flownode. These are mandatory attributes.

Be aware that a single message can only be consumed once (by only one process = pool).

According to your need, you may use a signal instead.

I hope this helps you,

Regards, Emmanuel.

Hi maouachria,

To send a signal using the Engine APIs, just call this method:

  ProcessAPI.sendSignal(String signalName) throws SendEventException

I hope this helps,

Emmanuel

How i can send a message to multiple pools?

thanks emmanuel for your reply,

Please; have you any signal code example to send message?