AlarmManager with Ignition Gateway Hub and remote ignition nodes sourcing alarms

it seems that alarms from remote tag provider are not collected:

With this filter, I only receive alarms from gateway local providers

QualifiedPath qualifiedPath = new QualifiedPath.Builder().build();
gatewayContext.getAlarmManager().addListener(qualifiedPath , myAlarmListenerBlock)

I've tried to build a qualifiedPath filter with explicit remote provider like that:

qpListener = new QualifiedPath.Builder().setProvider("my-remote-prov").setTag("*").setAlarm("*").build();

But the listener doesn't receive any remote alarms whereas remote alarms are well displayed in the Alarm Status Table.

In Both gateway:
image

Perhaps @PGriffith will be able to enlighten us if this is a bug or the expected behavior ?