send a message to multiple pools

1
0
-1

hello

How i can send a message to multiple pools?

Comments

Submitted by maouachria on Sun, 10/18/2020 - 12:56

How i can send a message to multiple pools?

2 answers

1
0
-1

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

1
0
-1

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.

Comments

Submitted by maouachria on Mon, 10/19/2020 - 17:12

thanks emmanuel for your reply,

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

Notifications